Searched refs:tl (Results 1 - 25 of 83) sorted by relevance

1234

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/performance/assoc/timing/
H A Dcommon_type.hpp51 __gnu_pbds::null_type>::tl
61 Cntnr_T> >::tl
75 __gnu_pbds::null_type>::tl
85 Cntnr_T> >::tl
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr2/direct_bases/
H A Dvalue.cc35 typedef std::tr2::direct_bases<A>::type tl; typedef
36 static_assert(tl::empty::value, "error");
68 typedef std::tr2::direct_bases<C>::type tl; typedef
71 static_assert(tl::empty::value != std::true_type::value, "!empty");
73 typedef tl::first::type tl1_first;
74 typedef tl::rest::type tl2;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr2/bases/
H A Dvalue.cc35 typedef std::tr2::bases<A>::type tl; typedef
36 static_assert(tl::empty::value, "error");
68 typedef std::tr2::bases<C>::type tl; typedef
71 static_assert(tl::empty::value != std::true_type::value, "!empty");
73 typedef tl::first::type tl1_first;
74 typedef tl::rest::type tl2;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/tuple/cons/
H A Dconstructor.cc55 tuple<const int&, const int&> tl(tc);
56 tuple<const int&, const int&> tm(tl);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/
H A Dconstructor.cc55 tuple<const int&, const int&> tl(tc);
56 tuple<const int&, const int&> tm(tl);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dall_int_subscript_find.cc75 tl_t tl; local
76 __gnu_cxx::typelist::apply(tst, tl);
81 tl_t tl; local
82 __gnu_cxx::typelist::apply(tst, tl);
H A Dall_int_find.cc85 tl_t tl; local
86 __gnu_cxx::typelist::apply(tst, tl);
91 tl_t tl; local
92 __gnu_cxx::typelist::apply(tst, tl);
H A Dall_int_subscript_insert.cc75 tl_t tl; local
76 __gnu_cxx::typelist::apply(tst, tl);
81 tl_t tl; local
82 __gnu_cxx::typelist::apply(tst, tl);
H A Dpriority_queue_text_join.cc93 pq_tl_t tl; local
94 __gnu_cxx::typelist::apply(tst, tl);
H A Dpriority_queue_text_push_pop.cc72 pq_tl_t tl; local
73 __gnu_cxx::typelist::apply(tst, tl);
H A Dpriority_queue_text_push.cc72 pq_tl_t tl; local
73 __gnu_cxx::typelist::apply(tst, tl);
H A Dpriority_queue_int_push.cc73 pq_tl_t tl; local
74 __gnu_cxx::typelist::apply(tst, tl);
H A Dtree_text_lor_find.cc78 tree_tl_t tl; local
79 __gnu_cxx::typelist::apply(tst, tl);
H A Dtree_order_statistics.cc65 tl_t tl; local
66 __gnu_cxx::typelist::apply(tst, tl);
H A Dtree_split_join.cc66 tl_t tl; local
67 __gnu_cxx::typelist::apply(tst, tl);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc11-uni-string-1.c47 const char tl[] = LR"e"; variable
91 if (sizeof (tl) != sizeof (tla)
92 || memcmp (tl, tla, sizeof (tl)) != 0)
/haiku-buildtools/gcc/gmp/mpn/cray/ieee/
H A Dinvert_limb.c72 mp_limb_t z, z2l, z2h, tl, th; local
80 umul_ppmm (th, tl, z2l, d);
91 umul_ppmm (th, tl, z2l, d);
96 umul_ppmm (th, tl, z2h, d);
98 tl += xh;
99 th += tl < xh;
100 th = (th << 2) | (tl >> GMP_LIMB_BITS - 2);
101 tl = tl << 2;
102 sub_ddmmss (zh, zl, z << 2, 0, th, tl);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr40797.c4 bar (short ch, short sl, short sr, short tl, short tr) argument
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sparc/
H A Drdpr.s10 rdpr %tl,%o0
H A Dwrpr.s10 wrpr %o0,%tl
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Drdpr.s10 rdpr %tl,%o0
H A Dwrpr.s38 wrpr %g1,%g2,%tl
39 wrpr %g1,%tl
40 wrpr %g1,666,%tl
41 wrpr 666,%g1,%tl
42 wrpr 666,%tl
/haiku-buildtools/binutils/gold/
H A Dworkqueue.cc292 Task_locker tl; local
305 t->locks(&tl);
342 next = this->release_locks(t, &tl);
351 tl.clear();
352 next->locks(&tl);
447 Workqueue::release_locks(Task* t, Task_locker* tl) argument
450 for (Task_locker::iterator p = tl->begin(); p != tl->end(); ++p)
H A Dreadsyms.cc71 locks(Task_locker* tl) argument
72 { tl->add(this, this->next_blocker_); }
152 Read_symbols::locks(Task_locker* tl) argument
155 tl->add(this, this->next_blocker_);
583 Add_symbols::locks(Task_locker* tl) argument
585 tl->add(this, this->next_blocker_);
588 tl->add(this, token);
664 Read_member::locks(Task_locker* tl) argument
666 tl->add(this, this->next_blocker_);
700 Check_script::locks(Task_locker* tl) argument
740 locks(Task_locker* tl) argument
800 locks(Task_locker* tl) argument
834 locks(Task_locker* tl) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstt.c905 ffesttTokenList tl;
907 ffestt_tokenlist_append(tl,t);
909 tl must have already been created by ffestt_tokenlist_create. The
913 ffestt_tokenlist_append (ffesttTokenList tl, ffelexToken t)
919 ti->next = (ffesttTokenItem) &tl->first;
920 ti->previous = tl->last;
924 ++tl->count;
929 ffesttTokenList tl;
930 tl = ffestt_tokenlist_create();
937 ffesttTokenList tl;
912 ffestt_tokenlist_append(ffesttTokenList tl, ffelexToken t) argument
936 ffesttTokenList tl; local
954 ffestt_tokenlist_drive(ffesttTokenList tl, void (*fn) (ffelexToken)) argument
976 ffestt_tokenlist_dump(ffesttTokenList tl) argument
1014 ffestt_tokenlist_handle(ffesttTokenList tl, ffelexHandler handler) argument
1036 ffestt_tokenlist_kill(ffesttTokenList tl) argument
[all...]

Completed in 257 milliseconds

1234