Searched refs:test8 (Results 1 - 25 of 56) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dtest_frame_8.c12 t_frame_pattern_outgoing (test8, 700, , 8, a[8])
13 t_frame_run (test8)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dtransfer_check_4.f9013 integer(int8) :: test8(8) = 0 local in subroutine:transfers
20 test64 = transfer(test8, test64)
26 test8 = transfer(test64, test8, 8)
H A Dtranspose_optimization_1.f9084 subroutine test8 (n, a) subroutine in module:foo
88 end subroutine test8
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dredecl-1.c97 test8(); /* { dg-message "note: previous" "" } */
101 static int test8(int x) /* { dg-error "follows non-static" } */ function
H A Dfold-compare-1.c39 int test8(int l) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Ddivcmp-4.c40 int test8(int x) function
143 if (test8(0) != 1)
145 if (test8(9) != 1)
147 if (test8(10) != 1)
149 if (test8(-1) != 1)
151 if (test8(-9) != 1)
153 if (test8(-10) != 0)
H A Ddivcmp-1.c68 int test8(int x) function
253 if (test8(0) != 1)
255 if (test8(9) != 1)
257 if (test8(10) != 0)
259 if (test8(-1) != 1)
261 if (test8(-9) != 1)
263 if (test8(-10) != 1)
H A D991216-1.c89 test8 (int a, int b, int c, int d, int e, int f, int g, int h, long long value, int after) function
114 test8 (1, 2, 3, 4, 5, 6, 7, 8, VALUE, AFTER);
H A D20020506-1.c19 void test8 (unsigned long long l, int set);
257 test8 (unsigned long long l, int set) function
326 test8 (0, 0);
327 test8 (LONG_LONG_MAX, 0);
328 test8 (LONG_LONG_MIN, 1);
329 test8 (ULONG_LONG_MAX, 1);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A DWunused-local-typedefs.c41 test8 (void) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dandor-1.c39 int test8(int h) function
H A Dandor-2.c39 int test8(int o, int p) function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A Derror_failbit.cc40 void test8() function
56 test8();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A Derror_failbit.cc40 void test8() function
56 test8();
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Dlastprivate1.f9020 call test8
80 subroutine test8 subroutine in program:lastprivate
87 end subroutine test8
H A Dlastprivate2.f9020 call test8
88 subroutine test8 subroutine in program:lastprivate
96 end subroutine test8
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dcatchptr1.C186 int test8 () function
240 test8,
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dtimode-2.c89 test8 (void) function
116 | test8 ()
H A Dmips-3d-6.c16 NOMIPS16 int test8 (float a, float b);
72 i = test8 (a, b);
122 i = test8 (b, a);
176 i = test8 (a, b);
246 NOMIPS16 int test8 (float a, float b) function
H A Dmips-3d-7.c16 NOMIPS16 int test8 (double a, double b);
72 i = test8 (a, b);
122 i = test8 (b, a);
176 i = test8 (a, b);
246 NOMIPS16 int test8 (double a, double b) function
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elf/
H A Dexclude.exp44 set test8 "ld exclude symbols from archive - --exclude-libs foo,libexclude.a"
126 pass $test8
128 fail $test8
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dexclude.exp55 set test8 "ld exclude symbols from archive - --exclude-libs foo,libexclude.a"
143 pass $test8
145 fail $test8
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-prof/
H A Dindir-call-prof-2.C14 void __attribute__((noinline,noclone)) test8(void (*f)(void)) { try { (*f)(); } catch (...) {}} function
29 for (int i = 0; i < 100; ++i) try { test8(bar2); } catch (...) {}
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/avr/torture/
H A Dbuiltin_insert_bits-1.c66 void test8 (void) function
94 test8();
H A Dbuiltin_insert_bits-2.c55 void test8 (void) function
91 test8();

Completed in 137 milliseconds

123