Home
last modified time | relevance | path

Searched defs:__t (Results 1 – 25 of 83) sorted by relevance

1234

/llvm-project/libcxx/include/__utility/
H A Dcmp.h30 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_equal(_Tp __t, _Up __u) noexcept { in cmp_equal()
40 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_not_equal(_Tp __t, _Up __u) noexcept { in cmp_not_equal()
45 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_less(_Tp __t, _Up __u) noexcept { in cmp_less()
55 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_greater(_Tp __t, _Up __u) noexcept { in cmp_greater()
60 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_less_equal(_Tp __t, _Up __u) noexcept { in cmp_less_equal()
65 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_greater_equal(_Tp __t, _Up __u) noexcept { in cmp_greater_equal()
H A Dforward.h25 forward(_LIBCPP_LIFETIMEBOUND __libcpp_remove_reference_t<_Tp>& __t) _NOEXCEPT { in forward() argument
31 forward(_LIBCPP_LIFETIMEBOUND __libcpp_remove_reference_t<_Tp>&& __t) _NOEXCEPT { in forward() argument
/llvm-project/libcxx/include/__bit/
H A Drotate.h24 __rotr(_Tp __t,int __cnt) __rotr() argument
39 __rotl(_Tp __t,int __cnt) __rotl() argument
46 rotl(_Tp __t,int __cnt) rotl() argument
51 rotr(_Tp __t,int __cnt) rotr() argument
H A Dcountr.h42 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 int __countr_zero(_Tp __t) _NOEXCEPT { in __countr_zero() argument
69 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int countr_zero(_Tp __t) noexcep argument
74 countr_one(_Tp __t) countr_one() argument
[all...]
H A Dcountl.h63 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 int __countl_zero(_Tp __t) _NOEXCEPT { in __countl_zero() argument
98 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int countl_zero(_Tp __t) noexcep argument
103 countl_one(_Tp __t) countl_one() argument
[all...]
H A Dbit_ceil.h27 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp __bit_ceil(_Tp __t) noexcept { in __bit_ceil()
45 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp bit_ceil(_Tp __t) noexcept { in bit_ceil()
/llvm-project/libcxx/include/__functional/
H A Dreference_wrapper.h126 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 reference_wrapper<_Tp> ref(_Tp& __t) _NOEXCEPT { in ref() argument
132 ref(reference_wrapper<_Tp> __t) _NOEXCEPT { in ref() argument
137 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 reference_wrapper<const _Tp> cref(const _Tp& __t) _NOEXCEPT { in cref() argument
143 cref(reference_wrapper<_Tp> __t) _NOEXCEPT { in cref() argument
/llvm-project/flang/include/flang/Common/
H A Dreference-wrapper.h82 inline constexpr RT_API_ATTRS reference_wrapper<_Tp> ref(_Tp &__t) { in ref()
88 reference_wrapper<_Tp> __t) { in ref()
94 const _Tp &__t) { in cref()
100 reference_wrapper<_Tp> __t) { in cref()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreserved-identifier-invert.cpp44 ref(_Tp &__t) noexcept { in ref()
50 ref(reference_wrapper<_Tp> __t) noexcept { in ref()
66 cref(reference_wrapper<const _Tp> __t) noexcept { in cref()
/llvm-project/libcxx/include/__iterator/
H A Diter_move.h41 concept __unqualified_iter_move = __class_or_enum<remove_cvref_t<_Tp>> && requires(_Tp&& __t) { in requires()
92 requires requires(_Tp& __t) { in requires()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/Inputs/reserved-identifier/system/
H A Dsystem-header.h23 ref(_Tp &__t) noexcept { in ref()
29 ref(reference_wrapper<_Tp> __t) noexcept { in ref()
/llvm-project/libcxx/include/__ranges/
H A Dconcepts.h47 concept range = requires(_Tp& __t) { in requires()
81 concept sized_range = range<_Tp> && requires(_Tp& __t) { ranges::size(__t); }; in requires()
115 …us_range = random_access_range<_Tp> && contiguous_iterator<iterator_t<_Tp>> && requires(_Tp& __t) { in requires()
H A Dsingle_view.h51 single_view(const _Tp & __t) single_view() argument
58 single_view(_Tp && __t) single_view() argument
H A Dview_interface.h77 requires requires(_D2& __t) { ranges::empty(__t); } in requires()
84 requires requires(const _D2& __t) { ranges::empty(__t); } in requires()
H A Daccess.h44 concept __member_begin = __can_borrow<_Tp> && requires(_Tp&& __t) { in requires() argument
106 requires(_Tp && __t) requires() argument
[all...]
/llvm-project/libcxx/include/__algorithm/
H A Dmin.h43 min(initializer_list<_Tp> __t, _Compare __comp) { in min() argument
48 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp min(initializer_list<_Tp> __t) { in min() argument
H A Dmax.h43 max(initializer_list<_Tp> __t, _Compare __comp) { in max() argument
48 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp max(initializer_list<_Tp> __t) { in max() argument
H A Dminmax.h42 minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() argument
51 minmax(initializer_list<_Tp> __t) { in minmax() argument
/llvm-project/libcxx/include/__thread/
H A Dthis_thread.h53 sleep_until(const chrono::time_point<_Clock,_Duration> & __t) sleep_until() argument
62 sleep_until(const chrono::time_point<chrono::steady_clock,_Duration> & __t) sleep_until() argument
/llvm-project/libcxx/include/__concepts/
H A Dswappable.h50 requires(_Tp&& __t, _Up&& __u) { in requires() argument
110 requires(_Tp && __t,_Up && __u) requires() argument
[all...]
/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h169 inline _LIBCPP_HIDE_FROM_ABI __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t) { in __libcpp_thread_get_id() argument
177 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() argument
181 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*), void* __arg) { in __libcpp_thread_create() argument
190 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_join(__libcpp_thread_t* __t) { return pthread_join(*__t, nullptr); } in __libcpp_thread_join() argument
192 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t) { retur argument
[all...]
H A Dc11.h144 inline _LIBCPP_HIDE_FROM_ABI __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t in __libcpp_thread_get_id()
146 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull()
150 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(voi… in __libcpp_thread_create()
157 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_join(__libcpp_thread_t* __t) { in __libcpp_thread_join()
161 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t) { in __libcpp_thread_detach()
/llvm-project/libcxx/include/__memory/
H A Dauto_ptr.h59 _Tp* __t = __ptr_; in release() local
72 auto_ptr_ref<_Up> __t; variable
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp156 bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { return *__t == 0; } in __libcpp_thread_isnull() argument
158 int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*), void* __arg) { in __libcpp_thread_create() argument
172 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t* __t) { return GetThreadId(*__t); } in __libcpp_thread_get_id() argument
174 int __libcpp_thread_join(__libcpp_thread_t* __t) { in __libcpp_thread_join() argument
182 __libcpp_thread_detach(__libcpp_thread_t * __t) __libcpp_thread_detach() argument
[all...]
/llvm-project/libcxx/include/__random/
H A Dbinomial_distribution.h66 : __p_(param_type(__t, __p)) {} in __p_() argument
114 param_type(result_type __t,double __p) param_type() argument
186 result_type __t; global() variable
[all...]

1234