Searched refs:exception_class (Results 1 - 25 of 37) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/
H A Dghach.pm22 sub exception_class { subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/
H A Dbadname.pm4 sub exception_class { subroutine
H A Dmissing.pm4 sub exception_class { subroutine
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_arm.cc49 if (!__is_gxx_exception_class(ue_header->exception_class))
92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class);
133 if (__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_catch.cc58 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
108 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_throw.cc65 __GXX_INIT_EXCEPTION_CLASS(header->unwindHeader.exception_class);
91 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
H A Deh_call.cc54 if (__is_gxx_exception_class(ue_header->exception_class))
83 if (__is_gxx_exception_class(exc_obj->exception_class))
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp23 uint64_t exception_class,
37 uint64_t exception_class,
44 rc = real_personality(version, actions, exception_class, unwind_exception,
36 __hwasan_personality_wrapper(int version, _Unwind_Action actions, uint64_t exception_class, _Unwind_Exception* unwind_exception, _Unwind_Context* context, PersonalityFn* real_personality, GetGRFn* get_gr, GetCFAFn* get_cfa) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced2.C32 exc->exception_class = 0;
H A Dforced3.C27 exc->exception_class = 0;
H A Dforced4.C26 exc->exception_class = 0;
H A Dforced1.C38 exc->exception_class = 0;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-5.c23 exc->exception_class = 0;
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_catch.cc50 if (header->unwindHeader.exception_class != __gxx_exception_class)
95 if (header->unwindHeader.exception_class != __gxx_exception_class)
H A Deh_throw.cc66 header->unwindHeader.exception_class = __gxx_exception_class;
93 if (header->unwindHeader.exception_class != __gxx_exception_class)
H A Deh_personality.cc184 _Unwind_Exception_Class exception_class,
212 && exception_class == __gxx_exception_class)
325 || exception_class != __gxx_exception_class)
399 if (exception_class == __gxx_exception_class)
418 || exception_class != __gxx_exception_class)
181 PERSONALITY_FUNCTION(int version, _Unwind_Action actions, _Unwind_Exception_Class exception_class, struct _Unwind_Exception *ue_header, struct _Unwind_Context *context) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp126 const AppleArm64ExceptionClass exception_class = local
128 if (IsCrashExceptionClass(exception_class)) {
131 toString(exception_class), far.GetAsUInt64());
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h22 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c146 1, _UA_SEARCH_PHASE, exception_object->exception_class,
208 (*c->personality)(1, action, exception_object->exception_class,
269 (*stop)(1, action, exception_object->exception_class, exception_object,
288 (*p)(1, action, exception_object->exception_class, exception_object,
324 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwind-seh.cpp125 (void *)pers, action, exc->exception_class,
127 urc = pers(1, action, exc->exception_class, exc, ctx);
269 (*stop)(1, action, exception_object->exception_class, exception_object,
289 (*p)(1, action, exception_object->exception_class, exception_object,
325 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
H A DUnwindLevel1.c139 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
261 (*p)(1, action, exception_object->exception_class, exception_object,
352 (*stop)(1, action, exception_object->exception_class, exception_object,
373 (*p)(1, action, exception_object->exception_class, exception_object,
409 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
/openbsd-current/gnu/gcc/gcc/
H A Dunwind.inc67 exc->exception_class, exc, context);
117 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class,
167 stop_code = (*stop) (1, action, exc->exception_class, exc,
180 exc->exception_class, exc, context);
H A Dunwind-generic.h90 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.inc58 exc->exception_class, exc, context);
109 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class,
159 stop_code = (*stop) (1, action, exc->exception_class, exc,
172 exc->exception_class, exc, context);
H A Dunwind.h83 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception

Completed in 129 milliseconds

12