Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/perl/cpan/autodie/lib/
H A DFatal.pm1487 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 Dhwasan_exceptions.cpp23 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 Deh_arm.cc49 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 Deh_throw.cc65 __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 Deh_catch.cc58 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 Deh_call.cc54 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 DThreadMachCore.cpp126 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 DUnwind-sjlj.c146 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 DUnwindLevel1.c139 (*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 DUnwind-seh.cpp125 (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 Deh_personality.cc183 _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 Deh_catch.cc50 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 Deh_throw.cc66 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 Dghach.pm22 sub exception_class { subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/
H A Dmissing.pm4 sub exception_class { subroutine
H A Dbadname.pm4 sub exception_class { subroutine
/openbsd-src/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);
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced2.C32 exc->exception_class = 0; in force_unwind()
H A Dforced4.C26 exc->exception_class = 0; in force_unwind()
H A Dforced3.C27 exc->exception_class = 0; in force_unwind()
H A Dforced1.C38 exc->exception_class = 0; in force_unwind()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-5.c23 exc->exception_class = 0; in force_unwind()
/openbsd-src/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);
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dunwind.h114 uint64_t exception_class; member
144 _Unwind_Exception_Class exception_class; member
/openbsd-src/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h22 _Unwind_Exception_Class exception_class; member

12