Searched refs:replace_if (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dalgo.h80 using std::replace_if;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h228 std::replace_if(Begin, End,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1161 std::replace_if(std::begin(SanitizedFilename), std::end(SanitizedFilename),
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h1015 * @return replace_if() returns no value.
1022 replace_if(_ForwardIterator __first, _ForwardIterator __last, function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4971 std::replace_if(Values.begin(), Values.end(), Predicate, Replacement);

Completed in 207 milliseconds