LibreOffice Module bridges (master) 1
|
#include <sal/config.h>
#include <typeinfo>
#include <exception>
#include <cstddef>
#include <unwind.h>
#include <cxxabi.h>
#include <config_cxxabi.h>
#include <uno/mapping.h>
Go to the source code of this file.
Classes | |
class | __cxxabiv1::__class_type_info |
class | __cxxabiv1::__si_class_type_info |
struct | __cxxabiv1::__cxa_exception |
struct | __cxxabiv1::__cxa_eh_globals |
Namespaces | |
namespace | __cxxabiv1 |
namespace | CPPU_CURRENT_NAMESPACE |
namespace | arm |
Macros | |
#define | _GLIBCXX_CDTOR_CALLABI |
Enumerations | |
enum | arm::armlimits { arm::MAX_GPR_REGS = 8 , arm::MAX_FPR_REGS = 8 , arm::MAX_GPR_REGS = 8 , arm::MAX_FPR_REGS = 8 } |
Functions | |
void | CPPU_CURRENT_NAMESPACE::dummy_can_throw_anything (char const *) |
void * | CPPU_CURRENT_NAMESPACE::__cxa_allocate_exception (std::size_t thrown_size) throw () |
void | CPPU_CURRENT_NAMESPACE::__cxa_throw (void *thrown_exception, std::type_info *tinfo, void(*dest)(void *)) __attribute__((noreturn)) |
__cxa_eh_globals * | __cxxabiv1::__cxa_get_globals () throw () |
std::type_info * | __cxxabiv1::__cxa_current_exception_type () |
void | CPPU_CURRENT_NAMESPACE::raiseException (uno_Any *pUnoExc, uno_Mapping *pUno2Cpp) |
void | CPPU_CURRENT_NAMESPACE::fillUnoException (uno_Any *pUnoExc, uno_Mapping *pCpp2Uno) |
void | privateSnippetExecutor () |
bool | arm::return_in_hidden_param (typelib_TypeDescriptionReference *pTypeRef) |
#define _GLIBCXX_CDTOR_CALLABI |
Definition at line 29 of file gcc3_linux_arm/share.hxx.
void privateSnippetExecutor | ( | ) |
Definition at line 62 of file msvc_win32_x86-64/cpp2uno.cxx.