Searched refs:kOurDependentExceptionClass (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_exception.hpp26 static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1 member in namespace:__cxxabiv1
H A Dcxa_exception.h23 static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1 member in namespace:__cxxabiv1
H A Dcxa_default_handlers.cpp43 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ?
H A Dcxa_exception.cpp91 __setExceptionClass(unwind_exception, kOurDependentExceptionClass);
H A Dcxa_personality.cpp504 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass)
1273 __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ?

Completed in 38 milliseconds