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

/barrelfish-master/lib/cxx/cxxabi/
H A Dprivate_typeinfo.cpp393 if (is_equal(__pointee, thrown_pointer_type->__pointee, false))
396 if (is_equal(__pointee, &typeid(void), false)) {
400 dynamic_cast<const __function_type_info*>(thrown_pointer_type->__pointee);
405 dynamic_cast<const __pointer_type_info*>(__pointee);
408 return nested_pointer_type->can_catch_nested(thrown_pointer_type->__pointee);
413 dynamic_cast<const __pointer_to_member_type_info*>(__pointee);
416 return member_ptr_type->can_catch_nested(thrown_pointer_type->__pointee);
421 dynamic_cast<const __class_type_info*>(__pointee);
425 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee);
[all...]
H A Dprivate_typeinfo.h200 const __shim_type_info *__pointee; member in class:__cxxabiv1::__pbase_type_info
/barrelfish-master/lib/cxx/include/
H A Dprivate_typeinfo.h212 const __shim_type_info* __pointee; member in class:__cxxabiv1::__pbase_type_info

Completed in 42 milliseconds