Home
last modified time | relevance | path

Searched refs:foo12 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dstructs.c47 struct struct12 foo12 = { variable
98 return foo12; in fun12()
205 void Fun12(struct struct12 foo12) in Fun12() argument
207 void Fun12(foo12) in Fun12()
208 struct struct12 foo12; in Fun12()
211 L12 = foo12;
246 foo9.a = foo10.a = foo11.a = foo12.a = foo16.a = '$'; in main()
259 Fun12(foo12); in main()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c119 struct struct12 foo12 = {'a','2','c','4','e','6','g','8','i','A','k','C'}, L12; variable
173 return foo12; in fun12()
300 void Fun12(struct struct12 foo12) in Fun12() argument
302 void Fun12(foo12) in Fun12()
303 struct struct12 foo12; in Fun12()
306 L12 = foo12;
422 Fun12(foo12); in main()
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A D9uninit1135 my %foo12=('foo'=>'bar','baz'=>undef); $v = join '', %foo12;
1154 Use of uninitialized value $foo12{"baz"} in join or string at - line 15.