Searched defs:is_pointer (Results 1 – 5 of 5) sorted by relevance
25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
20 template <typename T> struct is_pointer : cpp::false_type {}; struct
25 struct _LIBCPP_NO_SPECIALIZATIONS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
917 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue() local
3130 bool is_pointer = in CastToBasicType() local