Searched refs:testMap (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/unittests/ADT/ |
H A D | StringMapTest.cpp | 27 StringMap<uint32_t> testMap; member in __anond51e927c0111::StringMapTest 37 EXPECT_EQ(0u, testMap.size()); in assertEmptyMap() 38 EXPECT_TRUE(testMap.empty()); in assertEmptyMap() 41 EXPECT_TRUE(testMap.begin() == testMap.end()); in assertEmptyMap() 44 EXPECT_FALSE(testMap.contains(testKey)); in assertEmptyMap() 45 EXPECT_EQ(0u, testMap.count(testKey)); in assertEmptyMap() 46 EXPECT_EQ(0u, testMap.count(StringRef(testKeyFirst, testKeyLength))); in assertEmptyMap() 47 EXPECT_EQ(0u, testMap.count(testKeyStr)); in assertEmptyMap() 48 EXPECT_TRUE(testMap in assertEmptyMap() [all...] |
/llvm-project/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/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/clang/test/Analysis/inlining/ |
H A D | false-positive-suppression.cpp | 70 void testMap(Map &m, int i) { in testMap() function
|