Home
last modified time | relevance | path

Searched refs:testMap (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DStringMapTest.cpp27 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 Diterator_types.pass.cpp19 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 Dbytemap_test.cpp16 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 Dfalse-positive-suppression.cpp70 void testMap(Map &m, int i) { in testMap() function