Home | History | Annotate | Download | only in Sema

Lines Matching full:size

3 struct emp_1 { // expected-warning {{empty struct has size 0 in C, size 1 in C++}}
6 union emp_2 { // expected-warning {{empty union has size 0 in C, size 1 in C++}}
9 struct emp_3 { // expected-warning {{struct has size 0 in C, size 1 in C++}}
13 union emp_4 { // expected-warning {{union has size 0 in C, size 1 in C++}}
17 struct emp_5 { // expected-warning {{struct has size 0 in C, size 1 in C++}}
22 union emp_6 { // expected-warning {{union has size 0 in C, size 1 in C++}}
27 struct emp_7 { // expected-warning {{struct has size 0 in C, size 1 in C++}}
31 union emp_8 { // expected-warning {{union has size 0 in C, size 1 in C++}}
35 struct emp_9 { // expected-warning {{struct has size 0 in C, non-zero size in C++}}