Searched defs:is_pointer (Results 1 – 6 of 6) sorted by relevance
18 template <typename T> struct is_pointer : cpp::false_type {}; global() struct
25 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
3 struct is_pointer { struct8 struct is_pointer<T*> { struct13 struct is_pointer<const T*> { argument17 int array0[is_pointer<int>::value? -1 : 1]; argument
860 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; DumpValue() local
1008 void is_pointer() in is_pointer() function