Searched refs:test (Results 1 - 25 of 6768) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcompiler-directive_2.f8 subroutine test() ! { dg-error "fastcall and stdcall attributes are not compatible" } subroutine
9 cGCC$ attributes stdcall, fastcall::test
10 end subroutine test
H A Dbounds_check_strlen_1.f908 SUBROUTINE test (str) subroutine
11 END SUBROUTINE test
15 CALL test ('abc') ! { dg-warning "Character length of actual argument shorter" }
H A Dcoarray_23.f9010 subroutine test subroutine
13 end subroutine test
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dcontained_5.f906 FUNCTION test () function in module:contained_5
7 REAL, DIMENSION (1) :: test local in function:test
8 test(1)=0.0
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr61996.c9 test (void) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dc-output-template-2.c4 test (void) function
6 __asm__ ("@ %c0" : : "S" (test));
9 /* { dg-final { scan-assembler "@ test" } } */
H A Dc-output-template-3.c5 test (void) function
7 __asm__ ("@ %c0" : : "S" (&test + 4));
10 /* { dg-final { scan-assembler "@ test\\+4" } } */
H A Dc-output-template-4.c5 test (void) function
7 __asm__ ("@ %c0" : : "S" (&test + 4));
10 /* { dg-final { scan-assembler "@ test\\+4" } } */
H A Dc-output-template.c4 test (void) function
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/lto/
H A Dpr40724_1.f1 program test program
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/nds32/
H A Dbuiltin-isb.c8 test (void) function
H A Dbuiltin-setgie-dis.c8 test (void) function
H A Dbuiltin-setgie-en.c8 test (void) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Ddivmod-1.c8 test (int x, int y, int q, int r) function
17 test (7, 6, 1, 1);
18 test (-7, -6, 1, -1);
19 test (-7, 6, -1, -1);
20 test (7, -6, -1, 1);
21 test (255, 254, 1, 1);
22 test (256, 254, 1, 2);
23 test (256, 256, 1, 0);
24 test (254, 256, 0, 254);
25 test (25
[all...]
H A Ddivmod-6.c8 test (long long x, long long y, long long q, long long r) function
17 test (7, 6, 1, 1);
18 test (-7, -6, 1, -1);
19 test (-7, 6, -1, -1);
20 test (7, -6, -1, 1);
21 test (255, 254, 1, 1);
22 test (256, 254, 1, 2);
23 test (256, 256, 1, 0);
24 test (254, 256, 0, 254);
25 test (25
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mcore/
H A Dallinsn.s6 .macro test insn text=""
12 test abs r0
13 test addc "r1,r2" // A double forward slash starts a line comment
14 test addi "r3, 1" # So does a hash
15 test addu "r4, r5" // White space between operands should be ignored
16 test and "r6,r7" ; test andi "r8,#2" // A semicolon seperates statements
17 test andn "r9, r10"
18 test asr "r11, R12" // Uppercase R is allowed as a register prefix
19 test asr
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/inter/
H A Dmips16_stubs_1_main.c2 extern void test (void);
8 test ();
/haiku-buildtools/binutils/gas/testsuite/gas/mcore/
H A Dallinsn.s6 .macro test insn text=""
12 test abs r0
13 test addc "r1,r2" // A double forward slash starts a line comment
14 test addi "r3, 1" # So does a hash
15 test addu "r4, r5" // White space between operands should be ignored
16 test and "r6,r7" ; test andi "r8,2" // A semicolon separates statements
17 test andn "r9, r10"
18 test asr "r11, R12" // Uppercase R is allowed as a register prefix
19 test asr
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr43880.C4 class test class
7 test(void);
9 test::test(void) function in class:test
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dnontype20.C6 struct test struct
8 typedef test<N - 1> prior;
11 test<-2147483647-1> f;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dstatic-mem4.C3 struct test { struct
5 static test& ds = *this; // FIX: static test* ds = this;
12 test t;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dfprintf-1.c7 #define test(ret, args...) \ macro
11 test (5, "hello");
12 test (6, "hello\n");
13 test (1, "a");
14 test (0, "");
15 test (5, "%s", "hello");
16 test (6, "%s", "hello\n");
17 test (1, "%s", "a");
18 test (0, "%s", "");
19 test (
[all...]
H A Dprintf-1.c7 #define test(ret, args...) \ macro
11 test (5, "hello");
12 test (6, "hello\n");
13 test (1, "a");
14 test (0, "");
15 test (5, "%s", "hello");
16 test (6, "%s", "hello\n");
17 test (1, "%s", "a");
18 test (0, "%s", "");
19 test (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20020122-4.c8 static int test; local
10 asm volatile ("" : "=m"(test), "=r"(dummy) : "m"(test));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20111207-2_0.c5 test (void) function
15 int test (void);
17 return test ();

Completed in 289 milliseconds

1234567891011>>