/llvm-project/libcxx/include/__utility/ |
H A D | cmp.h | 30 _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 D | forward.h | 25 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 D | rotate.h | 24 __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 D | countr.h | 42 [[__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 D | countl.h | 63 _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 D | bit_ceil.h | 27 [[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 D | reference_wrapper.h | 126 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 D | reference-wrapper.h | 82 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 D | reserved-identifier-invert.cpp | 44 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 D | iter_move.h | 41 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 D | system-header.h | 23 ref(_Tp &__t) noexcept { in ref() 29 ref(reference_wrapper<_Tp> __t) noexcept { in ref()
|
/llvm-project/libcxx/include/__ranges/ |
H A D | concepts.h | 47 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 D | single_view.h | 51 single_view(const _Tp & __t) single_view() argument 58 single_view(_Tp && __t) single_view() argument
|
H A D | view_interface.h | 77 requires requires(_D2& __t) { ranges::empty(__t); } in requires() 84 requires requires(const _D2& __t) { ranges::empty(__t); } in requires()
|
H A D | access.h | 44 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 D | min.h | 43 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 D | max.h | 43 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 D | minmax.h | 42 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 D | this_thread.h | 53 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 D | swappable.h | 50 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 D | pthread.h | 169 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 D | c11.h | 144 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 D | auto_ptr.h | 59 _Tp* __t = __ptr_; in release() local 72 auto_ptr_ref<_Up> __t; variable
|
/llvm-project/libcxx/src/support/win32/ |
H A D | thread_win32.cpp | 156 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 D | binomial_distribution.h | 66 : __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...] |