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.cpp427 const __shim_type_info* catchType = in exception_spec_can_catch() local
430 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
458 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex, in exception_spec_can_catch() local
464 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
689 const __shim_type_info* catchType = in scan_eh_tab() local
693 if (catchType == 0) in scan_eh_tab()
730 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()