Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
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.cc922 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dpointer_type_info.cc33 __is_pointer_p () const in __is_pointer_p() function in __cxxabiv1::__pointer_type_info
H A Dtinfo.cc56 __is_pointer_p () const in __is_pointer_p() function in std::type_info
H A Deh_arm.cc79 if (throw_type->__is_pointer_p()) in __cxa_type_match()
H A Dcxxabi.h327 __is_pointer_p() const;
H A Deh_personality.cc233 if (throw_type->__is_pointer_p ()) in get_adjusted_ptr()
H A Dtypeinfo155 virtual bool __is_pointer_p() const;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dpointer_type_info.cc33 __is_pointer_p () const in __is_pointer_p() function in __cxxabiv1::__pointer_type_info
H A Dtinfo.cc63 __is_pointer_p () const in __is_pointer_p() function in std::type_info
H A Deh_arm.cc79 if (throw_type->__is_pointer_p()) in __cxa_type_match()
H A Dcxxabi.h335 __is_pointer_p() const;
H A Deh_personality.cc233 if (throw_type->__is_pointer_p ()) in get_adjusted_ptr()
H A Dtypeinfo131 virtual bool __is_pointer_p() const;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dtypeinfo.d132 bool __is_pointer_p() const; in version()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d325 bool __is_pointer_p() const;
399 if (throw_type.__is_pointer_p())
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d301 bool __is_pointer_p() const;
375 if (throw_type.__is_pointer_p()) in getAdjustedPtr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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):