Searched defs:can_catch (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/gabi++/src/ |
D | fundamental_type_info.cc | 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__fundamental_type_info
|
D | array_type_info.cc | 38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__array_type_info
|
D | function_type_info.cc | 38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__function_type_info
|
D | enum_type_info.cc | 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__enum_type_info
|
D | pbase_type_info.cc | 43 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type, in can_catch() function in __cxxabiv1::__pbase_type_info
|
D | class_type_info.cc | 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__class_type_info
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | private_typeinfo.cpp | 188 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__fundamental_type_info 195 __array_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__array_type_info 205 __function_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__function_type_info 216 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__enum_type_info 227 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__class_type_info 347 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pbase_type_info 360 __pointer_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pointer_type_info
|