31#ifndef _CXXABI_INIT_EXCEPTION_H
32#define _CXXABI_INIT_EXCEPTION_H 1
35#pragma GCC system_header
38#pragma GCC visibility push(default)
43#ifndef _GLIBCXX_CDTOR_CALLABI
44#define _GLIBCXX_CDTOR_CALLABI
45#define _GLIBCXX_HAVE_CDTOR_CALLABI 0
47#define _GLIBCXX_HAVE_CDTOR_CALLABI 1
59 struct __cxa_refcounted_exception;
65 __cxa_allocate_exception(
size_t) _GLIBCXX_NOTHROW;
68 __cxa_free_exception(
void*) _GLIBCXX_NOTHROW;
71 __cxa_refcounted_exception*
72 __cxa_init_primary_exception(
void *__object, std::type_info *__tinfo,
73 void (_GLIBCXX_CDTOR_CALLABI *__dest) (
void *))
81#pragma GCC visibility pop
ISO C++ entities toplevel namespace is std.