Searched refs:foo (Results 76 - 100 of 2596) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dsar.c1 struct foo struct
4 } foo[100]; variable in typeref:struct:foo
8 foo[1].a = '1';
9 foo[2].a = '2';
H A Dround.c0 foo (a)
9 foo (1.6);
10 foo (1.4);
11 foo (-1.4);
12 foo (-1.6);
1 foo (a) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc90-enum-comma-1.c6 enum foo { bar, }; /* { dg-bogus "warning" "warning in place of error" } */ enum
H A Dc90-impl-int-1.c6 extern foo;
H A Dc90-impl-int-2.c8 void foo (a) { } function
H A Dc90-return-1.c7 foo (void) function
H A Dc99-enum-comma-1.c6 enum foo { bar, }; enum
H A Dc99-func-2.c7 foo (void) function
9 __func__ "foo"; /* { dg-error "(parse|syntax) error" "before string constant" } */
H A Dc99-impl-int-1.c6 extern foo; /* { dg-bogus "warning" "warning in place of error" } */
H A Dc99-impl-int-2.c8 void foo (a) { } /* { dg-bogus "warning" "warning in place of error" } */ function
H A Dc99-return-1.c7 foo (void) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dif-4.c8 int foo; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dzero-length-1.c10 foo (void) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D20000901-1.c1 struct foo bar[] = { {"baz"} }; /* { dg-error "have incomplete type|excess elements|near|assumed|storage size" } */
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/
H A Dweak-7.c3 extern void * foo (void);
4 void * foo (void) { return (void *)foo; } /* { dg-error "precede" } */ function
6 extern void * foo (void) __attribute__((weak));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash40.C3 class foo { class
7 virtual foo &operator <<(foo &(foo::*)(foo &));
11 foo &foo::operator<<(foo &(foo::*manip)(foo
[all...]
H A Dcrash33.C3 extern void foo(void *);
6 foo((struct bar *)0);
H A Derr-msg9.C3 class foo { class
5 int ~foo ();// ERROR - return type specification for destructor invalid.*
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic20.C2 struct foo struct
4 foo() {}; function in struct:foo
5 ~foo() {};
6 void func() { static foo x; };
11 foo f;
H A Dvirtual10.C10 virtual int foo (char);
11 static int foo ();
12 virtual int foo (int); // ERROR - this function
13 static int foo (float);
14 virtual int foo (double);
19 static int foo (int); // ERROR - cannot override
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/lib/
H A DOtherTypes.pm4 our $foo = 23;
5 our @foo = "bar";
6 our %foo = (mouse => "trap");
7 open foo, "<", $0;
9 format foo = format
10 foo
14 $main::pvio = *foo{IO};
15 $main::pvfm = *foo{FORMAT};
18 sub foo { 1 } subroutine
20 use autodie 'foo';
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/perl5db/t/
H A Dlvalue-bug7 sub foo () : lvalue { $i }
8 foo = 1;
9 print defined foo ? "foo is defined" : "foo is still undef", "\n";
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass43-frag.c2 foo () function
9 foo ();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/
H A Dconst1.C2 // Bug: we were emitting the initializer for bar, which referenced foo,
8 static const int foo[] = { 0 }; variable
9 static const int * const bar[] = { foo };
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dredecl1.C8 extern const char foo[];
9 const baz foo[] = "xyz"; variable

Completed in 236 milliseconds

1234567891011>>