Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_array.h20 template <class T> struct is_array : false_type {}; global() struct
/llvm-project/libcxx/include/__type_traits/
H A Dis_array.h26 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp292 TEST(LlvmLibcTypeTraitsTest,is_array) TEST() argument
/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp859 bool is_array = (type_info_flags & eTypeIsArray) != 0; DumpValue() local
H A DValueObject.cpp
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp685 void is_array() in is_array() function