Searched refs:replace_if (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | replace_if.h | 26 replace_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_v… in replace_if() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BranchProbability.h | 228 std::replace_if(Begin, End, in normalizeProbabilities()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | module.modulemap | 289 module replace_if { private header "__algorithm/replace_if.h" }
|
| H A D | algorithm | 210 replace_if(ForwardIterator first, ForwardIterator last, Predicate pred, const T& new_value); 730 #include <__algorithm/replace_if.h>
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 313 ALG_HEADERS+= replace_if.h
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 1304 std::replace_if( in addData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5455 std::replace_if(Values.begin(), Values.end(), Predicate, Replacement); in turnVectorIntoSplatVector()
|
| H A D | SelectionDAG.cpp | 8867 std::replace_if( in transferDbgValues()
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 3888 OLD_FILES+=usr/include/c++/v1/__algorithm/replace_if.h
|