HomeSort by: relevance | last modified time | path
    Searched refs:doit (Results 1 - 25 of 186) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
anon-ns.cc 20 extern void doit (void);
25 doit ();
subtypes.cc 25 int doit (void) { return 1111; } function in struct:Foo
30 int doit (void) { return 2222; } function in struct:Bar
35 int doit (void) { return 3333; } function in struct:Baz
40 return foo.doit () + bar.doit () + baz.doit () + foobar<int> (6)
subtypes.h 25 T doit (void) { return 1; } function in struct:Foo
30 T doit (void) { return 2; } function in struct:Bar
35 T doit (void) { return 3; } function in struct:Baz
38 return arg - foo.doit () - bar.doit () - baz.doit ();
namelessclass.cc 26 int doit (void) { function in class:A
45 return a.doit ();
subtypes-2.cc 22 int doit () { return 1; } function in struct:Outer::Inner
29 p->a = p->doit ();
anon-ns2.cc 34 static void doit (void) { } // one::doit(void) function in class:__anon20968::one
49 static void doit (void) { } // A::two::doit(void) function in class:__anon20968::A::two
66 static void doit (void) { } // A::three::doit(void) function in class:__anon20968::A::__anon20969::__anon20970::three
74 doit (void) function
77 one::doit ();
79 A::two::doit ();
81 A::three::doit ();
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
anon-ns.cc 20 extern void doit (void);
25 doit ();
subtypes.cc 25 int doit (void) { return 1111; } function in struct:Foo
30 int doit (void) { return 2222; } function in struct:Bar
35 int doit (void) { return 3333; } function in struct:Baz
40 return foo.doit () + bar.doit () + baz.doit () + foobar<int> (6)
subtypes.h 25 T doit (void) { return 1; } function in struct:Foo
30 T doit (void) { return 2; } function in struct:Bar
35 T doit (void) { return 3; } function in struct:Baz
38 return arg - foo.doit () - bar.doit () - baz.doit ();
namelessclass.cc 26 int doit (void) { function in class:A
45 return a.doit ();
subtypes-2.cc 22 int doit () { return 1; } function in struct:Outer::Inner
29 p->a = p->doit ();
anon-ns2.cc 34 static void doit (void) { } // one::doit(void) function in class:__anon612::one
49 static void doit (void) { } // A::two::doit(void) function in class:__anon612::A::two
66 static void doit (void) { } // A::three::doit(void) function in class:__anon612::A::__anon613::__anon614::three
74 doit (void) function
77 one::doit ();
79 A::two::doit ();
81 A::three::doit ();
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
imported-unit.c 26 int doit ()
34 return foo.doit ();
38 finding the start and end address of doit turned out to be
43 int doit (void) function
55 return doit ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
imported-unit.c 26 int doit ()
34 return foo.doit ();
38 finding the start and end address of doit turned out to be
43 int doit (void) function
55 return doit ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus-virtual.cc 18 virtual int doit () { return 1; } function in struct:A
25 int doit () { return 2; } function in struct:B
31 int doit () { return 3; } function in struct:C
37 int doit () { return 4; } function in struct:D
50 var = (b.doit () + c.doit () + d.doit () + d.doit3 ()
51 + ap->doit () + ap->doit2 ()); // break here
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus-virtual.cc 18 virtual int doit () { return 1; } function in struct:A
25 int doit () { return 2; } function in struct:B
31 int doit () { return 3; } function in struct:C
37 int doit () { return 4; } function in struct:D
50 var = (b.doit () + c.doit () + d.doit () + d.doit3 ()
51 + ap->doit () + ap->doit2 ()); // break here
  /src/external/bsd/less/dist/
install.sh 17 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
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
install-sh 17 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
  /src/external/apache2/llvm/autoconf/autoconf/
install-sh 48 doit="${DOITPROG-}"
249 $doit $mkdircmd "$dst" \
250 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
251 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
252 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
253 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
267 $doit $cpprog "$src" "$dsttmp" &&
273 # errors from the above "$doit $cpprog $src $dsttmp" command.
275 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
276 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; }
    [all...]
  /src/external/gpl2/gettext/dist/build-aux/
install-sh 48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; }
    [all...]
  /src/external/gpl2/gmake/dist/config/
install-sh 48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; }
    [all...]
  /src/external/gpl2/groff/dist/
install-sh 48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; }
    [all...]
  /src/external/gpl2/texinfo/dist/
install-sh 48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; }
    [all...]
  /src/external/bsd/pcc/dist/pcc/
install-sh 48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &
    [all...]
  /src/external/gpl3/gcc/
gcc2gcc.old 9 doit=echo
10 doit=
48 $doit pax -rwpp gcc "$destdir"
53 $doit find "$destdir" -name .CVS -exec rm -rf {} +
54 $doit find "$destdir" -name CVS -exec rm -rf {} +
55 $doit find "$destdir" -name "ChangeLog*" -exec rm -f {} +
56 $doit rm -f "$destdir"/gcc/gcc2netbsd "$destdir"/gcc/gcc2gcc.old "$destdir"/gcc/difz

Completed in 21 milliseconds

1 2 3 4 5 6 7 8