Searched refs:testMap (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | StringMapTest.cpp | 41 EXPECT_TRUE(testMap.begin() == testMap.end()); in assertEmptyMap() 47 EXPECT_TRUE(testMap.find(testKey) == testMap.end()); in assertEmptyMap() 50 EXPECT_TRUE(testMap.find(testKeyStr) == testMap.end()); in assertEmptyMap() 56 EXPECT_FALSE(testMap.begin() == testMap.end()); in assertSingleItemMap() 70 EXPECT_TRUE(testMap.find(testKey) == testMap.begin()); in assertSingleItemMap() 73 EXPECT_TRUE(testMap.find(testKeyStr) == testMap.begin()); in assertSingleItemMap() 135 testMap.clear(); in TEST_F() 142 testMap.erase(testMap.begin()); in TEST_F() 149 testMap.erase(testKey); in TEST_F() 156 testMap["otherKey"] = 2; in TEST_F() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/ |
| H A D | iterator_types.pass.cpp | 19 void testMap() { in testMap() function 57 testMap<Map, ValueTp, ValueTp*, ValueTp const*>(); in main() 63 testMap<Map, ValueTp, ValueTp*, ValueTp const*>(); in main() 70 testMap<Map, ValueTp, min_pointer<ValueTp>, min_pointer<const ValueTp>>(); in main() 76 testMap<Map, ValueTp, ValueTp*, ValueTp const*>(); in main() 82 testMap<Map, ValueTp, ValueTp*, ValueTp const*>(); in main() 89 testMap<Map, ValueTp, min_pointer<ValueTp>, min_pointer<const ValueTp>>(); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | bytemap_test.cpp | 16 template <typename T> void testMap(T &Map, scudo::uptr Size) { in testMap() function 31 testMap(Map, Size); in TEST()
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | false-positive-suppression.cpp | 70 void testMap(Map &m, int i) { in testMap() function
|