Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc335 void* tempPtr = adjustedPtr; in canExceptionSpecCatch() local
337 static_cast<const __shim_type_info*>(excpType), tempPtr)) { in canExceptionSpecCatch()
470 void* tempPtr = adjustedPtr; in canExceptionSpecCatch() local
472 static_cast<const __shim_type_info*>(excpType), tempPtr)) { in canExceptionSpecCatch()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp437 void* tempPtr = adjustedPtr; in exception_spec_can_catch() local
438 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
471 void* tempPtr = adjustedPtr; in exception_spec_can_catch() local
472 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()