Searched refs:agg2 (Results 1 – 4 of 4) sorted by relevance
41 A agg2 = { a++ + a, a++ }; // expected-warning {{unsequenced modification and access}} in test() local67 (q = &agg2)->y = q->x; // expected-warning {{unsequenced modification and access to 'q'}} in test()
48 A agg2 = { a++ + a, a++ }; // expected-warning {{unsequenced modification and access}} in test() local86 (q = &agg2)->y = q->x; // expected-warning {{unsequenced modification and access to 'q'}} in test()
81 Agg agg2; member in AggAgg
5578 %agg2 = insertvalue {i32, float} %agg1, float %val, 1 ; yields {i32 1, float %val}