Home
last modified time | relevance | path

Searched refs:struct9 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dstructs.c28 struct struct9 { char a, b, c, d, e, f, g, h, i; }; argument
42 struct struct9 foo9 = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'}, L9;
84 struct struct9 fun9() in fun9()
178 void Fun9(struct struct9 foo9) in Fun9()
181 struct struct9 foo9; in Fun9()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c97 struct struct9 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; }; argument
116 struct struct9 foo9 = {'1','b','3','d','5','f','7','h','9'}, L9;
159 struct struct9 fun9() in fun9()
273 void Fun9(struct struct9 foo9) in Fun9()
276 struct struct9 foo9; in Fun9()