Searched defs:is_aggregate (Results 1 – 10 of 10) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {}; struct
58 struct is_aggregate : bool_constant<__is_aggregate(T)> {}; struct
143 bool is_aggregate = 16; // for things like add field
199 struct is_aggregate struct
2379 inline bool OpDef::is_aggregate() const { in is_aggregate() function