Home
last modified time | relevance | path

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

/src/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.h444 replace_if(_ExecutionPolicy&& __policy, in replace_if() function
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h228 std::replace_if(Begin, End, in normalizeProbabilities()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp114 std::replace_if(std::begin(Suffix), std::end(Suffix), in getPromotedName()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc245 using std::replace_if;
249 using std::ranges::replace_if;
/src/contrib/llvm-project/libcxx/include/
H A Dalgorithm674 …constexpr I ranges::replace_if(I first, S last, Pred pred, const T& new_value, Proj proj = {}); //…
680 …ranges::replace_if(R&& r, Pred pred, const T& new_value, Proj proj = {}); // s…
1372 replace_if(ForwardIterator first, ForwardIterator last, Predicate pred, const T& new_value);
1885 #include <__algorithm/replace_if.h>
H A Dmodule.modulemap986 …lgorithm_replace_if [system] { header "__algorithm/replace_if.h" }
/src/lib/libc++/
H A DMakefile452 ALG_HEADERS+= replace_if.h
H A Dlibcxx.imp175 { include: [ "<__algorithm/replace_if.h>", "private", "<algorithm>", "public" ] },
/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1324 std::replace_if( in addData()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2504 SYMBOL(replace_if, std::, <algorithm>)
3707 SYMBOL(replace_if, std::ranges::, <algorithm>)
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3892 std::replace_if( in sanitizeForGlobalName()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11110 std::replace_if( in transferDbgValues()
H A DTargetLowering.cpp6663 std::replace_if(Values.begin(), Values.end(), Predicate, Replacement); in turnVectorIntoSplatVector()