Home
last modified time | relevance | path

Searched refs:testValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/cpp/gmodules/
H A DTestWithModuleDebugging.py49 testValue = frame.EvaluateExpression("test")
51 testValue.GetError().Success(),
53 (testValue.GetError().GetCString()))
55 testValue.GetTypeName(), "IntContainer",
62 (testValue.GetError().GetCString()))
71 testValue = frame.EvaluateExpression("bar")
73 testValue.GetError().Success(),
75 (testValue.GetError().GetCString()))
77 testValue.GetTypeName(), "Foo::Bar",
80 memberValue = testValue.GetChildMemberWithName("i")
[all …]
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStringMapTest.cpp30 static const uint32_t testValue; member in __anon7df7ecd90111::StringMapTest
62 EXPECT_EQ(testValue, it->second); in assertSingleItemMap()
78 const uint32_t StringMapTest::testValue = 1u; member in __anon7df7ecd90111::StringMapTest
128 testMap[testKey] = testValue; in TEST_F()
134 testMap[testKey] = testValue; in TEST_F()
141 testMap[testKey] = testValue; in TEST_F()
148 testMap[testKey] = testValue; in TEST_F()
155 testMap[testKey] = testValue; in TEST_F()
265 EXPECT_EQ(testValue, testMap[testKeyFirst]); in TEST_F()
267 EXPECT_EQ(testValue, NewIt->second); in TEST_F()
[all …]