Searched refs:ExpectedStr (Results 1 – 7 of 7) sorted by relevance
127 auto ExpectedStr = getStringForID(ID); in getIDForString() local128 if (!ExpectedStr) in getIDForString()129 return ExpectedStr.takeError(); in getIDForString()131 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()
101 const char *ExpectedStr = R"(digraph VPlan { in TEST_F() local134 EXPECT_EQ(ExpectedStr, FullDump); in TEST_F()
705 const char *ExpectedStr = R"(digraph VPlan { in TEST() local726 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()
1411 auto ExpectedStr = Strings.getStringForID(A.first); in dumpTpiStream() local1413 if (ExpectedStr) in dumpTpiStream()1414 P.formatLine("`{0}` -> {1}", *ExpectedStr, TI); in dumpTpiStream()1417 consumeError(ExpectedStr.takeError()); in dumpTpiStream()
186 template <class T> void checkMatchingString(T Val, StringRef ExpectedStr) { in checkMatchingString()191 EXPECT_EQ(*MatchingString, ExpectedStr); in checkMatchingString()