Searched refs:catchTemp (Results 1 – 2 of 2) sorted by relevance
61 void *catchTemp; member99 void * catchTemp; member
940 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()