Searched defs:agg1 (Results 1 – 5 of 5) sorted by relevance
10 A agg1( a++, a++ ); // no warning in test() local
93 Agg agg1; member in AggAgg
60 A agg1 = { a++, a++ }; // ok in test() local
817 constexpr AggregateInit agg1 = { "hello"[0] }; global() variable
40 A agg1 = { a++, a++ }; // expected-warning {{multiple unsequenced modifications}} in test() local