Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.hpp55 void *catchTemp; member
93 void * catchTemp; member
Dcxa_personality.cpp948 exception_header->catchTemp = reinterpret_cast<void*>(results.landingPad); in __gxx_personality_sj0()
973 results.landingPad = reinterpret_cast<uintptr_t>(exception_header->catchTemp); in __gxx_personality_sj0()
/ndk/sources/cxx-stl/gabi++/src/
Dpersonality.cc76 exception_header->catchTemp = reinterpret_cast<void*>(results.landingPad);
96 results.landingPad = reinterpret_cast<uintptr_t>(exception_header->catchTemp);
Dcxxabi_defines.h300 void* catchTemp; member