Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.h61 void *catchTemp; member
99 void * catchTemp; member
H A Dcxa_personality.cpp940 reinterpret_cast<uintptr_t>(exception_header->catchTemp); in __gxx_personality_imp()
949 exception_header->catchTemp = (void *)_Unwind_GetDataRelBase(context); in __gxx_personality_imp()
951 exception_header->catchTemp = 0; in __gxx_personality_imp()
974 exc->catchTemp = reinterpret_cast<void*>(results.landingPad); in __gxx_personality_imp()
988 exception_header->catchTemp = (void *)_Unwind_GetDataRelBase(context); in __gxx_personality_imp()
990 exception_header->catchTemp = 0; in __gxx_personality_imp()
1194 base = (uintptr_t)old_exception_header->catchTemp; in __cxa_call_unexpected()