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

12

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-c.c89 _Unwind_Exception_Class exception_class ATTRIBUTE_UNUSED,
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h33 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Control_Block
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A DFatal.pm1461 sub exception_class { return "autodie::exception" }; subroutine
1471 my $exception_class =
1472 $exception_class_for{$class} ||= $class->exception_class;
1474 if (not $class_loaded{$exception_class}) {
1475 if ($exception_class =~ /[^\w:']/) {
1476 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.";
1487 my $pm_file = $exception_class . ".pm";
1497 confess "Failed to load '$exception_class'
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h114 uint64_t exception_class; member in struct:_Unwind_Control_Block
144 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-c.c122 _Unwind_Exception_Class exception_class ATTRIBUTE_UNUSED,
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h90 char exception_class[8]; member in struct:_Unwind_Control_Block
H A Dunwind-arm.c567 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp,
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc350 _Unwind_Exception_Class exception_class,
415 foreign_exception = !__is_gxx_exception_class(exception_class);
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.cpp82 ::memcpy(&unwind_exception->exception_class, &newValue, sizeof(newValue));
96 // On x86 and some ARM unwinders, unwind_exception->exception_class is
101 ::memcpy(&exClass, &unwind_exception->exception_class, sizeof(exClass));
243 * Set the exception_class field in the unwind header. This is a 64-bit value
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindLevel1-gcc-ext.c146 strcpy((char *)&ex.exception_class, "CLNGUNW");
H A DUnwind-EHABI.cpp740 (*stop)(1, action, exception_object->exception_class, exception_object,
807 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
/openbsd-current/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp291 (expToDelete->exception_class == ourBaseExceptionClass)) {
322 (ret->unwindException).exception_class = ourBaseExceptionClass;
496 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
590 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
773 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
1241 // Retrieve exception_class member from thrown exception
1575 // (the _Unwind_Exception::exception_class should be different from
1655 // Create our _Unwind_Exception::exception_class value

Completed in 262 milliseconds

12