Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dstructs.c25 struct struct6 { char a, b, c, d, e, f; }; argument
39 struct struct6 foo6 = {'A', 'B', 'C', 'D', 'E', 'F'}, L6;
72 struct struct6 fun6() in fun6()
151 void Fun6(struct struct6 foo6) in Fun6()
154 struct struct6 foo6; in Fun6()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c94 struct struct6 {tA a; tB b; tC c; tD d; tE e; tF f; }; struct
113 struct struct6 foo6 = {'a','2','c','4','e','6'}, L6;
147 struct struct6 fun6() in fun6()
246 void Fun6(struct struct6 foo6) in Fun6()
249 struct struct6 foo6; in Fun6()