Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dprivate_typeinfo.cpp387 if (is_equal(__pointee, thrown_pointer_type->__pointee, false)) in can_catch()
390 if (is_equal(__pointee, &typeid(void), false)) { in can_catch()
394 dynamic_cast<const __function_type_info*>(thrown_pointer_type->__pointee); in can_catch()
399 dynamic_cast<const __pointer_type_info*>(__pointee); in can_catch()
402 return nested_pointer_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch()
407 dynamic_cast<const __pointer_to_member_type_info*>(__pointee); in can_catch()
410 return member_ptr_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch()
415 dynamic_cast<const __class_type_info*>(__pointee); in can_catch()
419 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee); in can_catch()
444 if (is_equal(__pointee, thrown_pointer_type->__pointee, false)) in can_catch_nested()
[all …]
Dprivate_typeinfo.h212 const __shim_type_info* __pointee; variable
/external/clang/test/CodeGenCXX/
Drtti-layout.cpp23 const std::type_info *__pointee; member in __pbase_type_info
181 …CHECK(to<__pbase_type_info>(typeid(B::a)).__pointee == to<__pbase_type_info>(typeid(B::b)).__point… in f()
183 …CHECK(to<__pbase_type_info>(typeid(B::c)).__pointee == to<__pbase_type_info>(typeid(B::d)).__point… in f()