Searched refs:exceptionClass (Results 1 – 5 of 5) sorted by relevance
99 uint64_t exceptionClass = unwind_exception->exception_class; \130 __gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass, \
61 bool native_exception = exceptionClass == __gxx_exception_class;
63 uint64_t exceptionClass,
136 uint64_t exceptionClass,144 uint64_t exceptionClass,
931 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_sj0() argument937 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_sj0()