Home
last modified time | relevance | path

Searched refs:deleteException (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dexcept.cxx217 static void deleteException( void * pExc ) in deleteException() function
221 if (header->exceptionDestructor != &deleteException) in deleteException()
298 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx311 static void deleteException( in deleteException() function
380 | (reinterpret_cast< unsigned int >(deleteException) >> 10); in cc50_solaris_sparc_raiseException()
383 | (reinterpret_cast< unsigned int >(deleteException) & 0x3FF); in cc50_solaris_sparc_raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() function
260 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() function
260 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() function
260 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() function
260 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() function
260 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() function
260 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() function
260 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() function
260 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dexcept.cxx190 static void deleteException( void * pExc ) in deleteException() function
262 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() function
277 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() function
277 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dexcept.cxx201 static void deleteException( void * pExc ) in deleteException() function
273 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() function
276 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dexcept.cxx206 static void deleteException( void * pExc ) in deleteException() function
278 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dexcept.cxx207 static void deleteException( void * pExc ) in deleteException() function
279 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dexcept.cxx214 static void deleteException( void * pExc ) in deleteException() function
286 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() function
277 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dexcept.cxx203 static void deleteException( void * pExc ) in deleteException() function
275 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() function
277 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dexcept.cxx220 static void deleteException( void * pExc ) in deleteException() function
292 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() function
277 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dexcept.cxx220 static void deleteException( void * pExc ) in deleteException() function
292 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dexcept.cxx220 static void deleteException( void * pExc ) in deleteException() function
292 __cxa_throw( pCppExc, rtti, deleteException ); in raiseException()

Completed in 84 milliseconds

12