Searched refs:is_aggregate (Results 1 – 8 of 8) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {}; struct
107 template <class T> struct is_aggregate; // C++17315 = is_aggregate<T>::value; // C++17503 # include <__type_traits/is_aggregate.h>
1921 …traits_is_aggregate [system] { header "__type_traits/is_aggregate.h" }
861 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue() local902 if (is_aggregate && was_plain_var) { in DumpValue()909 if (is_aggregate && in DumpValue()
1242 TTR_HEADERS+= is_aggregate.h
748 { include: [ "<__type_traits/is_aggregate.h>", "private", "<type_traits>", "public" ] },
1610 SYMBOL(is_aggregate, std::, <type_traits>)