Searched refs:struct7 (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 | 26 struct struct7 { char a, b, c, d, e, f, g; }; argument 40 struct struct7 foo7 = {'1', '2', '3', '4', '5', '6', '7'}, L7; 76 struct struct7 fun7() in fun7() 160 void Fun7(struct struct7 foo7) in Fun7() 163 struct struct7 foo7; in Fun7()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | structs.c | 95 struct struct7 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; }; argument 114 struct struct7 foo7 = {'1','b','3','d','5','f','7'}, L7; 151 struct struct7 fun7() in fun7() 255 void Fun7(struct struct7 foo7) in Fun7() 258 struct struct7 foo7; in Fun7()
|