Searched defs:is_pointer (Results 1 – 4 of 4) sorted by relevance
25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> { }; struct
3 struct is_pointer { struct8 struct is_pointer<T*> { argument13 struct is_pointer<const T*> { argument17 int array0[is_pointer<int>::value? -1 : 1]; argument
842 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue() local
898 void is_pointer() in is_pointer() function