Lines Matching full:union
8 union emp_2 { // expected-warning {{empty union has size 0 in C, size 1 in C++}}
15 union emp_4 { // expected-warning {{union has size 0 in C, size 1 in C++}}
24 union emp_6 { // expected-warning {{union has size 0 in C, size 1 in C++}}
33 union emp_8 { // expected-warning {{union has size 0 in C, size 1 in C++}}
39 union emp_2 f2;
67 union emp_2 v[1];
68 return v - v; // expected-warning {{subtraction of pointers to type 'union emp_2' of zero size has undefined behavior}}