Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2013 static Error printMatch(bool ExpectedMatch, const SourceMgr &SM, in printMatch() argument
2020 bool HasError = !ExpectedMatch || MatchResult.TheError; in printMatch()
2034 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch()
2052 (ExpectedMatch ? "expected" : "excluded")) in printMatch()
2057 Loc, ExpectedMatch ? SourceMgr::DK_Remark : SourceMgr::DK_Error, Message); in printMatch()
2083 static Error printNoMatch(bool ExpectedMatch, const SourceMgr &SM, in printNoMatch() argument
2089 bool HasError = ExpectedMatch; in printNoMatch()
2091 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
2144 (ExpectedMatch ? "expected" : "excluded")) in printNoMatch()
2150 ExpectedMatch ? SourceMgr::DK_Error : SourceMgr::DK_Remark, in printNoMatch()
[all …]