Searched refs:exceptionClass (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/libunwind/test/ |
| H A D | forceunwind.pass.cpp | 33 _Unwind_Exception_Class exceptionClass, in stop() argument 39 (void)exceptionClass; in stop()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | gcc_personality_v0.c | 174 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 D | README.txt | 225 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | builtin_objc_lib_functions.m | 26 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 D | unwind_itanium.h | 44 int version, _Unwind_Action actions, uint64_t exceptionClass,
|
| H A D | unwind.h | 67 _Unwind_Exception_Class exceptionClass,
|
| /llvm-project-15.0.7/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 505 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 D | cxa_personality.cpp | 921 (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 D | aix_state_tab_eh.inc | 542 __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 D | Builtins.def | 1184 // int objc_exception_match(Class exceptionClass, id exception)
|