Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp57 void *catchTemp; member
94 void * catchTemp; member
Dcxa_personality.cpp980 exception_header->catchTemp = reinterpret_cast<void*>(results.landingPad); in __gxx_personality_imp()
1005 results.landingPad = reinterpret_cast<uintptr_t>(exception_header->catchTemp); in __gxx_personality_imp()