Searched defs:is_array (Results 1 – 5 of 5) sorted by relevance
27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> { }; struct
1058 const bool is_array = type_obj.IsArrayType(); in CreateVariable() local
841 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue() local
891 const bool is_array = type_flags.Test(eTypeIsArray); in ReadPointedString() local
672 void is_array() in is_array() function