HomeSort by: relevance | last modified time | path
    Searched defs:exception_class (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/lib/libunwind/
unwind.h 43 uint64_t exception_class; member in struct:_Unwind_Exception
  /src/external/bsd/libc++/dist/libcxxrt/src/
unwind-itanium.h 74 /* The C++ ABI requires exception_class, private_1, and private_2 to
76 double-word-aligned. Please note that exception_class stays 64-bit
80 uint64_t exception_class; member in struct:_Unwind_Exception
unwind-arm.h 62 uint64_t exception_class; member in struct:_Unwind_Exception
202 uint64_t exceptionClass = exceptionObject->exception_class;\
exception.cc 242 static const uint64_t exception_class = variable
243 EXCEPTION_CLASS('G', 'N', 'U', 'C', 'C', '+', '+', '\0');
248 EXCEPTION_CLASS('G', 'N', 'U', 'C', 'C', '+', '+', '\x01');
260 return (cls == exception_class) || (cls == dependent_exception_class);
275 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; }
625 if (isDependentException(exception->unwindHeader.exception_class))
642 assert(isDependentException(ex->unwindHeader.exception_class));
778 ex->unwindHeader.exception_class = exception_class;
795 ex->unwindHeader.exception_class = dependent_exception_class
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
unwind-generic.h 93 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-generic.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /src/sys/arch/arm/include/
ehabi.h 78 char exception_class[8]; member in struct:_Unwind_Control_Block
  /src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h 111 uint64_t exception_class; member in struct:_Unwind_Control_Block
141 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h 85 char exception_class[8]; member in struct:_Unwind_Control_Block
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h 85 char exception_class[8]; member in struct:_Unwind_Control_Block

Completed in 33 milliseconds