Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1974 static Error printMatch(bool ExpectedMatch, const SourceMgr &SM, in printMatch() argument
1981 bool HasError = !ExpectedMatch || MatchResult.TheError; in printMatch()
1995 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch()
2013 (ExpectedMatch ? "expected" : "excluded")) in printMatch()
2044 static Error printNoMatch(bool ExpectedMatch, const SourceMgr &SM, in printNoMatch() argument
2050 bool HasError = ExpectedMatch; in printNoMatch()
2052 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
2105 (ExpectedMatch ? "expected" : "excluded")) in printNoMatch()
2111 ExpectedMatch ? SourceMgr::DK_Error : SourceMgr::DK_Remark, in printNoMatch()
2120 if (ExpectedMatch) in printNoMatch()
[all …]