/ndk/sources/cxx-stl/gabi++/src/ |
array_type_info.cc | 38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type,
|
function_type_info.cc | 38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type,
|
enum_type_info.cc | 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type,
|
fundamental_type_info.cc | 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type,
|
cxxabi_defines.h | 41 class __shim_type_info : public std::type_info class in namespace:__cxxabiv1 44 virtual ~__shim_type_info(); 45 virtual bool can_catch(const __shim_type_info* thrown_type, 50 class __fundamental_type_info : public __shim_type_info 54 virtual bool can_catch(const __shim_type_info* thrown_type, 59 class __array_type_info : public __shim_type_info 63 virtual bool can_catch(const __shim_type_info* thrown_type, 68 class __function_type_info : public __shim_type_info 72 virtual bool can_catch(const __shim_type_info* thrown_type, 77 class __enum_type_info : public __shim_type_info [all...] |
call_unexpected.cc | 85 const __shim_type_info* rttip, 98 const __shim_type_info* catch_type = rttip; 99 const __shim_type_info* thrown_type = 100 static_cast<const __shim_type_info*>(header->exceptionType); 219 const __shim_type_info* catch_type = reinterpret_cast<const __shim_type_info*>(offset); 231 const __shim_type_info* bad_excp = 232 static_cast<const __shim_type_info*>(&typeid(std::bad_exception));
|
pbase_type_info.cc | 38 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type, 44 bool __pbase_type_info::can_catch_typeinfo_wrapper(const __shim_type_info* thr_type,
|
helper_func_internal.cc | 47 const __shim_type_info* getTypePtr(uint64_t ttypeIndex, 151 const __shim_type_info* catchType = 175 const __shim_type_info* excpType = 176 static_cast<const __shim_type_info*>(exception_header->exceptionType); 302 const __shim_type_info* getTypePtr(uint64_t ttypeIndex, 310 return (const __shim_type_info*)decodeRelocTarget2((uint32_t)ptr); 334 const __shim_type_info* catchType = (const __shim_type_info*) ttypeIndex; 337 static_cast<const __shim_type_info*>(excpType), tempPtr)) { 414 const __shim_type_info* getTypePtr(uint64_t ttypeIndex [all...] |
class_type_info.cc | 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type,
|
cxxabi.cc | 129 __shim_type_info::~__shim_type_info() {
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cxxabi.h | 41 class __shim_type_info : public std::type_info class in namespace:__cxxabiv1 44 virtual ~__shim_type_info(); 45 virtual bool can_catch(const __shim_type_info* thrown_type, 50 class __fundamental_type_info : public __shim_type_info 54 virtual bool can_catch(const __shim_type_info* thrown_type, 59 class __array_type_info : public __shim_type_info 63 virtual bool can_catch(const __shim_type_info* thrown_type, 68 class __function_type_info : public __shim_type_info 72 virtual bool can_catch(const __shim_type_info* thrown_type, 77 class __enum_type_info : public __shim_type_info [all...] |