Home
last modified time | relevance | path

Searched defs:remove_if (Results 1 – 8 of 8) sorted by relevance

/external/llvm/unittests/ADT/
DMapVectorTest.cpp106 TEST(MapVectorTest, remove_if) { in TEST() argument
215 TEST(SmallMapVectorSmallTest, remove_if) { in TEST() argument
324 TEST(SmallMapVectorLargeTest, remove_if) { in TEST() argument
/external/llvm/include/llvm/ADT/
DMapVector.h170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
DSetVector.h187 bool remove_if(UnaryPredicate P) { in remove_if() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetVector.h199 bool remove_if(UnaryPredicate P) { in remove_if() function
DMapVector.h209 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h343 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h187 template <typename PredFn> void remove_if(PredFn &&Pred) { in remove_if() function
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp440 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function in __anonb3176f1f0111::NodeSet