Searched refs:ts (Results 1 - 25 of 115) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dpr60033.C5 auto f(T&&... ts) argument
7 return sizeof...(ts);
11 auto g(T&&... ts) { argument
13 return f(ts...);
H A Dlambda-generic.C11 return [=](auto&& ... ts) { // OK: ts is a function parameter pack
12 printer(std::forward<decltype(ts)>(ts)...);
14 printer(ts ...);
H A Dlambda-generic-x.C11 return [=] <typename... T> (T&& ... ts) { // OK: ts is a function parameter pack
12 printer(std::forward<decltype(ts)>(ts)...);
14 printer(ts ...);
H A Dvar-templ33.C8 constexpr int f(T t, Ts... ts) argument
10 return t + f(ts...);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr18712.c3 int ts = 0; local
13 foo1 (&ts);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr63995-2.c4 struct ts struct
10 extern void test2 (struct ts *);
13 init (struct ts *c)
18 struct ts
19 test3 (const struct ts *other)
21 struct ts r;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tls/
H A Dpr47715-4.c14 struct gomp_team_state ts; member in struct:gomp_thread
20 struct gomp_team_state *ts = &gomp_tls_data.ts; local
21 if (level < 0 || level > ts->level)
23 return ts->team_id;
/haiku-buildtools/gcc/libgomp/config/posix/
H A Dtime.c50 struct timespec ts; local
52 if (clock_gettime (CLOCK_MONOTONIC, &ts) < 0)
54 clock_gettime (CLOCK_REALTIME, &ts);
55 return ts.tv_sec + ts.tv_nsec / 1e9;
67 struct timespec ts; local
69 if (clock_getres (CLOCK_MONOTONIC, &ts) < 0)
71 clock_getres (CLOCK_REALTIME, &ts);
72 return ts.tv_sec + ts
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Diresolve.c77 if (source->ts.u.cl == NULL)
78 source->ts.u.cl = gfc_new_charlen (gfc_current_ns, NULL);
82 source->ts.u.cl->length
90 source->ts.u.cl->length
102 gfc_typespec ts; local
103 gfc_clear_ts (&ts);
111 if (mask->ts.kind != 4)
113 ts.type = BT_LOGICAL;
114 ts.kind = 4;
115 gfc_convert_type (mask, &ts,
309 gfc_typespec ts; local
356 gfc_typespec ts; local
451 gfc_typespec ts; local
468 gfc_typespec ts; local
731 gfc_typespec ts; local
774 gfc_typespec ts; local
896 gfc_typespec ts; local
1262 gfc_typespec ts; local
1340 gfc_typespec ts; local
1514 gfc_typespec ts; local
2184 gfc_typespec ts = shape->ts; local
2455 gfc_typespec ts; local
2485 gfc_typespec ts; local
2515 gfc_typespec ts; local
2789 gfc_typespec ts; local
2875 gfc_typespec ts; local
2972 gfc_typespec ts; local
3190 gfc_typespec ts; local
3266 gfc_typespec ts; local
3345 gfc_typespec ts; local
3368 gfc_typespec ts; local
3386 gfc_typespec ts; local
3403 gfc_typespec ts; local
3488 gfc_typespec *ts; local
3503 gfc_typespec ts; local
3548 gfc_typespec ts; local
3595 gfc_typespec ts; local
3638 gfc_typespec ts; local
3661 gfc_typespec ts; local
[all...]
H A Dmisc.c30 gfc_clear_ts (gfc_typespec *ts) argument
32 ts->type = BT_UNKNOWN;
33 ts->u.derived = NULL;
34 ts->kind = 0;
35 ts->u.cl = NULL;
36 ts->interface = NULL;
38 ts->is_c_interop = 0;
40 ts->f90_type = BT_UNKNOWN;
42 ts->is_iso_c = 0;
43 ts
117 gfc_typename(gfc_typespec *ts) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D970923-1.c2 ts(a) function
24 if (ts (0) || tu (0))
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/asan/
H A Dpr59063-1.c9 struct timespec ts; local
10 return weak_gettime(CLOCK_MONOTONIC, &ts);
H A Dpr59063-2.c10 struct timespec ts; local
11 return weak_gettime(CLOCK_MONOTONIC, &ts);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic121.C7 auto g(Ts ...ts)->
8 typename foo<decltype(ts)...>::type
H A Dvariadic118.C5 void f(T... ts); // { dg-message "deduction" }
H A Dvariadic-value1.C10 A(Ts&&... ts): i(ts...) { } argument
/haiku-buildtools/gcc/libgomp/
H A Dsingle.c40 struct gomp_team *team = thr->ts.team;
46 single_count = thr->ts.single_count++;
80 gomp_team_barrier_wait (&thr->ts.team->barrier);
82 ret = thr->ts.work_share->copyprivate;
96 struct gomp_team *team = thr->ts.team;
100 thr->ts.work_share->copyprivate = data;
H A Dbarrier.c35 struct gomp_team *team = thr->ts.team;
48 struct gomp_team *team = thr->ts.team;
H A Dordered.c39 struct gomp_team *team = thr->ts.team;
40 struct gomp_work_share *ws = thr->ts.work_share;
50 ws->ordered_team_ids[index] = thr->ts.team_id;
56 gomp_sem_post (team->ordered_release[thr->ts.team_id]);
70 struct gomp_team *team = thr->ts.team;
71 struct gomp_work_share *ws = thr->ts.work_share;
105 struct gomp_team *team = thr->ts.team;
106 struct gomp_work_share *ws = thr->ts.work_share;
121 gomp_sem_post (team->ordered_release[thr->ts.team_id]);
133 ws->ordered_team_ids[index] = thr->ts
[all...]
H A Dparallel.c51 else if (thr->ts.active_level >= 1 && !icv->nest_var)
53 else if (thr->ts.active_level >= gomp_max_active_levels_var)
88 if (thr->ts.team == NULL)
136 struct gomp_team *team = thr->ts.team;
143 if (thr->ts.team == NULL)
179 struct gomp_team *team = thr->ts.team;
210 struct gomp_team *team = thr->ts.team;
240 struct gomp_team *team = gomp_thread ()->ts.team;
247 return gomp_thread ()->ts.team_id;
257 return gomp_thread ()->ts
268 struct gomp_team_state *ts = &gomp_thread ()->ts; local
279 struct gomp_team_state *ts = &gomp_thread ()->ts; local
[all...]
H A Dwork.c164 In all cases, thr->ts.work_share is updated to point to the new
172 struct gomp_team *team = thr->ts.team;
180 thr->ts.work_share = ws;
184 ws = thr->ts.work_share;
185 thr->ts.last_work_share = ws;
192 thr->ts.work_share = ws;
197 thr->ts.work_share = ws;
209 struct gomp_team *team = thr->ts.team;
215 free_work_share (NULL, thr->ts.work_share);
216 thr->ts
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Drun-id-pr42644.c6 double tt, ts; local
12 ts = ds[i];
17 Ke[column] = Ke[column] + ts + tt;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWcxx-compat-20.c5 struct ts { int a; s v;}; struct
13 struct ts v3; /* { dg-warning "uninitialized const member in" } */
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dgamma_5.f9011 real :: ts,xs variable in program:main
23 ts = c(n)*sqrt(pi)
24 if (abs(gamma(xs)-ts)/ts > 9e-6) call abort
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug333.go13 var ts Ts
14 _ = []byte(ts)
18 bug333.go:14: cannot use ts (type Ts) as type string in function argument

Completed in 284 milliseconds

12345