Searched refs:__is_pointer_p (Results 1 – 3 of 3) sorted by relevance
75 virtual bool __is_pointer_p() const { return false; } in __is_pointer_p() function298 virtual bool __is_pointer_p() const { return true; } in __is_pointer_p() function
74 if (!ex_type->__is_pointer_p()) in __do_catch()
971 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature()