Home
last modified time | relevance | path

Searched refs:new_exception_header (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp1236 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected() local
1237 if (new_exception_header == 0) in __cxa_call_unexpected()
1240 bool native_new_exception = __isOurExceptionClass(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
1242 if (native_new_exception && (new_exception_header != old_exception_header)) in __cxa_call_unexpected()
1245 static_cast<const __shim_type_info*>(new_exception_header->exceptionType); in __cxa_call_unexpected()
1247 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
1248 ((__cxa_dependent_exception*)new_exception_header)->primaryException : in __cxa_call_unexpected()
1249 new_exception_header + 1; in __cxa_call_unexpected()
1260 new_exception_header->handlerCount = -new_exception_header->handlerCount; in __cxa_call_unexpected()
1267 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()