Home
last modified time | relevance | path

Searched defs:is_array (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_array.h27 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> { }; struct
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1058 const bool is_array = type_obj.IsArrayType(); in CreateVariable() local
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp841 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue() local
H A DValueObject.cpp891 const bool is_array = type_flags.Test(eTypeIsArray); in ReadPointedString() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp672 void is_array() in is_array() function