Searched refs:foo (Results 1 - 25 of 2596) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dparse8.C2 void foo(const int* const); // gets bogus error
H A Dlineno.C4 void foo () { } // ERROR - redeclared function
5 void foo (); // gets bogus error - invalid binding
6 void foo () { } // ERROR - redeclared function
H A Dloverload.C4 extern void foo (int, int);
5 extern "C" void foo (int);
9 foo (1);
10 foo (1, 2);
H A Doverload4.C4 void foo (int);
5 void foo (int, int);
9 foo (1);
10 foo (1, 2);
H A Doverload5.C3 int foo (); // ERROR -
4 void foo (); // ERROR - disallowed overload
H A Dwarning1.C1 // Bug: g++ protests that foo was never defined.
4 static void foo ();
5 static void foo ();
6 static void foo () { } function
7 void bar () { foo(); } // gets bogus error -
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dandsi.c0 foo ()
3 return (int)&foo;
1 foo () function
H A Dsym.c0 foo ()
3 return (int) &foo;
1 foo () function
H A Dsymconst.c0 foo ()
3 return (int)foo;
1 foo () function
H A Dcn1.c2 foo () function
H A Df1.c2 foo () function
H A Dflt_const.c2 foo () function
H A Dload8.c0 foo ()
1 foo () function
H A Dtrivial.c0 foo () {}
1 foo () {} function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dendif-pedantic1.c14 #else foo /* { dg-bogus "extra tokens" "bad warning" } */
H A Dendif-pedantic2.c14 #else foo /* { dg-error "extra tokens" "tokens after #else" } */
H A Dfpreprocessed.c10 foo
/openbsd-current/regress/sys/kern/execve/tests/
H A Dnonexistshell.in0 #! /foo/bar/baz
5 echo foo
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dwarnings9.C4 inline int foo() function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet7.C6 int foo (signed char *);
7 int foo (char *);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash35.C4 void foo() function
H A Dinitstring.C3 static const char foo[] = { "bar" }; variable
H A Dlex1.C8 void foo () function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20011127-1.c11 foo (void) function
H A DWlarger-than.c9 static void foo (void) {} function

Completed in 103 milliseconds

1234567891011>>