Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
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
Ddynamic_cast.cc74 if (!ex_type->__is_pointer_p()) in __do_catch()
Dexception.cc922 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dpointer_type_info.cc33 __is_pointer_p () const in __is_pointer_p() function in __cxxabiv1::__pointer_type_info
Dtinfo.cc63 __is_pointer_p () const in __is_pointer_p() function in std::type_info
Deh_arm.cc79 if (throw_type->__is_pointer_p()) in __cxa_type_match()
Dcxxabi.h335 __is_pointer_p() const;
Deh_personality.cc233 if (throw_type->__is_pointer_p ()) in get_adjusted_ptr()
Dtypeinfo131 virtual bool __is_pointer_p() const;
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20003666 (__pointer_to_member_type_info::__is_pointer_p): Remove.
4583 (__pointer_to_member_type_info::__is_pointer_p): Declare.
4589 * tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):