Searched refs:foo2 (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pch/
H A Dcommon-1.c2 int foo2 = 3; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/pch/
H A Dcommon-1.c2 int foo2 = 3; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dinterface2b.cc3 extern void foo2();
8 foo2();
H A Dinterface2a.h5 inline void foo2() { } function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dpic-and-nonpic-2b.s2 .symver foo2,foo@@V2
3 .global foo2
4 .ent foo2
5 foo2: jr $31 label
6 .end foo2
H A Dmips16-1b.s2 foo2: jr $31 label
H A Dgot-vers-1b.s2 .symver foo2,foo@@V2
3 .global foo2
5 .type foo2,%object
6 .size foo2,4
7 foo2: .word 0 label
H A Dreloc-estimate-1b.s2 .symver foo2,foo@@V2
3 .global foo2
5 .type foo2,%object
6 .size foo2,4
7 foo2: .word 0 label
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing3.C12 void foo2() { function
H A Dparsing5.C11 INT (*foo2 ()) (); // This is not, g++ says "parse error before `('"
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing3.C12 void foo2() { function
H A Dparsing5.C11 INT (*foo2 ()) (); // This is not, g++ says "parse error before `('"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dpr10179-b.c4 foo2() function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Dpr9676-1.c9 extern int foo2 (void);
14 return foo2 ();
H A Ddl4.c4 int foo2; variable
16 if (foo2 == 1)
18 else if (foo2 == 0)
21 foo2 = -1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dwtr-union-init-2.c14 union foo2 union
26 static union foo2 f2 = {0};
28 static union foo2 f4 = {1}; /* { dg-warning "traditional C rejects initialization of unions" "initialization of unions" } */
30 static union foo2 f6 = {0.0};
32 static union foo2 f8 = {1.0}; /* { dg-warning "traditional C rejects initialization of unions" "initialization of unions" } */
38 static union foo2 b2 = {0};
40 static union foo2 b4 = {1};
42 static union foo2 b6 = {0.0};
44 static union foo2 b8 = {1.0};
H A Ddll-4.c8 __declspec (dllimport) int foo2;
9 int foo2 = 5; /* { dg-warning "redeclared without dllimport" } */ variable
11 int f () { return foo1 + foo2; }
14 /* { dg-final { scan-assembler "(foo2:)" } } */
H A D980523-1.c11 int foo2(int d) function
21 bar1 = foo2(1);
22 bar2 = foo2(1);
24 h = foo2(1);
25 foo1(1, "a", foo2(1));
26 foo1(bar1, "a", foo2(1));
27 foo2(1);
29 h = foo2(1);
32 foo1(1, "n", foo2(1));
33 foo1(1, "o", foo2(
[all...]
H A Ddll-3.c10 __declspec (dllexport) int foo2 ();
11 __declspec (dllimport) int foo2 (); /* { dg-warning "dllimport ignored" } */ variable
13 __declspec (dllexport) int foo1 () { return foo2 (); }
14 __declspec (dllexport) int foo2 () { return foo1 (); }
16 /* { dg-final { scan-assembler "\.section\[ \t\]*.drectve\n.*-export:foo2" } } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dwtr-union-init-2.c14 union foo2 union
26 static union foo2 f2 = {0};
28 static union foo2 f4 = {1}; /* { dg-warning "traditional C rejects initialization of unions" "initialization of unions" } */
30 static union foo2 f6 = {0.0};
32 static union foo2 f8 = {1.0}; /* { dg-warning "traditional C rejects initialization of unions" "initialization of unions" } */
38 static union foo2 b2 = {0};
40 static union foo2 b4 = {1};
42 static union foo2 b6 = {0.0};
44 static union foo2 b8 = {1.0};
H A Ddll-4.c8 __declspec (dllimport) int foo2;
9 int foo2 = 5; /* { dg-warning "redeclared without dllimport" } */ variable
11 int f () { return foo1 + foo2; }
14 /* { dg-final { scan-assembler "(foo2:.*\.comm\[ \t_\]*foo1)" } } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Ddll-5.C9 __declspec (dllimport) int foo2; variable
10 int foo2 = 5; variable
12 int f () { return foo1 + foo2; }
H A Ddll-4.C3 // set compiler_result "\.section${spaces}\.drectve\n\[^\n\]*-export:foo1.*\.section${spaces}\.drectve\n\[^\n\]*-export:foo2"
9 __declspec (dllexport) int foo2 ();
10 __declspec (dllimport) int foo2 ();
12 __declspec (dllexport) int foo1 () { return foo2 (); }
13 __declspec (dllexport) int foo2 () { return foo1 (); } function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Ddll-5.C9 __declspec (dllimport) int foo2; variable
10 int foo2 = 5; variable
12 int f () { return foo1 + foo2; }
H A Ddll-4.C3 // set compiler_result "\.section${spaces}\.drectve\n\[^\n\]*-export:foo1.*\.section${spaces}\.drectve\n\[^\n\]*-export:foo2"
9 __declspec (dllexport) int foo2 ();
10 __declspec (dllimport) int foo2 ();
12 __declspec (dllexport) int foo1 () { return foo2 (); }
13 __declspec (dllexport) int foo2 () { return foo1 (); } function

Completed in 228 milliseconds

1234567891011>>