Home
last modified time | relevance | path

Searched refs:exceptionClass (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d536 _Unwind_Reason_Code scanLSDA(const(ubyte)* lsda, _Unwind_Exception_Class exceptionClass,
669 exceptionClass, TTypeBase,
684 if (isGdcExceptionClass(exceptionClass))
697 const(ubyte)* actionRecord, _Unwind_Exception_Class exceptionClass,
703 if (isGdcExceptionClass(exceptionClass))
741 && isGxxExceptionClass(exceptionClass))
755 else if (isGdcExceptionClass(exceptionClass)
876 _Unwind_Exception_Class exceptionClass,
884 return __gdc_personality(actions, exceptionClass, unwindHeader, context);
890 _Unwind_Exception_Class exceptionClass,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d524 _Unwind_Reason_Code scanLSDA(const(ubyte)* lsda, _Unwind_Exception_Class exceptionClass, in scanLSDA() argument
657 lsda, exceptionClass, TTypeBase, in scanLSDA()
672 if (isGdcExceptionClass(exceptionClass)) in scanLSDA()
686 _Unwind_Exception_Class exceptionClass, in actionTableLookup() argument
692 if (isGdcExceptionClass(exceptionClass)) in actionTableLookup()
730 && isGxxExceptionClass(exceptionClass)) in actionTableLookup()
744 else if (isGdcExceptionClass(exceptionClass) in actionTableLookup()
900 _Unwind_Exception_Class exceptionClass, in pragma()
908 return __gdc_personality(actions, exceptionClass, unwindHeader, context); in pragma()
914 _Unwind_Exception_Class exceptionClass, in __gdc_personality() argument
[all …]
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dunwind-itanium.h154 uint64_t exceptionClass,\
160 uint64_t exceptionClass,\
165 #define CALL_PERSONALITY_FUNCTION(name) name(version, actions, exceptionClass, exceptionObject, con…
H A Dunwind-arm.h202 uint64_t exceptionClass = exceptionObject->exception_class;\
H A Dexception.cc1078 bool foreignException = !isCXXException(exceptionClass);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dgcc_personality_v0.c148 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0() argument
153 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
H A DREADME.txt217 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp505 uint64_t exceptionClass, in handleActionValue() argument
511 (exceptionClass != ourBaseExceptionClass)) in handleActionValue()
597 _Unwind_Exception_Class exceptionClass, in handleLsda() argument
663 if (exceptionClass != ourBaseExceptionClass) { in handleLsda()
702 exceptionClass, in handleLsda()
779 _Unwind_Exception_Class exceptionClass, in ourPersonality() argument
807 exceptionClass, in ourPersonality()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.def1143 // int objc_exception_match(Class exceptionClass, id exception)