Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc151 const __shim_type_info* catchType = in scanEHTable() local
154 if (catchType == 0) { in scanEHTable()
188 if (catchType->can_catch(excpType, adjustedPtr)) { in scanEHTable()
334 const __shim_type_info* catchType = (const __shim_type_info*) ttypeIndex; in canExceptionSpecCatch() local
336 if (catchType->can_catch( in canExceptionSpecCatch()
466 const __shim_type_info* catchType = getTypePtr(ttypeIndex, in canExceptionSpecCatch() local
471 if (catchType->can_catch( in canExceptionSpecCatch()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp435 const __shim_type_info* catchType = in exception_spec_can_catch() local
438 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
466 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex, in exception_spec_can_catch() local
472 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
696 const __shim_type_info* catchType = in scan_eh_tab() local
700 if (catchType == 0) in scan_eh_tab()
737 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()