Searched refs:replace_if (Results 1 – 15 of 15) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | replace_if.h | 22 replace_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_v… in replace_if() function
|
| H A D | ranges_replace_if.h | 71 inline constexpr auto replace_if = __replace_if::__fn{};
|
| H A D | pstl.h | 444 replace_if(_ExecutionPolicy&& __policy, in replace_if() function
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BranchProbability.h | 228 std::replace_if(Begin, End, in normalizeProbabilities()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 114 std::replace_if(std::begin(Suffix), std::end(Suffix), in getPromotedName()
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 245 using std::replace_if; 249 using std::ranges::replace_if;
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 674 …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 D | module.modulemap | 986 …lgorithm_replace_if [system] { header "__algorithm/replace_if.h" }
|
| /src/lib/libc++/ |
| H A D | Makefile | 452 ALG_HEADERS+= replace_if.h
|
| H A D | libcxx.imp | 175 { include: [ "<__algorithm/replace_if.h>", "private", "<algorithm>", "public" ] },
|
| /src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1324 std::replace_if( in addData()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2504 SYMBOL(replace_if, std::, <algorithm>) 3707 SYMBOL(replace_if, std::ranges::, <algorithm>)
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 3892 std::replace_if( in sanitizeForGlobalName()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 11110 std::replace_if( in transferDbgValues()
|
| H A D | TargetLowering.cpp | 6663 std::replace_if(Values.begin(), Values.end(), Predicate, Replacement); in turnVectorIntoSplatVector()
|