Home
last modified time | relevance | path

Searched refs:emp_1 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Sema/
Dempty1.c5 struct emp_1 { // expected-warning {{empty struct has size 0 in C, size 1 in C++}} struct
30 struct emp_1 f1;
34 struct emp_1 f1;
38 struct emp_1 f1;
43 struct emp_1 *func_1p(struct emp_1 *x) { return x - 5; } in func_1p()
46 struct emp_1 v[1]; in func_1()
50 int func_2(struct emp_1 *x) { in func_2()
54 int func_3(struct emp_1 *x, struct emp_1 *y) { in func_3()
58 int func_4(struct emp_1 *x, const struct emp_1 *y) { in func_4()
62 int func_5(volatile struct emp_1 *x, const struct emp_1 *y) { in func_5()
[all …]
Dempty2.c3 struct emp_1 { // expected-warning {{empty struct is a GNU extension}} struct
/external/llvm-project/clang/test/Sema/
Dempty1.c5 struct emp_1 { // expected-warning {{empty struct has size 0 in C, size 1 in C++}} struct
30 struct emp_1 f1;
34 struct emp_1 f1;
38 struct emp_1 f1;
43 struct emp_1 *func_1p(struct emp_1 *x) { return x - 5; } in func_1p()
46 struct emp_1 v[1]; in func_1()
50 int func_2(struct emp_1 *x) { in func_2()
54 int func_3(struct emp_1 *x, struct emp_1 *y) { in func_3()
58 int func_4(struct emp_1 *x, const struct emp_1 *y) { in func_4()
62 int func_5(volatile struct emp_1 *x, const struct emp_1 *y) { in func_5()
[all …]
Dempty2.c3 struct emp_1 { // expected-warning {{empty struct is a GNU extension}} struct