Searched defs:is_aggregate (Results 1 – 2 of 2) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {}; struct
829 bool is_aggregate = target->GetCompilerType().IsAggregateType(); DumpValue() local