Lines Matching refs:ExpectedMatch
1966 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() argument
1972 if (ExpectedMatch) { in PrintMatch()
1982 FileCheckDiag::MatchType MatchTy = ExpectedMatch in PrintMatch()
1996 (ExpectedMatch ? "expected" : "excluded")) in PrintMatch()
2002 Loc, ExpectedMatch ? SourceMgr::DK_Remark : SourceMgr::DK_Error, Message); in PrintMatch()
2009 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() argument
2014 PrintMatch(ExpectedMatch, SM, CheckStr.Prefix, CheckStr.Loc, CheckStr.Pat, in PrintMatch()
2018 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch() argument
2025 if (!ExpectedMatch) { in PrintNoMatch()
2039 FileCheckDiag::MatchType MatchTy = ExpectedMatch in PrintNoMatch()
2062 (ExpectedMatch ? "expected" : "excluded")) in PrintNoMatch()
2067 Loc, ExpectedMatch ? SourceMgr::DK_Error : SourceMgr::DK_Remark, Message); in PrintNoMatch()
2075 if (ExpectedMatch) in PrintNoMatch()
2079 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch() argument
2083 PrintNoMatch(ExpectedMatch, SM, CheckStr.Prefix, CheckStr.Loc, CheckStr.Pat, in PrintNoMatch()