Searched defs:thrown_type (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/cxx-stl/gabi++/src/ |
D | pbase_type_info.cc | 69 const __pbase_type_info *thrown_type = in can_catch_typeinfo_wrapper() local 99 bool __pbase_type_info::can_catch_ptr(const __pbase_type_info* thrown_type, in can_catch_ptr()
|
D | function_type_info.cc | 38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch()
|
D | enum_type_info.cc | 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch()
|
D | fundamental_type_info.cc | 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch()
|
D | array_type_info.cc | 38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch()
|
D | pointer_type_info.cc | 38 bool __pointer_type_info::do_can_catch_ptr(const __pbase_type_info* thrown_type, in do_can_catch_ptr()
|
D | pointer_to_member_type_info.cc | 42 const __pointer_to_member_type_info *thrown_type = in do_can_catch_ptr() local
|
D | class_type_info.cc | 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch()
|
D | call_unexpected.cc | 99 const __shim_type_info* thrown_type = in __cxa_type_match() local
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_default_handlers.cpp | 47 const __shim_type_info* thrown_type = in default_terminate_handler() local
|
D | private_typeinfo.cpp | 188 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() 216 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() 227 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() 347 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() 361 __pointer_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch()
|