Home | History | Annotate | Download | only in src

Lines Matching refs:__pointee

381     if (is_equal(__pointee, thrown_pointer_type->__pointee, false))
384 if (is_equal(__pointee, &typeid(void), false))
387 dynamic_cast<const __class_type_info*>(__pointee);
391 dynamic_cast<const __class_type_info*>(thrown_pointer_type->__pointee);