Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1978 int MatchedCount, StringRef Buffer, in printMatch() argument
2018 Message += formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in printMatch()
2048 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch() argument
2111 formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in printNoMatch()
2131 int MatchedCount, StringRef Buffer, in reportMatchResult() argument
2136 return printMatch(ExpectedMatch, SM, Prefix, Loc, Pat, MatchedCount, Buffer, in reportMatchResult()
2138 return printNoMatch(ExpectedMatch, SM, Prefix, Loc, Pat, MatchedCount, Buffer, in reportMatchResult()