LibreOffice Module bridges (master) 1
|
Classes | |
class | __array_type_info |
struct | __base_class_type_info |
class | __class_type_info |
struct | __cxa_eh_globals |
struct | __cxa_exception |
class | __enum_type_info |
class | __function_type_info |
class | __fundamental_type_info |
class | __pbase_type_info |
class | __pointer_to_member_type_info |
class | __pointer_type_info |
class | __si_class_type_info |
class | __vmi_class_type_info |
Functions | |
void * | __dynamic_cast (const void *__src_ptr, const __class_type_info *__src_type, const __class_type_info *__dst_type, ptrdiff_t __src2dst) |
std::type_info * | __cxa_current_exception_type () |
__cxa_eh_globals * | __cxa_get_globals () throw () |
__cxa_eh_globals * | __cxa_get_globals_fast () throw () |
void * | __cxa_allocate_exception (size_t thrown_size) throw () |
void | __cxa_free_exception (void *thrown_exception) throw () |
void * | __cxa_allocate_dependent_exception () throw () |
void | __cxa_free_dependent_exception (void *thrown_exception) throw () |
void | __cxa_throw (void *thrown_exception, std::type_info *tinfo, void(*dest)(void *)) __attribute__((noreturn)) |
void * | __cxa_get_exception_ptr (void *) throw () |
void * | __cxa_begin_catch (void *) throw () |
void | __cxa_end_catch () |
void | __cxa_rethrow () __attribute__((noreturn)) |
void | __cxa_bad_cast () |
void | __cxa_bad_typeid () |
void | __cxa_call_unexpected (void *) __attribute__((noreturn)) |
void | __cxa_call_terminate (void *) __attribute__((noreturn)) |
static __cxa_exception * | __get_exception_header_from_obj (void *ptr) |
static __cxa_exception * | __get_exception_header_from_ue (_Unwind_Exception *exc) |
static bool | __is_gxx_exception_class (_Unwind_Exception_Class c) |
_Unwind_Reason_Code | __gxx_personality_v0 (int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *, struct _Unwind_Context *) |
_Unwind_Reason_Code | __gxx_personality_sj0 (int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *, struct _Unwind_Context *) |
static void * | __gxx_caught_object (_Unwind_Exception *eo) |
void * | __cxa_allocate_exception (std::size_t thrown_size) throw () |
void | __cxa_throw (void *thrown_exception, void *tinfo, void(*dest)(void *)) __attribute__((noreturn)) |
Variables | |
const _Unwind_Exception_Class | __gxx_exception_class |
void * __cxxabiv1::__cxa_allocate_dependent_exception | ( | ) | ||
throw | ( | |||
) |
void * __cxxabiv1::__cxa_allocate_exception | ( | size_t | thrown_size | ) | |
throw | ( | ||||
) |
Referenced by abi_aarch64::raiseException(), and CPPU_CURRENT_NAMESPACE::raiseException().
|
noexcept |
void __cxxabiv1::__cxa_bad_cast | ( | ) |
void __cxxabiv1::__cxa_bad_typeid | ( | ) |
void * __cxxabiv1::__cxa_begin_catch | ( | void * | ) | ||
throw | ( | ||||
) |
void __cxxabiv1::__cxa_call_terminate | ( | void * | ) |
void __cxxabiv1::__cxa_call_unexpected | ( | void * | ) |
|
noexcept |
Referenced by CPPU_CURRENT_NAMESPACE::fillUnoException().
void __cxxabiv1::__cxa_end_catch | ( | ) |
void __cxxabiv1::__cxa_free_dependent_exception | ( | void * | thrown_exception | ) | |
throw | ( | ||||
) |
void __cxxabiv1::__cxa_free_exception | ( | void * | thrown_exception | ) | |
throw | ( | ||||
) |
void * __cxxabiv1::__cxa_get_exception_ptr | ( | void * | ) | ||
throw | ( | ||||
) |
|
noexcept |
Referenced by CPPU_CURRENT_NAMESPACE::fillUnoException().
__cxa_eh_globals * __cxxabiv1::__cxa_get_globals_fast | ( | ) | ||
throw | ( | |||
) |
void __cxxabiv1::__cxa_rethrow | ( | ) |
void __cxxabiv1::__cxa_throw | ( | void * | thrown_exception, |
std::type_info * | tinfo, | ||
void(*)(void *) | dest | ||
) |
Referenced by abi_aarch64::raiseException(), and CPPU_CURRENT_NAMESPACE::raiseException().
void __cxxabiv1::__cxa_throw | ( | void * | thrown_exception, |
void * | tinfo, | ||
void(*)(void *) | dest | ||
) |
void * __cxxabiv1::__dynamic_cast | ( | const void * | __src_ptr, |
const __class_type_info * | __src_type, | ||
const __class_type_info * | __dst_type, | ||
ptrdiff_t | __src2dst | ||
) |
|
inlinestatic |
Definition at line 199 of file unwind-cxx.h.
|
inlinestatic |
Definition at line 206 of file unwind-cxx.h.
Referenced by __gxx_caught_object().
|
inlinestatic |
Definition at line 274 of file unwind-cxx.h.
References __get_exception_header_from_ue(), and header.
_Unwind_Reason_Code __cxxabiv1::__gxx_personality_sj0 | ( | int | , |
_Unwind_Action | , | ||
_Unwind_Exception_Class | , | ||
struct _Unwind_Exception * | , | ||
struct _Unwind_Context * | |||
) |
_Unwind_Reason_Code __cxxabiv1::__gxx_personality_v0 | ( | int | , |
_Unwind_Action | , | ||
_Unwind_Exception_Class | , | ||
struct _Unwind_Exception * | , | ||
struct _Unwind_Context * | |||
) |
|
inlinestatic |
Definition at line 256 of file unwind-cxx.h.
References __gxx_exception_class.
const _Unwind_Exception_Class __cxxabiv1::__gxx_exception_class |
Definition at line 245 of file unwind-cxx.h.
Referenced by __is_gxx_exception_class().