Searched refs:tt (Results 1 - 25 of 149) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cilk-plus/
H A Dfor3.C12 for (int tt=5; tt < 10; ++tt)
14 a[tt] = b[tt];
15 if (tt == 8)
H A Dfor.C12 for (static int tt=5; tt < 10; ++tt) /* { dg-error "before 'static'\|not declared\|expected" } */
13 a[tt] = b[tt];
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr51491-2.c9 int tt = 0; local
13 + (tt != 0 ? 6 : 0)
15 tt = g (a);
18 tt += g (b);
20 tt += 148 * g (b);
21 tt += b[0];
23 tt += a[0];
27 tt += g (a);
28 tt += a[0];
30 return tt;
[all...]
H A Dpr51491.c9 int tt = 0; local
13 tt = g(a);
14 tt += a[0];
18 tt += g(a);
19 tt += a[0];
21 return tt;
H A Dunused-6-WallWextra.c8 int tt() function
H A Dunused-6-no.c8 int tt() function
H A Dunused-6.c8 int tt() function
H A Dpr42245-2.c7 int ss, tt; local
15 tt = *t;
16 if (ss == tt)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dglob.c1 typedef int tt; typedef
3 tt a1;
4 tt a2;
5 tt a3;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest13.C14 return (tt);
19 }*tt; member in class:temp
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dnonzero-2.C5 static inline void tt() function in struct:t
12 void *q = (void *)&t::tt;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dbad-error6.C5 class tt { class
7 tt(int);
13 void st(const tt&, int);
19 tt a_tt(i);
24 st(tt(-i), j);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dbound_1.f908 type (test_type), target :: tt(2) variable
11 i = ubound(tt(1)%a, 1)
13 i = lbound(tt(1)%a, 1)
16 i = ubound(tt, 1)
18 i = lbound(tt, 1)
H A Dpr21177.f904 interface tt
6 end interface tt
43 if (tt(l) /= 0) call abort()
44 if (tt(i) /= 1) call abort()
45 if (tt(r) /= 2) call abort()
46 if (tt(c4) /= 3) call abort()
47 if (tt(c8) /= 4) call abort()
48 if (tt(null(l)) /= 0) call abort()
49 if (tt(null(i)) /= 1) call abort()
50 if (tt(nul
[all...]
H A Dpr20865.f905 subroutine tt(j) subroutine
11 call tt(st) ! { dg-error "Statement function .* is not allowed as an actual argument|Invalid procedure argument" }
H A Dargument_checking_18.f9012 type(t) :: tt variable
15 tt%j = i
18 call sub1 (tt%j) ! { dg-warning "Actual argument contains too few elements" }
20 call sub2 (tt%j) ! { dg-error "Rank mismatch in argument" }
H A Dpr67805_2.f9014 subroutine match_quoted (tt, s, n)
15 type(template_t), intent(in) :: tt local in subroutine:match_quoted
18 character(tt%len1) :: ch1
19 ch1 = tt%charset1
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dnested-1.C17 int tt; local
19 tt = Count;
21 return tt;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A Dpr26881.c12 typedef char tt; typedef
13 static tt c[8];
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Ddarwin-abi-6.c7 int tt; member in struct:a
14 int tt; member in struct:g
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dany-armv8m.s0 tt r0, r1
2 tt r8, r9 label
1 tt r0, r1 label
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloadpre13.c5 int f(int tt) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dpr63569.c10 int tt = 0; local
12 tt += *a;
13 return tt;
18 int tt = 0; local
20 tt += *a;
21 return tt;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemclass6.C10 bar(T const &t) : tt(t) {}
11 T tt; member in struct:foo::bar
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr31628.c6 typedef int tt, *lptt; typedef
10 int __attribute__((__stdcall__)) bar(tt *x)

Completed in 287 milliseconds

123456