/ndk/sources/cxx-stl/gabi++/src/ |
array_type_info.cc | 38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__array_type_info
|
enum_type_info.cc | 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__enum_type_info
|
function_type_info.cc | 38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__function_type_info
|
fundamental_type_info.cc | 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__fundamental_type_info
|
class_type_info.cc | 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__class_type_info
|
pbase_type_info.cc | 43 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type, function in class:__cxxabiv1::__pbase_type_info 116 return __pointee->can_catch(thrown_type->__pointee, adjustedPtr);
|
/external/libcxxabi/src/ |
private_typeinfo.cpp | 46 // are not caught by handlers since can_catch() returns false. 48 // Defining _LIBCXX_DYNAMIC_FALLBACK does not help since can_catch() calls 159 // can_catch 188 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__fundamental_type_info 195 __array_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__array_type_info 205 __function_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__function_type_info 216 __enum_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__enum_type_info 229 __class_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__class_type_info 351 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__pbase_type_info 367 __pointer_type_info::can_catch(const __shim_type_info* thrown_type function in class:__cxxabiv1::__pointer_type_info 469 bool __pointer_to_member_type_info::can_catch( function in class:__cxxabiv1::__pointer_to_member_type_info [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
private_typeinfo.cpp | 46 // are not caught by handlers since can_catch() returns false. 48 // Defining _LIBCXX_DYNAMIC_FALLBACK does not help since can_catch() calls 159 // can_catch 188 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__fundamental_type_info 195 __array_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__array_type_info 205 __function_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__function_type_info 216 __enum_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__enum_type_info 227 __class_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__class_type_info 347 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__pbase_type_info 361 __pointer_type_info::can_catch(const __shim_type_info* thrown_type function in class:__cxxabiv1::__pointer_type_info [all...] |