Searched refs:replace_copy_if (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | replace_copy_if.h | 21 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator replace_copy_if( in replace_copy_if() function
|
| H A D | ranges_replace_copy_if.h | 88 inline constexpr auto replace_copy_if = __replace_copy_if::__fn{};
|
| H A D | pstl_replace.h | 173 _LIBCPP_HIDE_FROM_ABI void replace_copy_if( in replace_copy_if() function
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 254 using std::replace_copy_if; 258 using std::ranges::replace_copy_if;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 1078 replace_copy_if(I first, S last, O result, Pred pred, const T& new_value, 1085 replace_copy_if(R&& r, O result, Pred pred, const T& new_value, 1343 …replace_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred, co… 1966 #include <__algorithm/replace_copy_if.h>
|
| H A D | libcxx.imp | 202 { include: [ "<__algorithm/replace_copy_if.h>", "private", "<algorithm>", "public" ] },
|
| H A D | module.modulemap.in | 1038 …thm_replace_copy_if [system] { header "__algorithm/replace_copy_if.h" }
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 1840 OutputIt replace_copy_if(R &&Range, OutputIt Out, UnaryPredicate P, 1842 return std::replace_copy_if(adl_begin(Range), adl_end(Range), Out, P,
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 462 ALG_HEADERS+= replace_copy_if.h
|
| H A D | module.modulemap | 1038 …thm_replace_copy_if [system] { header "__algorithm/replace_copy_if.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2503 SYMBOL(replace_copy_if, std::, <algorithm>) 3704 SYMBOL(replace_copy_if, std::ranges::, <algorithm>)
|