Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dstructs.c29 struct struct10 { char a, b, c, d, e, f, g, h, i, j; }; struct
43 struct struct10 foo10 = {
88 struct struct10 fun10() in fun10()
187 void Fun10(struct struct10 foo10) in Fun10()
190 struct struct10 foo10; in Fun10()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c98 struct struct10 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; }; argument
117 struct struct10 foo10 = {'a','2','c','4','e','6','g','8','i','A'}, L10;
163 struct struct10 fun10() in fun10()
282 void Fun10(struct struct10 foo10) in Fun10()
285 struct struct10 foo10; in Fun10()