Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dtypeinfo.h75 virtual bool __is_pointer_p() const { return false; } in __is_pointer_p() function
298 virtual bool __is_pointer_p() const { return true; } in __is_pointer_p() function
H A Ddynamic_cast.cc74 if (!ex_type->__is_pointer_p()) in __do_catch()
H A Dexception.cc971 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature()