HomeSort by: relevance | last modified time | path
    Searched defs:remove_if (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
MapVector.h 172 /// usually better to use \a remove_if() if possible.
204 template <class Predicate> void remove_if(Predicate Pred);
209 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h 349 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { function in class:llvm::NodeSet
350 return Nodes.remove_if(P);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h 255 template <typename PredFn> void remove_if(PredFn &&Pred) { function in class:llvm::orc::SymbolLookupSet
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 1319 template <class PredTy> void remove_if(PredTy shouldRemove) { function in class:llvm::MDAttachments
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_algo.h 858 * remove_if() is stable, so the relative order of elements that are
867 remove_if(_ForwardIterator __first, _ForwardIterator __last, function

Completed in 42 milliseconds