Searched refs:doit (Results 51 - 75 of 119) sorted by relevance

12345

/haiku-buildtools/legacy/gcc/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
228 $doit $instcmd $src $dsttmp &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dinit1.C8 void doit(int);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse-16.c16 doit () function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dnew26.C21 int * __attribute__((noinline)) doit(int n) function
41 if (*doit(1) != 1)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3708.C12 virtual void xx(int doit) { printf ("A is destructed.\n"); } argument
18 virtual void xx(int doit) { printf ("A1 is destructed.\n"); } argument
24 virtual void xx(int doit) { argument
27 if (doit) A::xx (1);
38 virtual void xx(int doit) { argument
44 if (doit) A::xx (1);
H A Dp3708a.C12 virtual void xx(int doit) { printf ("A is destructed.\n"); } argument
18 virtual void xx(int doit) { printf ("A1 is destructed.\n"); } argument
24 virtual void xx(int doit) { argument
27 if (doit) A::xx (1);
38 virtual void xx(int doit) { argument
44 if (doit) A::xx (1);
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-1.C16 void doit();
35 void B::doit() function in class:B
50 b.doit();
H A Dctor-7.C18 void doit();
37 void B::doit() function in class:B
52 b[0].doit();
H A Dctor-11.C20 void doit ();
48 B::doit () function in class:B
64 b[0].doit ();
76 b.doit ();
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/cris/torture/
H A Dpr34773.c61 void doit (void) __attribute__ ((__noinline__));
62 void doit (void) function
72 doit ();
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/gomp/
H A Dpr35786-1.f9012 subroutine fn2 (doit)
13 external doit
14 !$omp parallel firstprivate (doit) ! { dg-error "is not a variable" }
15 call doit ()
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced3.C48 doit () throw() function
56 doit ();
H A Dforced4.C41 doit () throw(int) function
49 doit ();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash8.C17 void doit(T x) { function
32 doit(x);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr36038.c10 doit (void) function
39 doit ();
H A Dva-arg-21.c17 doit (const char *s, ...) function
46 doit ("%s", "hello world\n");
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-5.c43 static void doit () function
51 doit ();
/haiku-buildtools/autoconf/build-aux/
H A Dinstall-sh51 doit="${DOITPROG-}"
52 if test -z "$doit"; then
55 doit_exec=$doit
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
463 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
464 && { test -z "$stripcmd" || $doit
[all...]
/haiku-buildtools/cloog/osl/autoconf/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/haiku-buildtools/cloog/autoconf/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/haiku-buildtools/gcc/mpc/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/haiku-buildtools/gcc/mpfr/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/haiku-buildtools/isl/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dtls-gdgotrelm.s7 .macro doit
27 doit
H A Dtls-gottprelm.s7 .macro doit
27 doit

Completed in 163 milliseconds

12345