Searched refs:run (Results 1 - 25 of 780) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr55740.C8 char const * run = filename; local
9 while ( run && *run )
11 if ( run[0] == '.' )
12 if ( run[1] != '.' || ( !st_IsPathDelimiter( run[2] ) && run[2] != 0 ) )
14 while ( *run && !st_IsPathDelimiter( *run ) )
15 ++run;
[all...]
H A Dpr60746.C11 virtual int run ();
15 Two::run () function in class:Two
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-ice2.C5 decltype(F()) run(F f) // { dg-message "note" } function
14 run(l); // { dg-error "no match" }
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dtiming.sh29 mode=run
45 if [ $mode = run ]
51 run() { function
89 run "gcc $gccm -O2 fasta.c" a.out 25000000
90 run 'gccgo -O2 fasta.go' a.out -n 25000000 #commented out until WriteString is in bufio
91 run 'gc fasta' $O.out -n 25000000
92 run 'gc_B fasta' $O.out -n 25000000
99 run "gcc $gccm -O2 reverse-complement.c" a.out < x
100 run 'gccgo -O2 reverse-complement.go' a.out < x
101 run 'g
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dpr41063.C6 virtual void run();
11 void run() { function in struct:B
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug345.go3 // NOTE: This test is not run by 'run.go' and so not run by all.bash.
4 // To run this test you must use the ./run shell script.
H A Dbug429.go3 // NOTE: This test is not run by 'run.go' and so not run by all.bash.
4 // To run this test you must use the ./run shell script.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A D080514-1.C7 run (int m, double d) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr23714.C4 void run (void) { function
H A Ddevirt3.C15 virtual void run();
21 ((dpr_App&)objectA).run();
/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Dacker1.exp25 # These tests don't run runtest_file_p consistently if it
28 # this will run all the tests serially.
35 set actions run
38 postbase acker1.c $run $groups
H A Ddhry.exp25 # These tests don't run runtest_file_p consistently if it
28 # this will run all the tests serially.
35 set actions run
38 postbase dhry.c $run $groups
H A Dmatrix1.exp25 # These tests don't run runtest_file_p consistently if it
28 # this will run all the tests serially.
35 set actions run
38 postbase matrix1.c $run $groups
H A Dsieve.exp25 # These tests don't run runtest_file_p consistently if it
28 # this will run all the tests serially.
35 set actions run
38 postbase sieve.c $run $groups
H A Dsort2.exp25 # These tests don't run runtest_file_p consistently if it
28 # this will run all the tests serially.
35 set actions run
38 postbase sort2.c $run $groups
/haiku-buildtools/legacy/gcc/gcc/config/1750a/
H A Dxm-1750a.h23 #error Gcc cannot run on a 1750a due to size problems!
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dauto14.C2 // { dg-do run { target c++11 } }
6 test run() { function in struct:test
24 x.run();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Ddevirt-25.C16 virtual void run();
22 ((dpr_App&)objectA).run();
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dlinkx.go3 // NOTE: This test is not run by 'run.go' and so not run by all.bash.
4 // To run this test you must use the ./run shell script.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/dwarf/dwarf.dir/
H A Dmain.go3 // NOTE: This test is not run by 'run.go' and so not run by all.bash.
4 // To run this test you must use the ./run shell script.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gcov/
H A Dgcov-5.C8 /* { dg-do run { target native } } */
18 void run(void) { abort(); } function in class:A
25 a->run(); /* count(#####) */
33 a->run(); /* count(#####) */
50 /* { dg-final { run-gcov gcov-5.C } } */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dsynth1.C14 void run (B& b, B& b1) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20091026-1_1.C8 int run(const char *opt_network_name) function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt7.C1 // { dg-do run }
30 void run();
34 B::run() function in class:B
69 b.run();
71 b.run();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/bad_exception/
H A D23591_thread-1.c28 static void* run(void* arg) function
56 if (pthread_create(&pt, 0, &run, 0) != 0)

Completed in 230 milliseconds

1234567891011>>