LibreOffice Module bridges (master) 1
Functions
msvc_win32_intel/except.cxx File Reference
#include <sal/config.h>
#include <malloc.h>
#include <typeinfo>
#include <signal.h>
#include <rtl/alloc.h>
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <osl/mutex.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <unordered_map>
#include <msvc/x86.hxx>
#include <except.hxx>
Include dependency graph for msvc_win32_intel/except.cxx:

Go to the source code of this file.

Functions

static void *__cdecl __copyConstruct (void *pExcThis, void *pSource, ObjectFunction *pThis) throw ()
 
static void *__cdecl __destruct (void *pExcThis, ObjectFunction *pThis) throw ()
 
static __declspec (naked) void copyConstruct() throw ()
 

Function Documentation

◆ __copyConstruct()

static void *__cdecl __copyConstruct ( void *  pExcThis,
void *  pSource,
ObjectFunction pThis 
)
throw (
)
static

Definition at line 83 of file msvc_win32_intel/except.cxx.

Referenced by __declspec().

◆ __declspec()

static __declspec ( naked  )
throw (
)
static

Definition at line 99 of file msvc_win32_intel/except.cxx.

References __copyConstruct().

◆ __destruct()

static void *__cdecl __destruct ( void *  pExcThis,
ObjectFunction pThis 
)
throw (
)
static

Definition at line 90 of file msvc_win32_intel/except.cxx.