Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcxxrt/
H A Dunwind-itanium.h157 uint64_t exceptionClass,\
163 uint64_t exceptionClass,\
168 #define CALL_PERSONALITY_FUNCTION(name) name(version, actions, exceptionClass, exceptionObject, con…
H A Dunwind-arm.h204 uint64_t exceptionClass = exceptionObject->exception_class;\
H A Dexception.cc1092 bool foreignException = !isCXXException(exceptionClass);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c189 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0() argument
198 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
202 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
H A DREADME.txt225 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/freebsd-13.1/contrib/llvm-project/libunwind/include/
H A Dunwind.h151 uint64_t exceptionClass,
157 int version, _Unwind_Action actions, uint64_t exceptionClass,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1144 // int objc_exception_match(Class exceptionClass, id exception)