Searched defs:remove_if (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h209 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h187 template <typename PredFn> void remove_if(PredFn &&Pred) { function in class:llvm::orc::SymbolLookupSet
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h343 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { function in class:llvm::NodeSet
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h1288 remove_if(_ForwardIterator __first, _ForwardIterator __last, function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1205 template <class PredTy> void remove_if(PredTy shouldRemove) { function in class:llvm::MDAttachmentMap

Completed in 103 milliseconds