Searched refs:test2 (Results 1 - 25 of 549) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dtest_frame_2.c13 t_frame_pattern (test2, 200, "x19")
14 t_frame_run (test2)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000517-1.c1 void test2 (int*, int, int, int);
7 test2 (0, 0, 0, 0);
8 test2 (&l, 0, 0, 0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr40340-3.c11 test2 ();
H A Dconst-elim-2.c9 const char *test2(void) { return "hi there"; } function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dchkp-thunk-comdat-2.cc13 int test2 (const char *);
23 c2::test2 (const char *) function in class:c2
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Duse_rename_2.f9014 call test2
16 subroutine test2 subroutine in program:reduction_5_regression
23 end subroutine test2
H A Dresult_in_spec_2.f9010 character(f()) function test2() result(r) function in module:test1
17 end function test2
28 if(len (test2()) /= 3) call abort ()
29 if(test2() /= '123') call abort ()
H A Dbounds_check_strlen_2.f9018 SUBROUTINE test2 (str) subroutine in module:m
22 END SUBROUTINE test2
29 CALL test2 ('abc') ! String is too short.
H A Dbounds_check_strlen_3.f9017 SUBROUTINE test2 (n) subroutine in module:m
22 END SUBROUTINE test2
29 CALL test2 (7) ! Too long.
H A Dbounds_check_strlen_4.f9017 SUBROUTINE test2 (n) subroutine in module:m
22 END SUBROUTINE test2
29 CALL test2 (7) ! Too long.
H A Dbounds_check_strlen_5.f9017 SUBROUTINE test2 (n) subroutine in module:m
22 END SUBROUTINE test2
29 CALL test2 (7) ! Too long.
H A Dused_before_typed_3.f9020 CHARACTER(len=x) FUNCTION test2 (x) ! { dg-error "of INTEGER" } function in module:testmod
22 test2 = "foobar"
23 END FUNCTION test2
H A Dcoarray_25.f9012 subroutine test2() subroutine
18 end subroutine test2
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dinlinehint-1.c4 void test2 (int);
11 test2(a);
12 test2(a);
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dvolatile-1.m7 -(void) test2: (volatile int) a;
11 -(void) test2: (volatile int) a
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Damd64-abi-8.c14 test2 (void) function
H A Damd64-abi-9.c14 test2 (void) function
H A Dthunk-retbnd.c15 test2 (void) function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing4.C10 int test2(int id,void (**orc)(int,int)); // works
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic93.C5 struct test2 {}; struct
9 test2<> a;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dfp16-builtins-1.c36 #define test2(p,x,y) \ macro
55 test2 (__builtin_isgreater, 5.0, 3.0);
56 test2 (__builtin_isgreater, 3.0, 5.0);
57 test2 (__builtin_isgreater, 73.5, 73.5);
58 test2 (__builtin_isgreater, 1.0, NAN);
60 test2 (__builtin_isgreaterequal, 5.0, 3.0);
61 test2 (__builtin_isgreaterequal, 3.0, 5.0);
62 test2 (__builtin_isgreaterequal, 73.5, 73.5);
63 test2 (__builtin_isgreaterequal, 1.0, NAN);
65 test2 (__builtin_isles
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dipa-split-1.c6 int test2(int a) function
29 test2(10);
30 test2(20);
H A Dcunroll-2.c4 int test2 (void);
12 if (test2())
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dprocarg.f909 subroutine test2 (p) subroutine
18 external p, test2
21 call test2(p)
H A Dstrret.f908 function test2 () result (r) function
18 character(len=5) :: test2 variable in program:strret
24 if (s .ne. test2 () //" World") call abort

Completed in 360 milliseconds

1234567891011>>