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_free_exception(
void*) _GLIBCXX_NOTHROW;
69 __cxa_refcounted_exception*
70 __cxa_init_primary_exception(
void *__object,
std::type_info *__tinfo,
71 void (_GLIBCXX_CDTOR_CALLABI *__dest) (
void *))
79#pragma GCC visibility pop
ISO C++ entities toplevel namespace is std.