Searched defs: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 { struct24 NonAggregate non_aggregate_test = { 1, 2 }; argument
42 class NonAggregate { int x; }; global() class
485 struct NonAggregate { struct 486 NonAggregate() {} in NonAggregate() argument