Searched refs:__is_pointer (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dcpp_type_traits.h296 struct __is_pointer struct
303 struct __is_pointer<_Tp*> struct
348 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
H A Dstl_algobase.h311 && __is_pointer<_II>::__value
312 && __is_pointer<_OI>::__value
459 && __is_pointer<_BI1>::__value
460 && __is_pointer<_BI2>::__value
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp632 /// '__is_pointer'
818 REVERTIBLE_TYPE_TRAIT(__is_pointer);

Completed in 64 milliseconds