Home
last modified time | relevance | path

Searched refs:__pointee (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dpbase_type_info.cc109 dynamic_cast<const __pbase_type_info*>(__pointee); in can_catch_ptr()
112 return ptr_pointee->can_catch_typeinfo_wrapper(thrown_type->__pointee, in can_catch_ptr()
116 return __pointee->can_catch(thrown_type->__pointee, adjustedPtr); in can_catch_ptr()
Dpointer_type_info.cc44 *__pointee == typeid(void)) { in do_can_catch_ptr()
46 if (dynamic_cast<const __function_type_info*>(thrown_type->__pointee)) { in do_can_catch_ptr()
Dcxxabi_defines.h212 const __shim_type_info* __pointee; variable
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dprivate_typeinfo.cpp381 if (is_equal(__pointee, thrown_pointer_type->__pointee, false)) in can_catch()
384 if (is_equal(__pointee, &typeid(void), false)) in can_catch()
387 dynamic_cast<const __class_type_info*>(__pointee); in can_catch()
391 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee); in can_catch()
Dprivate_typeinfo.h212 const __shim_type_info* __pointee; variable