Home
last modified time | relevance | path

Searched refs:foo7 (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dwtr-label-1.c17 int foo7; local
25 foo7: /* { dg-warning "traditional C lacks" "label conflicts with identifier" } */
39 int foo7; local
47 foo7:
H A Dnoreturn-1.c47 extern void foo7(void);
49 foo7(void) in foo7() function
58 foo7(); in foo8()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dstructs.c40 struct struct7 foo7 = {'1', '2', '3', '4', '5', '6', '7'}, L7; variable
78 return foo7; in fun7()
160 void Fun7(struct struct7 foo7) in Fun7() argument
162 void Fun7(foo7) in Fun7()
163 struct struct7 foo7; in Fun7()
166 L7 = foo7;
245 foo1.a = foo2.a = foo3.a = foo4.a = foo5.a = foo6.a = foo7.a = foo8.a = in main()
254 Fun7(foo7); in main()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c114 struct struct7 foo7 = {'1','b','3','d','5','f','7'}, L7; variable
153 return foo7; in fun7()
255 void Fun7(struct struct7 foo7) in Fun7() argument
257 void Fun7(foo7) in Fun7()
258 struct struct7 foo7; in Fun7()
261 L7 = foo7;
417 Fun7(foo7); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dstatic1.C4 void foo7 () { A::a = 3; }// ERROR - .* in foo7() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A Dnoreturn-1.C62 void __attribute__ ((__noreturn__)) foo7 () in foo7() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c13 #define foo7(AA, hello, world, EEE) sdf "A B hello C,world,DhelloE F" fds EEE /* { dg-warning "macr… macro
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A D9uninit1130 our %foo7=('foo'=>'bar','baz'=>undef); $v = sprintf "%s%s%s%s",%foo7;
1145 Use of uninitialized value $foo7{"baz"} in sprintf at - line 10.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog10895 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
10901 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.