Searched refs:doit (Results 1 - 25 of 119) sorted by relevance

12345

/haiku-buildtools/binutils/gold/testsuite/
H A Difuncvar1.c5 extern void doit (void);
8 doit (void) function
19 return &doit;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-ifcombine-3.c10 goto doit;
12 goto doit;
18 doit:
H A Dssa-ifcombine-2.c10 goto doit;
12 goto doit;
18 doit:
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash58.C5 void doit();
8 X::::doit()// { dg-error "" } (syntax|parse) error.* function in class:X
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dmode-change-error-1b.s3 .globl doit
5 .ent doit
6 .type doit, @function
7 doit: label
17 .end doit
18 .size doit, .-doit
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000922-1.c1 extern void doit(int);
11 doit(x);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991227-1.c1 char* doit(int flag) function
7 char *result = doit(0);
H A D20000121-1.c3 void doit(unsigned int a,unsigned int b,char *id) function
12 doit(1,1,"\n");
H A D20070424-1.c10 goto doit;
13 goto doit;
19 doit:
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dasm2.C12 template<function_ptr ptr> void doit(int i) function
23 doit<foo>(123);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dmissing_optional_dummy_4.f9011 subroutine doit() subroutine in module:krmod
16 end subroutine doit
H A Dmissing_optional_dummy_5.f9012 subroutine doit() subroutine in module:krmod
17 end subroutine doit
H A Ddeferred_character_1.f9021 call doit()
28 subroutine doit() subroutine
30 end subroutine doit
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tm/
H A Dnested-2.c12 void doit(void) __attribute__((transaction_safe));
18 doit();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/eh/
H A Dunexpected1_x.C7 extern void doit (void) throw (Two);
17 doit ();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dcleanup-2.C13 static void doit(void) function
20 doit ();
H A Dcleanup-6.C9 void doit(void) function
H A Dcleanup-3.C23 static void doit(int x, int y) function
39 doit (1, 2);
42 doit (2, 1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20020201-1.c23 doit () function
35 doit ();
H A Dcleanup-2.c13 static void doit(void) function
20 doit ();
H A Dcleanup-7.c15 auto void doit () function
20 doit ();
H A Dcleanup-6.c9 void doit(void) function
H A Dcleanup-3.c23 static void doit(int x, int y) function
39 doit (1, 2);
42 doit (2, 1);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dnontype26.C3 template<int& i> void doit() { function
10 doit<i>(); // { dg-error "cv-qualification|no matching" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Dbprob-2.c11 static int doit(int x){ function
30 if (doit(0) != expect_do1)
35 if (doit(1) != expect_do2)

Completed in 110 milliseconds

12345