Searched defs:is_array (Results 1 – 6 of 6) sorted by relevance
20 template <class T> struct is_array : false_type {}; global() struct
26 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
292 TEST(LlvmLibcTypeTraitsTest,is_array) TEST() argument
859 bool is_array = (type_info_flags & eTypeIsArray) != 0; DumpValue() local
685 void is_array() in is_array() function