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