Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dstructs.c31 struct struct12 { char a, b, c, d, e, f, g, h, i, j, k, l; }; argument
47 struct struct12 foo12 = {
96 struct struct12 fun12() in fun12()
205 void Fun12(struct struct12 foo12) in Fun12()
208 struct struct12 foo12; in Fun12()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c100 struct struct12 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; }; argument
119 struct struct12 foo12 = {'a','2','c','4','e','6','g','8','i','A','k','C'}, L12;
171 struct struct12 fun12() in fun12()
300 void Fun12(struct struct12 foo12) in Fun12()
303 struct struct12 foo12; in Fun12()