Searched refs:struct8 (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | structs.c | 27 struct struct8 { char a, b, c, d, e, f, g, h; }; struct 41 struct struct8 foo8 = {'1', '2', '3', '4', '5', '6', '7', '8'}, L8; 80 struct struct8 fun8() in fun8() 169 void Fun8(struct struct8 foo8) in Fun8() 172 struct struct8 foo8; in Fun8()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | structs.c | 96 struct struct8 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; }; struct 115 struct struct8 foo8 = {'a','2','c','4','e','6','g','8'}, L8; 155 struct struct8 fun8() in fun8() 264 void Fun8(struct struct8 foo8) in Fun8() 267 struct struct8 foo8; in Fun8()
|