Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_replace_if.h45 namespace __replace_if {
71 inline constexpr auto replace_if = __replace_if::__fn{};
H A Dpstl_replace.h44 __replace_if(_ExecutionPolicy&& __policy, in __replace_if() function
77 …auto __res = std::__replace_if(__policy, std::move(__first), std::move(__last), std::move(__pred),… in replace_if()
100 return std::__replace_if( in __replace()