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