Home
last modified time | relevance | path

Searched refs:replace_if (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreplace_if.h22 replace_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_v… in replace_if() function
H A Dranges_replace_if.h71 inline constexpr auto replace_if = __replace_if::__fn{};
H A Dpstl_replace.h72 replace_if(_ExecutionPolicy&& __policy, in replace_if() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h228 std::replace_if(Begin, End, in normalizeProbabilities()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp114 std::replace_if(std::begin(Suffix), std::end(Suffix), in getPromotedName()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc246 using std::replace_if;
250 using std::ranges::replace_if;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm636 …constexpr I ranges::replace_if(I first, S last, Pred pred, const T& new_value, Proj proj = {}); //…
642 …ranges::replace_if(R&& r, Pred pred, const T& new_value, Proj proj = {}); // s…
1334 replace_if(ForwardIterator first, ForwardIterator last, Predicate pred, const T& new_value);
1967 #include <__algorithm/replace_if.h>
H A Dlibcxx.imp203 { include: [ "<__algorithm/replace_if.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in1039 …lgorithm_replace_if [system] { header "__algorithm/replace_if.h" }
/freebsd-14.2/lib/libc++/
H A DMakefile463 ALG_HEADERS+= replace_if.h
H A Dmodule.modulemap1039 …lgorithm_replace_if [system] { header "__algorithm/replace_if.h" }
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1292 std::replace_if( in addData()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2504 SYMBOL(replace_if, std::, <algorithm>)
3707 SYMBOL(replace_if, std::ranges::, <algorithm>)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3893 std::replace_if( in sanitizeForGlobalName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10773 std::replace_if( in transferDbgValues()
H A DTargetLowering.cpp6534 std::replace_if(Values.begin(), Values.end(), Predicate, Replacement); in turnVectorIntoSplatVector()