HomeSort by relevance Sort by last modified time
    Searched defs:remove_if (Results 1 - 23 of 23) sorted by null

  /bionic/libc/bionic/
pthread_atfork.cpp 77 void remove_if(F predicate) { function in class:atfork_list_t
178 g_atfork_list.remove_if([&](const atfork_t* entry) {
  /bionic/linker/
linked_list.h 173 void remove_if(F predicate) { function in class:LinkedList
198 remove_if([&](T* e) {
  /external/llvm/include/llvm/ADT/
MapVector.h 133 /// usually better to use \a remove_if() if possible.
165 template <class Predicate> void remove_if(Predicate Pred);
170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 156 /// usually better to use \a remove_if() if possible.
188 template <class Predicate> void remove_if(Predicate Pred);
193 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
MapVector.h 156 /// usually better to use \a remove_if() if possible.
188 template <class Predicate> void remove_if(Predicate Pred);
193 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
MapVector.h 162 /// usually better to use \a remove_if() if possible.
194 template <class Predicate> void remove_if(Predicate Pred);
199 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /system/security/keystore/
auth_token_table.cpp 66 typename Container::iterator remove_if(Container& container, Predicate pred) { function in namespace:keystore
67 return std::remove_if(container.begin(), container.end(), pred);
184 entries_.erase(remove_if(entries_, [&](Entry& e) { return entry.Supersedes(e); }),
  /art/compiler/utils/
intrusive_forward_list.h 287 remove_if([value](const value_type& v) { return value == v; });
290 void remove_if(Predicate pred) { function in class:art::IntrusiveForwardList
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 1134 remove_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 1134 remove_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 1000 template <class PredTy> void remove_if(PredTy shouldRemove) { function in class:llvm::MDAttachmentMap
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp 440 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { function in class:__anon27278::NodeSet
441 return Nodes.remove_if(P);
    [all...]

Completed in 600 milliseconds