Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp3587 DebugVariable DebugVariableB(VarB, NoneType(), nullptr); in TEST_F() local
3592 DebugVariableMap.insert({DebugVariableB, 6}); in TEST_F()
3597 EXPECT_EQ(DebugVariableMap.count(DebugVariableB), 1u); in TEST_F()
3602 EXPECT_EQ(DebugVariableMap.find(DebugVariableB)->second, 6u); in TEST_F()