Searched defs:is_pointer (Results 1 – 2 of 2) sorted by relevance
25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
828 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; DumpValue() local