Searched refs:NonAggregate (Results 1 – 4 of 4) sorted by relevance
91 struct NonAggregate { struct98 NonAggregate(NonAggregate const &); // not provided, could set i and j to arbitrary values. argument101 static int compliant1(NonAggregate c) { in compliant1() argument105 static int compliant2(NonAggregate c) { in compliant2() argument
13 struct NonAggregate { struct18 NonAggregate();24 NonAggregate non_aggregate_test = { 1, 2 }; argument31 NonAggregate non_aggregate_test2[2] = { { 1, 2 }, { 3, 4 } };
40 class NonAggregate { int x; }; class47 static_assert(__is_literal(NonAggregate), "fail");
382 struct NonAggregate { struct383 NonAggregate() {} in NonAggregate() argument387 WantsIt(NonAggregate);390 void f(NonAggregate);394 NonAggregate n; in test1()399 NonAggregate x; in test2()400 NonAggregate y{x}; in test2()401 NonAggregate z{{x}}; in test2()