Home
last modified time | relevance | path

Searched defs:is_aggregate (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_aggregate.h24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_aggregate struct
/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp861 bool is_aggregate = target->GetCompilerType().IsAggregateType(); DumpValue() local
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp530 void is_aggregate() in is_aggregate() function