Searched refs:replace_if (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/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_replace.h | 72 replace_if(_ExecutionPolicy&& __policy, in replace_if() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BranchProbability.h | 228 std::replace_if(Begin, End, in normalizeProbabilities()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 114 std::replace_if(std::begin(Suffix), std::end(Suffix), in getPromotedName()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 246 using std::replace_if; 250 using std::ranges::replace_if;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 636 …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 D | libcxx.imp | 203 { include: [ "<__algorithm/replace_if.h>", "private", "<algorithm>", "public" ] },
|
| H A D | module.modulemap.in | 1039 …lgorithm_replace_if [system] { header "__algorithm/replace_if.h" }
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 463 ALG_HEADERS+= replace_if.h
|
| H A D | module.modulemap | 1039 …lgorithm_replace_if [system] { header "__algorithm/replace_if.h" }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1292 std::replace_if( in addData()
|
| /freebsd-14.2/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>)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 3893 std::replace_if( in sanitizeForGlobalName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 10773 std::replace_if( in transferDbgValues()
|
| H A D | TargetLowering.cpp | 6534 std::replace_if(Values.begin(), Values.end(), Predicate, Replacement); in turnVectorIntoSplatVector()
|