27#ifndef _GLIBCXX_CDTOR_CALLABI
28#define _GLIBCXX_CDTOR_CALLABI
32#include <config_cxxabi.h>
34#include <uno/mapping.h>
36#if !HAVE_CXXABI_H_CLASS_TYPE_INFO
40class __class_type_info:
public std::type_info {
48#if !HAVE_CXXABI_H_SI_CLASS_TYPE_INFO
52class __si_class_type_info:
public __class_type_info {
91struct __cxa_eh_globals
110#if !HAVE_CXXABI_H_CXA_GET_GLOBALS
114#if !HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE
120#if !HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION
126#if !HAVE_CXXABI_H_CXA_THROW
129 void * thrown_exception,
void * tinfo,
void (* dest)(
void *))
__class_type_info(char const *n)
~__class_type_info() override
__class_type_info(const char *__n)
~__si_class_type_info() override
const __class_type_info * __base_type
__si_class_type_info(char const *n, __class_type_info const *base)
void privateSnippetExecutorDouble()
void privateSnippetExecutorClass()
void privateSnippetExecutorFloat()
void privateSnippetExecutorVoid()
void privateSnippetExecutorHyper()
void privateSnippetExecutorGeneral()
struct _uno_Mapping uno_Mapping
struct _typelib_TypeDescription typelib_TypeDescription
void dummy_can_throw_anything(char const *)
void fillUnoException(uno_Any *pUnoExc, uno_Mapping *pCpp2Uno)
void __cxa_throw(void *thrown_exception, std::type_info *tinfo, void(*dest)(void *)) __attribute__((noreturn))
__cxa_eh_globals * __cxa_get_globals()
void * __cxa_allocate_exception(size_t thrown_size)
std::type_info * __cxa_current_exception_type()
bool isSimpleReturnType(typelib_TypeDescription *pTD, bool recursive=false)
__cxa_exception * caughtExceptions
unsigned int uncaughtExceptions
__cxa_exception * nextException
void(* exceptionDestructor)(void *)
std::type_info * exceptionType
void(* unexpectedHandler)()
const unsigned char * actionRecord
_Unwind_Exception unwindHeader
std::terminate_handler terminateHandler
const unsigned char * languageSpecificData
unsigned _Unwind_Word __attribute__((__mode__(__word__)))