Home
last modified time | relevance | path

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

/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);
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h303 void* catchTemp; member