Home
last modified time | relevance | path

Searched refs:__invoke (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfind_end.h58 … 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 Dsearch.h50 … 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 Dmake_projected.h39 …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&>(),
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 Dincludes.h41 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 Dis_permutation.h86 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 Dsearch_n.h45 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 Dequal_range.h47 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 Dmin_element.h38 if (std::__invoke(__comp, std::__invoke(__proj, *__i), std::__invoke(__proj, *__first))) in __min_element()
H A Dpartial_sort_copy.h61 …if (std::__invoke(__comp, std::__invoke(__proj1, *__first), std::__invoke(__proj2, *__result_first… in __partial_sort_copy()
H A Dminmax_element.h37 return std::__invoke(__comp_, std::__invoke(__proj_, *__it1), std::__invoke(__proj_, *__it2)); in operator()
H A Dupper_bound.h40 if (std::__invoke(__comp, __value, std::__invoke(__proj, *__mid))) in __upper_bound()
H A Dlower_bound.h39 if (std::__invoke(__comp, std::__invoke(__proj, *__m), __value)) { in __lower_bound()
H A Dequal.h91 … if (!std::__invoke(__comp, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2))) in __equal_impl()
H A Dcount.h38 if (std::__invoke(__proj, *__first) == __value) in __count()
H A Dfind.h48 if (std::__invoke(__proj, *__first) == __value) in __find_impl()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dinvoke.h288 __nat __invoke(__any, _Args&&... __args);
296 __invoke(_Fp&& __f, _A0&& __a0, _Args&&... __args)
303 __invoke(_Fp&& __f, _A0&& __a0, _Args&&... __args)
310 __invoke(_Fp&& __f, _A0&& __a0, _Args&&... __args)
319 __invoke(_Fp&& __f, _A0&& __a0)
326 __invoke(_Fp&& __f, _A0&& __a0)
333 __invoke(_Fp&& __f, _A0&& __a0)
342 __invoke(_Fp&& __f, _Args&&... __args)
351 static decltype(std::__invoke(std::declval<_XFp>(), std::declval<_XArgs>()...)) __try_call(int);
411 return std::__invoke(std::forward<_Args>(__args)...);
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h33 _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-14.2/contrib/llvm-project/libcxx/include/__functional/
H A Dmem_fn.h43 return std::__invoke(__f_, std::forward<_ArgTypes>(__args)...); in operator()
H A Dinvoke.h28 return std::__invoke(std::forward<_Fn>(__f), std::forward<_Args>(__args)...); in invoke()
H A Dreference_wrapper.h64 return std::__invoke(get(), std::forward<_ArgTypes>(__args)...); in operator()
H A Dweak_result_type.h226 typedef decltype(std::__invoke(std::declval<_Tp>(), std::declval<_Args>()...)) type;
H A Dbind.h195 return std::__invoke(__f, std::__mu(std::get<_Indx>(__bound_args), __args)...);
/freebsd-14.2/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h97 std::__invoke(std::get<0>(std::move(__f_)), std::get<_Indices>(std::move(__f_))...); in __execute()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h193 std::__invoke(std::move(std::get<1>(__t)), std::move(std::get<_Indices>(__t))...);
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dvariant533 …return std::__invoke(static_cast<_Fp>(__f), __access::__base::__get_alt<_Is>(static_cast<_Vs>(__vs…
619 … return std::__invoke(std::forward<_Visitor>(__visitor), std::forward<_Alts>(__alts).__value...);
631 std::__invoke(std::forward<_Visitor>(__visitor), std::forward<_Alts>(__alts).__value...);
633 … return std::__invoke(std::forward<_Visitor>(__visitor), std::forward<_Alts>(__alts).__value...);

12