Searched refs:doit (Results 26 - 50 of 231) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20070424-1.c10 goto doit;
13 goto doit;
19 doit:
H A D980526-1.c3 static int doit(int x){ function
22 if (doit(0) != expect_do1)
27 if (doit(1) != expect_do2)
H A D991016-1.c10 doit(int sel, int n, void *p) function
46 v0 = 1; doit(0, 5, &v0);
47 v1 = 1; doit(1, 5, &v1);
48 v2 = 1; doit(2, 5, &v2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dcleanup-3.c23 static void doit(int x, int y) function
39 doit (1, 2);
42 doit (2, 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dcleanup-3.c23 static void doit(int x, int y) function
39 doit (1, 2);
42 doit (2, 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt11.C17 class Bar{ public: void doit(void); };
19 void Bar::doit(void) function in class:Bar
29 int main(){ Bar x; x.doit(); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
H A Dgcov-3.c12 static int doit(int x){ function
31 if (doit(0) != expect_do1)
36 if (doit(1) != expect_do2)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt11.C17 class Bar{ public: void doit(void); };
19 void Bar::doit(void) function in class:Bar
29 int main(){ Bar x; x.doit(); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D980526-1.c3 static int doit(int x){ function
22 if (doit(0) != expect_do1)
27 if (doit(1) != expect_do2)
H A D991016-1.c10 doit(int sel, int n, void *p) function
46 v0 = 1; doit(0, 5, &v0);
47 v1 = 1; doit(1, 5, &v1);
48 v2 = 1; doit(2, 5, &v2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)
H A Dgcov-3.c12 static int doit(int x){ function
31 if (doit(0) != expect_do1)
36 if (doit(1) != expect_do2)
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dinstall.sh17 doit="${DOITPROG-}"
104 $doit $instcmd $src $dsttmp
108 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; fi
109 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; fi
110 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; fi
111 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; fi
115 $doit $rmcmd $dst
116 $doit $mvcmd $dsttmp $dst
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldaptcl/
H A Dinstall-sh17 doit="${DOITPROG-}"
104 $doit $instcmd $src $dsttmp
108 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; fi
109 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; fi
110 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; fi
111 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; fi
115 $doit $rmcmd $dst
116 $doit $mvcmd $dsttmp $dst
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dfunc-vararg-alternate-d128-2.c19 doit ();
H A Dfunc-vararg-alternate-d128.c16 doit ();
H A Dfunc-vararg-alternate-d32.c16 doit ();
H A Dfunc-vararg-alternate-d64.c16 doit ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/eh/
H A Dunexpected1_y.C18 doit () throw (Two) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/compat/eh/
H A Dunexpected1_y.C18 doit () throw (Two) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dunexpected1.C26 doit () throw (Two) function
37 doit ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dcleanup-4.C21 static void doit(int n, int n2) function
35 doit (10, 6);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp75.C13 void doit(const A& a) function in class:bar
24 b.doit<print>(2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr26725.c3 void doit (unsigned int *);
13 doit (tmp);

Completed in 305 milliseconds

12345678910