Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dstructs.c30 struct struct11 { char a, b, c, d, e, f, g, h, i, j, k; }; argument
45 struct struct11 foo11 = {
92 struct struct11 fun11() in fun11()
196 void Fun11(struct struct11 foo11) in Fun11()
199 struct struct11 foo11; in Fun11()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c99 struct struct11 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; }; argument
118 struct struct11 foo11 = {'1','b','3','d','5','f','7','h','9','j','B'}, L11;
167 struct struct11 fun11() in fun11()
291 void Fun11(struct struct11 foo11) in Fun11()
294 struct struct11 foo11; in Fun11()