Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp307 const DWARFDebugLine::LineTable *Expected2 = *ExpectedLineTable2; local
308 checkDefaultPrologue(Version, Format, Expected2->Prologue, 32);
309 EXPECT_EQ(Expected2->Sequences.size(), 2u);
311 EXPECT_NE(Expected, Expected2);
327 EXPECT_EQ(Expected2, *ExpectedLineTable4);
378 const DWARFDebugLine::LineTable *Expected2 = *ExpectedLineTable2; local
379 checkDefaultPrologue(Version, Format, Expected2->Prologue, 32);
380 EXPECT_EQ(Expected2->Sequences.size(), 2u);
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringTest.cpp521 std::string Expected2 = "int x =\n" in TEST_F() local
545 EXPECT_EQ(Expected2, Context.getRewrittenText(ID2)); in TEST_F()