Searched refs:is_aggregate (Results 1 – 12 of 12) sorted by relevance
24 struct _LIBCPP_NO_SPECIALIZATIONS is_aggregate : integral_constant<bool, __is_aggregate(_Tp)> {}; struct
105 template <class T> struct is_aggregate; // since C++17344 = is_aggregate<T>::value; // since C++17541 # include <__type_traits/is_aggregate.h>
103 module is_aggregate {104 header "__type_traits/is_aggregate.h"
45 using std::is_aggregate;
107 template <class T> struct is_aggregate; // C++17315 = is_aggregate<T>::value; // C++17
1921 …traits_is_aggregate [system] { header "__type_traits/is_aggregate.h" }
918 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue() local959 if (is_aggregate && was_plain_var) { in DumpValue()966 if (is_aggregate && in DumpValue()
810 { include: [ "<__type_traits/is_aggregate.h>", "private", "<type_traits>", "public" ] },
2122 TTR_HEADERS+= is_aggregate.h
1637 SYMBOL(is_aggregate, std::, <type_traits>)