/openbsd-src/gnu/usr.bin/perl/cpan/autodie/lib/ |
H A D | Fatal.pm | 1487 sub exception_class { return "autodie::exception" }; 1497 my $exception_class = 1498 $exception_class_for{$class} ||= $class->exception_class; 1500 if (not $class_loaded{$exception_class}) { 1501 if ($exception_class =~ /[^\w:']/) { 1502 confess "Bad exception class '$exception_class'.\nThe '$class->exception_class' method wants to use $exception_class\nfor exceptions, but it contains characters which are not word-characters or colons."; 1513 my $pm_file = $exception_class . ".pm"; 1523 confess "Failed to load '$exception_class' 1461 sub exception_class { return "autodie::exception" }; global() subroutine [all...] |
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_exceptions.cpp | 23 uint64_t exception_class, 37 uint64_t exception_class, in __hwasan_personality_wrapper() argument 44 rc = real_personality(version, actions, exception_class, unwind_exception, in __hwasan_personality_wrapper()
|
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | eh_arm.cc | 49 if (!__is_gxx_exception_class(ue_header->exception_class)) in __cxa_type_match() 92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() 133 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
|
H A D | eh_throw.cc | 65 __GXX_INIT_EXCEPTION_CLASS(header->unwindHeader.exception_class); in __cxa_throw() 91 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_rethrow()
|
H A D | eh_catch.cc | 58 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch() 108 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_end_catch()
|
H A D | eh_call.cc | 54 if (__is_gxx_exception_class(ue_header->exception_class)) in __cxa_call_terminate() 83 if (__is_gxx_exception_class(exc_obj->exception_class)) in __cxa_call_unexpected()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
H A D | ThreadMachCore.cpp | 126 const AppleArm64ExceptionClass exception_class = in CalculateStopInfo() local 128 if (IsCrashExceptionClass(exception_class)) { in CalculateStopInfo() 131 toString(exception_class), far.GetAsUInt64()); in CalculateStopInfo()
|
/openbsd-src/gnu/llvm/libunwind/src/ |
H A D | Unwind-sjlj.c | 146 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 208 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2() 269 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 288 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 324 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
H A D | UnwindLevel1.c | 139 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 261 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 352 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 373 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 409 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
H A D | Unwind-seh.cpp | 125 (void *)pers, action, exc->exception_class, in _GCC_specific_handler() 127 urc = pers(1, action, exc->exception_class, exc, ctx); in _GCC_specific_handler() 269 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 289 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 325 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | eh_personality.cc | 183 _Unwind_Exception_Class exception_class, in PERSONALITY_FUNCTION() argument 211 && exception_class == __gxx_exception_class) in PERSONALITY_FUNCTION() 324 || exception_class != __gxx_exception_class) in PERSONALITY_FUNCTION() 398 if (exception_class == __gxx_exception_class) in PERSONALITY_FUNCTION() 417 || exception_class != __gxx_exception_class) in PERSONALITY_FUNCTION()
|
H A D | eh_catch.cc | 50 if (header->unwindHeader.exception_class != __gxx_exception_class) in __cxa_begin_catch() 95 if (header->unwindHeader.exception_class != __gxx_exception_class) in __cxa_end_catch()
|
H A D | eh_throw.cc | 66 header->unwindHeader.exception_class = __gxx_exception_class; in __cxa_throw() 93 if (header->unwindHeader.exception_class != __gxx_exception_class) in __cxa_rethrow()
|
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ |
H A D | ghach.pm | 22 sub exception_class { subroutine
|
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/ |
H A D | missing.pm | 4 sub exception_class { subroutine
|
H A D | badname.pm | 4 sub exception_class { subroutine
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | unwind.inc | 58 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);
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
H A D | forced2.C | 32 exc->exception_class = 0; in force_unwind()
|
H A D | forced4.C | 26 exc->exception_class = 0; in force_unwind()
|
H A D | forced3.C | 27 exc->exception_class = 0; in force_unwind()
|
H A D | forced1.C | 38 exc->exception_class = 0; in force_unwind()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | cleanup-5.c | 23 exc->exception_class = 0; in force_unwind()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | unwind.inc | 67 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);
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | unwind.h | 114 uint64_t exception_class; member 144 _Unwind_Exception_Class exception_class; member
|
/openbsd-src/gnu/llvm/libunwind/include/ |
H A D | unwind_itanium.h | 22 _Unwind_Exception_Class exception_class; member
|