Searched refs:__invoke (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dfind_end.h59 if (std::__invoke(__pred, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2)))
76 if (!std::__invoke(__pred, std::__invoke(__proj1, *__m1), std::__invoke(__proj2, *__m2)))
117 if (std::__invoke(__pred, std::__invoke(__proj1, *--__l1), std::__invoke(__proj2, *__l2)))
130 if (!std::__invoke(__pre
[all...]
H A Dincludes.h32 if (__first1 == __last1 || std::__invoke(
33 __comp, std::__invoke(__proj2, *__first2), std::__invoke(__proj1, *__first1)))
35 if (!std::__invoke(__comp, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2)))
H A Dmake_projected.h39 decltype(std::__invoke(std::declval<_Proj&>(), std::declval<_Tp>()))
42 return std::__invoke(__pred, std::__invoke(__proj, std::forward<_Tp>(__v)));
47 decltype(std::__invoke(std::declval<_Proj&>(), std::declval<_T1>())),
48 decltype(std::__invoke(std::declval<_Proj&>(), std::declval<_T2>()))
51 return std::__invoke(__pred,
52 std::__invoke(__proj, std::forward<_T1>(__lhs)),
53 std::__invoke(__proj, std::forward<_T2>(__rhs)));
H A Dsearch.h51 if (std::__invoke(__pred, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2)))
66 if (!std::__invoke(__pred, std::__invoke(__proj1, *__m1), std::__invoke(__proj2, *__m2)))
99 if (std::__invoke(__pred, std::__invoke(__proj1, *__first1), std::__invoke(__proj2, *__first2)))
110 if (!std::__invoke(__pre
[all...]
H A Dmin_element.h35 if (std::__invoke(__comp, std::__invoke(__proj, *__i), std::__invoke(__proj, *__first)))
H A Dis_permutation.h67 if (std::__invoke(__pred, std::__invoke(__proj1, *__match), std::__invoke(__proj1, *__i)))
75 if (std::__invoke(__pred, std::__invoke(__proj1, *__i), std::__invoke(__proj2, *__j)))
84 if (std::__invoke(__pred, std::__invoke(__proj1, *__i), std::__invoke(__proj1, *__j)))
131 if (!std::__invoke(__pre
[all...]
H A Dsearch_n.h48 if (std::__invoke(__pred, std::__invoke(__proj, *__first), __value))
64 if (!std::__invoke(__pred, std::__invoke(__proj, *__m), __value))
98 if (std::__invoke(__pred, std::__invoke(__proj, *__first), __value))
111 if (!std::__invoke(__pred, std::__invoke(__proj, *__m), __value))
H A Dequal_range.h44 if (std::__invoke(__comp, std::__invoke(__proj, *__mid), __value)) {
47 } else if (std::__invoke(__comp, __value, std::__invoke(__proj, *__mid))) {
H A Dupper_bound.h37 if (std::__invoke(__comp, __value, std::__invoke(__proj, *__mid)))
H A Dlower_bound.h40 if (std::__invoke(__comp, std::__invoke(__proj, *__m), __value)) {
H A Dpartial_sort_copy.h51 if (std::__invoke(__comp, std::__invoke(__proj1, *__first), std::__invoke(__proj2, *__result_first))) {
H A Dminmax_element.h37 return std::__invoke(__comp_, std::__invoke(__proj_, *__it1), std::__invoke(__proj_, *__it2));
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dmem_fn.h45 return std::__invoke(__f_, std::forward<_ArgTypes>(__args)...);
H A Dinvoke.h328 // __invoke forward declarations
333 __nat __invoke(__any, _Args&& ...__args);
341 __invoke(_Fp&& __f, _A0&& __a0, _Args&& ...__args)
349 __invoke(_Fp&& __f, _A0&& __a0, _Args&& ...__args)
357 __invoke(_Fp&& __f, _A0&& __a0, _Args&& ...__args)
367 __invoke(_Fp&& __f, _A0&& __a0)
375 __invoke(_Fp&& __f, _A0&& __a0)
383 __invoke(_Fp&& __f, _A0&& __a0)
392 __invoke(_Fp&& __f, _Args&& ...__args)
401 static decltype(std::__invoke(st
[all...]
H A Dreference_wrapper.h59 return std::__invoke(get(), std::forward<_ArgTypes>(__args)...);
H A Dweak_result_type.h289 typedef decltype(_VSTD::__invoke(std::declval<_Tp>(), std::declval<_Args>()...)) type; typedef in struct:__invoke_return
H A Dbind.h263 return _VSTD::__invoke(__f, _VSTD::__mu(_VSTD::get<_Indx>(__bound_args), __args)...);
H A Dfunction.h945 return _VSTD::__invoke(__f_, _VSTD::forward<_ArgTypes>(__arg)...);
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dfunctional_iterate.h128 __invoke(_Functor& __f _GLIBCXX_COMMA _GLIBCXX_REF_PARAMS) function in namespace:std
141 __invoke(_Functor& __f _GLIBCXX_COMMA _GLIBCXX_REF_PARAMS) function in namespace:std
154 __invoke(_Functor __f _GLIBCXX_COMMA _GLIBCXX_REF_PARAMS) function in namespace:std
171 return __invoke(get(), _GLIBCXX_ARGS);

Completed in 401 milliseconds