Home
last modified time | relevance | path

Searched defs:remove_if (Results 1 – 3 of 3) 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/
DSetVector.h168 bool remove_if(UnaryPredicate P) { in remove_if() function
DMapVector.h170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function