Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreplace_if.h26 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 DBranchProbability.h228 std::replace_if(Begin, End, in normalizeProbabilities()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap289 module replace_if { private header "__algorithm/replace_if.h" }
H A Dalgorithm210 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 DMakefile313 ALG_HEADERS+= replace_if.h
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1304 std::replace_if( in addData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5455 std::replace_if(Values.begin(), Values.end(), Predicate, Replacement); in turnVectorIntoSplatVector()
H A DSelectionDAG.cpp8867 std::replace_if( in transferDbgValues()
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3888 OLD_FILES+=usr/include/c++/v1/__algorithm/replace_if.h