Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/test/
H A Dforceunwind.pass.cpp33 _Unwind_Exception_Class exceptionClass, in stop() argument
39 (void)exceptionClass; in stop()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c174 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0() argument
183 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
187 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
H A DREADME.txt225 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dbuiltin_objc_lib_functions.m26 int f6(Class exceptionClass, id exception) {
27 …return objc_exception_match(exceptionClass, exception); // expected-warning {{call to undeclared l…
/llvm-project-15.0.7/libunwind/include/
H A Dunwind_itanium.h44 int version, _Unwind_Action actions, uint64_t exceptionClass,
H A Dunwind.h67 _Unwind_Exception_Class exceptionClass,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_personality.cpp921 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_imp() argument
927 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_imp()
1302 int version, _Unwind_Action actions, uint64_t exceptionClass,
H A Daix_state_tab_eh.inc542 __xlcxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass,
547 …bool native_exception = (exceptionClass & get_vendor_and_language) == (kOurExceptionClass & get_ve…
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltins.def1184 // int objc_exception_match(Class exceptionClass, id exception)