Searched refs:foo9 (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | structs.c | 42 struct struct9 foo9 = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'}, L9; variable 86 return foo9; in fun9() 178 void Fun9(struct struct9 foo9) in Fun9() argument 180 void Fun9(foo9) in Fun9() 181 struct struct9 foo9; in Fun9() 184 L9 = foo9; 246 foo9.a = foo10.a = foo11.a = foo12.a = foo16.a = '$'; in main() 256 Fun9(foo9); in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | structs.c | 116 struct struct9 foo9 = {'1','b','3','d','5','f','7','h','9'}, L9; variable 161 return foo9; in fun9() 273 void Fun9(struct struct9 foo9) in Fun9() argument 275 void Fun9(foo9) in Fun9() 276 struct struct9 foo9; in Fun9() 279 L9 = foo9; 419 Fun9(foo9); in main()
|
/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | 9uninit | 1132 our @foo9 =(1,undef); $v = sprintf "%s%s%s%s",$m1,@foo9, $ma[2]; 1148 Use of uninitialized value $foo9[1] in sprintf at - line 12.
|