Searched defs:remove_if (Results 1 – 8 of 8) sorted by relevance
/external/llvm/unittests/ADT/ |
D | MapVectorTest.cpp | 106 TEST(MapVectorTest, remove_if) { in TEST() argument 215 TEST(SmallMapVectorSmallTest, remove_if) { in TEST() argument 324 TEST(SmallMapVectorLargeTest, remove_if) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | MapVectorTest.cpp | 106 TEST(MapVectorTest, remove_if) { in TEST() argument 263 TEST(SmallMapVectorSmallTest, remove_if) { in TEST() argument 381 TEST(SmallMapVectorLargeTest, remove_if) { in TEST() argument
|
/external/llvm/include/llvm/ADT/ |
D | MapVector.h | 170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
D | SetVector.h | 187 bool remove_if(UnaryPredicate P) { in remove_if() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SetVector.h | 200 bool remove_if(UnaryPredicate P) { in remove_if() function
|
D | MapVector.h | 210 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 440 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function in __anond1144dfc0111::NodeSet
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 485 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function in __anon2a7f91540111::NodeSet
|