reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/cxxabi_init_exception.h
   63       __cxa_allocate_exception(size_t) _GLIBCXX_NOTHROW;
   66       __cxa_free_exception(void*) _GLIBCXX_NOTHROW;
   71                 void (_GLIBCXX_CDTOR_CALLABI *dest) (void *)) _GLIBCXX_NOTHROW;
usr/include/c++/7.4.0/cxxabi.h
  100 		    __cxa_cdtor_type __destructor) _GLIBCXX_NOTHROW;
  121   __cxa_guard_release(__guard*) _GLIBCXX_NOTHROW;
  124   __cxa_guard_abort(__guard*) _GLIBCXX_NOTHROW;
  128   __cxa_atexit(void (*)(void*), void*, void*) _GLIBCXX_NOTHROW;
  135   __cxa_thread_atexit(void (*)(void*), void*, void *) _GLIBCXX_NOTHROW;
  604   __cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((__const__));
  607   __cxa_get_globals_fast() _GLIBCXX_NOTHROW __attribute__ ((__const__));
  611   __cxa_free_exception(void*) _GLIBCXX_NOTHROW;
  620   __cxa_get_exception_ptr(void*) _GLIBCXX_NOTHROW __attribute__ ((__pure__));
  623   __cxa_begin_catch(void*) _GLIBCXX_NOTHROW;
  634   __cxa_current_exception_type() _GLIBCXX_NOTHROW __attribute__ ((__pure__));
  640   __cxa_allocate_dependent_exception() _GLIBCXX_NOTHROW;
  644   __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;