31 #ifndef _CXXABI_INIT_EXCEPTION_H 32 #define _CXXABI_INIT_EXCEPTION_H 1 34 #pragma GCC system_header 36 #pragma GCC visibility push(default) 41 #ifndef _GLIBCXX_CDTOR_CALLABI 42 #define _GLIBCXX_CDTOR_CALLABI 43 #define _GLIBCXX_HAVE_CDTOR_CALLABI 0 45 #define _GLIBCXX_HAVE_CDTOR_CALLABI 1 57 struct __cxa_refcounted_exception;
63 __cxa_allocate_exception(
size_t) _GLIBCXX_NOTHROW;
66 __cxa_refcounted_exception*
67 __cxa_init_primary_exception(
void *
object,
std::type_info *tinfo,
68 void (_GLIBCXX_CDTOR_CALLABI *dest) (
void *)) _GLIBCXX_NOTHROW;
75 #pragma GCC visibility pop 77 #endif // _CXXABI_INIT_EXCEPTION_H
ISO C++ entities toplevel namespace is std.