Home
last modified time | relevance | path

Searched refs:foo5 (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dstructs.c38 struct struct5 foo5 = {'a', 'b', 'c', 'd', 'e'}, L5; variable
70 return foo5; in fun5()
142 void Fun5(struct struct5 foo5) in Fun5() argument
144 void Fun5(foo5) in Fun5()
145 struct struct5 foo5; in Fun5()
148 L5 = foo5;
245 foo1.a = foo2.a = foo3.a = foo4.a = foo5.a = foo6.a = foo7.a = foo8.a = in main()
252 Fun5(foo5); in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dwtr-label-1.c11 typedef int foo5; typedef
23 foo5: /* { dg-warning "traditional C lacks" "label conflicts with identifier" } */
45 foo5:
H A Dnoreturn-1.c33 extern void foo5(void) __attribute__ ((__noreturn__));
35 foo5(void) in foo5() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dwarn03.C7 extern unsigned char *foo5[];
8 extern unsigned char *foo5[];
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dgoto3.C16 try { } catch (...) { foo5:; } // ERROR - in f()
17 goto foo5; // ERROR - in f()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpoison.c9 #pragma GCC poison foo4 foo5
11 foo5 /* { dg-error "foo5" "use of foo5" } */
H A Dtr-warn6.c11 #define foo5(h2) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h2\" would be stringified" "tr… macro
/openbsd/gnu/usr.bin/perl/t/cmd/
H A Dsubval.t24 sub foo5 {
46 if (&foo5(0) eq '0') {print "ok 9\n";} else {print "not ok 9\n";}
47 if (&foo5(1) eq 'true2') {print "ok 10\n";} else {print "not ok 10\n";}
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c112 struct struct5 foo5 = {'1','b','3','d','5'}, L5; variable
145 return foo5; in fun5()
237 void Fun5(struct struct5 foo5) in Fun5() argument
239 void Fun5(foo5) in Fun5()
240 struct struct5 foo5; in Fun5()
243 L5 = foo5;
415 Fun5(foo5); in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A Dnoreturn-1.C52 void __attribute__ ((__noreturn__)) foo5 () in foo5() function
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A D9uninit1128 our @foo5=(1,undef); $v = sprintf "%s%s",@foo5;
1143 Use of uninitialized value $foo5[1] in sprintf at - line 8.