Home
last modified time | relevance | path

Searched defs:__t2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_partition.h81 *__i = _Ops::__iter_move(__t2); in __stable_partition_impl() local
214 for (value_type* __t2 = __p.first; __t2 < __t; ++__t2, (void) ++__i) __stable_partition_impl() local
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h154 …CPP_HIDE_FROM_ABI bool __libcpp_thread_id_equal(__libcpp_thread_id __t1, __libcpp_thread_id __t2) { in __libcpp_thread_id_equal()
159 …BCPP_HIDE_FROM_ABI bool __libcpp_thread_id_less(__libcpp_thread_id __t1, __libcpp_thread_id __t2) { in __libcpp_thread_id_less()