/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | find_end.h | 58 … if (std::__invoke(__pred, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2))) in __find_end_impl() 75 if (!std::__invoke(__pred, std::__invoke(__proj1, *__m1), std::__invoke(__proj2, *__m2))) { in __find_end_impl() 114 if (std::__invoke(__pred, std::__invoke(__proj1, *--__l1), std::__invoke(__proj2, *__l2))) in __find_end() 127 … if (!std::__invoke(__pred, std::__invoke(__proj1, *--__m1), std::__invoke(__proj2, *--__m2))) { in __find_end() 170 if (std::__invoke(__pred, std::__invoke(__proj1, *--__l1), std::__invoke(__proj2, *__l2))) in __find_end() 179 if (!std::__invoke(__pred, std::__invoke(__proj1, *--__m1), std::__invoke(*--__m2))) { in __find_end()
|
H A D | search.h | 50 … if (std::__invoke(__pred, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2))) in __search_forward_impl() 65 if (!std::__invoke(__pred, std::__invoke(__proj1, *__m1), std::__invoke(__proj2, *__m2))) { in __search_forward_impl() 101 … if (std::__invoke(__pred, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2))) in __search_random_access_impl() 112 if (!std::__invoke(__pred, std::__invoke(__proj1, *__m1), std::__invoke(__proj2, *__m2))) { in __search_random_access_impl()
|
H A D | make_projected.h | 39 …typename __invoke_of<_Pred&, decltype(std::__invoke(std::declval<_Proj&>(), std::declval<_Tp>()))>… 42 return std::__invoke(__pred, std::__invoke(__proj, std::forward<_Tp>(__v))); in operator() 47 decltype(std::__invoke(std::declval<_Proj&>(), std::declval<_T1>())), 48 … decltype(std::__invoke(std::declval<_Proj&>(), std::declval<_T2>()))>::type _LIBCPP_CONSTEXPR 51 return std::__invoke( in operator() 52 …__pred, std::__invoke(__proj, std::forward<_T1>(__lhs)), std::__invoke(__proj, std::forward<_T2>(_… in operator()
|
H A D | includes.h | 41 std::__invoke(__comp, std::__invoke(__proj2, *__first2), std::__invoke(__proj1, *__first1))) in __includes() 43 … if (!std::__invoke(__comp, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2))) in __includes()
|
H A D | is_permutation.h | 86 if (std::__invoke(__pred, std::__invoke(__proj1, *__match), std::__invoke(__proj1, *__i))) 94 if (std::__invoke(__pred, std::__invoke(__proj1, *__i), std::__invoke(__proj2, *__j))) 103 if (std::__invoke(__pred, std::__invoke(__proj1, *__i), std::__invoke(__proj1, *__j))) 164 … if (!std::__invoke(__pred, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2)))
|
H A D | search_n.h | 45 if (std::__invoke(__pred, std::__invoke(__proj, *__first), __value)) in __search_n_forward_impl() 61 if (!std::__invoke(__pred, std::__invoke(__proj, *__m), __value)) { in __search_n_forward_impl() 89 if (std::__invoke(__pred, std::__invoke(__proj, *__first), __value)) in __search_n_random_access_impl() 102 if (!std::__invoke(__pred, std::__invoke(__proj, *__m), __value)) { in __search_n_random_access_impl()
|
H A D | lower_bound.h | 41 if (std::__invoke(__comp, std::__invoke(__proj, *__m), __value)) { in __lower_bound_bisecting() 64 if (__first == __last || !std::__invoke(__comp, std::__invoke(__proj, *__first), __value)) in __lower_bound_onesided() 73 if (__it == __last || !std::__invoke(__comp, std::__invoke(__proj, *__it), __value)) { in __lower_bound_onesided()
|
H A D | equal_range.h | 47 if (std::__invoke(__comp, std::__invoke(__proj, *__mid), __value)) { in __equal_range() 50 } else if (std::__invoke(__comp, __value, std::__invoke(__proj, *__mid))) { in __equal_range()
|
H A D | min_element.h | 38 if (std::__invoke(__comp, std::__invoke(__proj, *__i), std::__invoke(__proj, *__first))) in __min_element()
|
H A D | partial_sort_copy.h | 61 if (std::__invoke(__comp, std::__invoke(__proj1, *__first), std::__invoke(__proj2, *__result_first))) {
|
H A D | minmax_element.h | 37 return std::__invoke(__comp_, std::__invoke(__proj_, *__it1), std::__invoke(__proj_, *__it2)); in operator()
|
H A D | mismatch.h | 43 … if (!std::__invoke(__pred, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2))) in __mismatch_loop() 172 … if (!std::__invoke(__pred, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2))) in __mismatch()
|
H A D | equal.h | 76 … if (!std::__invoke(__comp, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2))) in __equal_impl()
|
H A D | upper_bound.h | 40 if (std::__invoke(__comp, __value, std::__invoke(__proj, *__mid))) in __upper_bound()
|
H A D | count.h | 38 if (std::__invoke(__proj, *__first) == __value) in __count()
|
H A D | find.h | 48 if (std::__invoke(__proj, *__first) == __value) in __find()
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | invoke.h | 94 __nat __invoke(_Args&&... __args); 102 __invoke(_Fp&& __f, _A0&& __a0, _Args&&... __args) 109 __invoke(_Fp&& __f, _A0&& __a0, _Args&&... __args) 116 __invoke(_Fp&& __f, _A0&& __a0, _Args&&... __args) 125 __invoke(_Fp&& __f, _A0&& __a0) 132 __invoke(_Fp&& __f, _A0&& __a0) 139 __invoke(_Fp&& __f, _A0&& __a0) 148 __invoke(_Fp&& __f, _Args&&... __args) 157 static decltype(std::__invoke(std::declval<_XFp>(), std::declval<_XArgs>()...)) __try_call(int); 189 …noexcept(_ThisT::__test_noexcept<_Ret>(std::__invoke(std::declval<_Fp>(), std::declval<_Args>()...… [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/ |
H A D | stop_state.h | 33 _LIBCPP_HIDE_FROM_ABI void __invoke() noexcept { __callback_fn_(this); } in __invoke() function 119 __cb->__invoke(); in __request_stop() 145 __cb->__invoke(); in __add_callback()
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | mem_fn.h | 43 return std::__invoke(__f_, std::forward<_ArgTypes>(__args)...); in operator()
|
H A D | invoke.h | 28 return std::__invoke(std::forward<_Fn>(__f), std::forward<_Args>(__args)...); in invoke()
|
H A D | reference_wrapper.h | 68 return std::__invoke(get(), std::forward<_ArgTypes>(__args)...); in operator()
|
H A D | weak_result_type.h | 226 typedef decltype(std::__invoke(std::declval<_Tp>(), std::declval<_Args>()...)) type;
|
H A D | bind.h | 196 return std::__invoke(__f, std::__mu(std::get<_Indx>(__bound_args), __args)...);
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/ |
H A D | thread.h | 192 std::__invoke(std::move(std::get<1>(__t)), std::move(std::get<_Indices>(__t))...);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | variant | 540 …return std::__invoke(static_cast<_Fp>(__f), __access::__base::__get_alt<_Is>(static_cast<_Vs>(__vs… 626 … return std::__invoke(std::forward<_Visitor>(__visitor), std::forward<_Alts>(__alts).__value...); 638 std::__invoke(std::forward<_Visitor>(__visitor), std::forward<_Alts>(__alts).__value...); 640 … return std::__invoke(std::forward<_Visitor>(__visitor), std::forward<_Alts>(__alts).__value...);
|