Searched refs:ExpectedStr (Results 1 – 9 of 9) sorted by relevance
128 auto ExpectedStr = getStringForID(ID); in getIDForString() local129 if (!ExpectedStr) in getIDForString()130 return ExpectedStr.takeError(); in getIDForString()132 if (*ExpectedStr == Str) in getIDForString()
25 bool checkFlatten(const char *ScheduleStr, const char *ExpectedStr) { in checkFlatten() argument31 auto Expected = isl::union_map(Ctx, ExpectedStr); in checkFlatten()
97 const char *ExpectedStr = R"(digraph VPlan { in TEST_F() local129 EXPECT_EQ(ExpectedStr, FullDump); in TEST_F()
322 const char *ExpectedStr = R"(digraph VPlan { in TEST() local341 EXPECT_EQ(ExpectedStr, FullDump); in TEST()
661 auto ExpectedStr = Strings.getString(CMI.Header->ModuleNameOffset); in fromCodeViewSubsection() local662 if (!ExpectedStr) in fromCodeViewSubsection()663 return ExpectedStr.takeError(); in fromCodeViewSubsection()664 YCMI.ModuleName = *ExpectedStr; in fromCodeViewSubsection()
1514 auto ExpectedStr = Strings.getStringForID(A.first); in dumpTpiStream() local1516 if (ExpectedStr) in dumpTpiStream()1517 P.formatLine("`{0}` -> {1}", *ExpectedStr, TI); in dumpTpiStream()1520 consumeError(ExpectedStr.takeError()); in dumpTpiStream()
175 template <class T> void checkMatchingString(T Val, StringRef ExpectedStr) { in checkMatchingString()180 EXPECT_EQ(*MatchingString, ExpectedStr); in checkMatchingString()