MCPcopy Create free account
hub / github.com/HelenOS/helenos / __cxa_pure_virtual

Function __cxa_pure_virtual

uspace/lib/cpp/src/__bits/runtime.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 * call of a pure virtual function cannot be made.
67 */
68 extern "C" void __cxa_pure_virtual()
69 {
70 std::terminate();
71 }
72
73#ifdef __arm__
74 extern "C" int __aeabi_atexit(void* p, void (*f)(void*), void* d)

Callers

nothing calls this directly

Calls 1

terminateFunction · 0.85

Tested by

no test coverage detected