Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DMapVectorTest.cpp81 TEST(MapVectorTest, remove_if) { in TEST() argument
190 TEST(SmallMapVectorSmallTest, remove_if) { in TEST() argument
299 TEST(SmallMapVectorLargeTest, remove_if) { in TEST() argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h143 bool remove_if(UnaryPredicate P) { in remove_if() function
H A DMapVector.h165 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function