Home
last modified time | relevance | path

Searched refs:__replace_if (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_replace_if.h45 struct __replace_if { struct
69 inline constexpr auto replace_if = __replace_if{}; argument
H A Dpstl.h450 …using _Implementation = __pstl::__dispatch<__pstl::__replace_if, __pstl::__current_configuration, … in replace_if()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dbackend_fwd.h144 struct __replace_if;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Ddefault.h235 using _ReplaceIf = __dispatch<__replace_if, __current_configuration, _ExecutionPolicy>;
243 struct __replace_if<__default_backend_tag, _ExecutionPolicy> {