Home
last modified time | relevance | path

Searched refs:__replace (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_replace.h35 struct __replace { struct
56 inline constexpr auto replace = __replace{}; argument
H A Dpstl.h467 …using _Implementation = __pstl::__dispatch<__pstl::__replace, __pstl::__current_configuration, _Ra… in replace()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dbackend_fwd.h137 struct __replace;
/freebsd/usr.sbin/bsdconfig/share/
H A Dstrings.subr288 local __find="$2" __replace="$3" __var_to_set="$4"
291 __left="$__left${__right%%$__find*}$__replace"
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Ddefault.h230 struct __replace<__default_backend_tag, _ExecutionPolicy> {