Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dstructs.c24 struct struct5 { char a, b, c, d, e; }; argument
38 struct struct5 foo5 = {'a', 'b', 'c', 'd', 'e'}, L5;
68 struct struct5 fun5() in fun5()
142 void Fun5(struct struct5 foo5) in Fun5()
145 struct struct5 foo5; in Fun5()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c93 struct struct5 {tA a; tB b; tC c; tD d; tE e; }; argument
112 struct struct5 foo5 = {'1','b','3','d','5'}, L5;
143 struct struct5 fun5() in fun5()
237 void Fun5(struct struct5 foo5) in Fun5()
240 struct struct5 foo5; in Fun5()