Searched refs:foo11 (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | structs.c | 45 struct struct11 foo11 = { variable 94 return foo11; in fun11() 196 void Fun11(struct struct11 foo11) in Fun11() argument 198 void Fun11(foo11) in Fun11() 199 struct struct11 foo11; in Fun11() 202 L11 = foo11; 246 foo9.a = foo10.a = foo11.a = foo12.a = foo16.a = '$'; in main() 258 Fun11(foo11); in main()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | structs.c | 118 struct struct11 foo11 = {'1','b','3','d','5','f','7','h','9','j','B'}, L11; variable 169 return foo11; in fun11() 291 void Fun11(struct struct11 foo11) in Fun11() argument 293 void Fun11(foo11) in Fun11() 294 struct struct11 foo11; in Fun11() 297 L11 = foo11; 421 Fun11(foo11); in main()
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | 9uninit | 1134 our %foo11=('foo'=>'bar','baz'=>undef); $v = join '', %foo11; 1153 Use of uninitialized value $foo11{"baz"} in join or string at - line 14.
|