Searched refs:__pointee (Results 1 – 7 of 7) sorted by relevance
/external/libcxxabi/src/ |
D | private_typeinfo.cpp | 396 if (is_equal(__pointee, thrown_pointer_type->__pointee, false)) in can_catch() 399 if (is_equal(__pointee, &typeid(void), false)) { in can_catch() 403 dynamic_cast<const __function_type_info*>(thrown_pointer_type->__pointee); in can_catch() 408 dynamic_cast<const __pointer_type_info*>(__pointee); in can_catch() 411 return nested_pointer_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch() 416 dynamic_cast<const __pointer_to_member_type_info*>(__pointee); in can_catch() 419 return member_ptr_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch() 424 dynamic_cast<const __class_type_info*>(__pointee); in can_catch() 428 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee); in can_catch() 453 if (is_equal(__pointee, thrown_pointer_type->__pointee, false)) in can_catch_nested() [all …]
|
D | private_typeinfo.h | 201 const __shim_type_info *__pointee; variable
|
/external/llvm-project/libcxxabi/src/ |
D | private_typeinfo.cpp | 398 if (is_equal(__pointee, thrown_pointer_type->__pointee, false)) in can_catch() 401 if (is_equal(__pointee, &typeid(void), false)) { in can_catch() 405 dynamic_cast<const __function_type_info*>(thrown_pointer_type->__pointee); in can_catch() 410 dynamic_cast<const __pointer_type_info*>(__pointee); in can_catch() 413 return nested_pointer_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch() 418 dynamic_cast<const __pointer_to_member_type_info*>(__pointee); in can_catch() 421 return member_ptr_type->can_catch_nested(thrown_pointer_type->__pointee); in can_catch() 426 dynamic_cast<const __class_type_info*>(__pointee); in can_catch() 430 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee); in can_catch() 455 if (is_equal(__pointee, thrown_pointer_type->__pointee, false)) in can_catch_nested() [all …]
|
D | private_typeinfo.h | 200 const __shim_type_info *__pointee; variable
|
/external/clang/test/CodeGenCXX/ |
D | rtti-layout.cpp | 23 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()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | rtti-layout.cpp | 23 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()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 5429 …<var-decl name='__pointee' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-…
|