Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp2047 int MatchedCount, StringRef Buffer, in printMatch() argument
2087 Message += formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in printMatch()
2117 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch() argument
2180 formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in printNoMatch()
2200 int MatchedCount, StringRef Buffer, in reportMatchResult() argument
2205 return printMatch(ExpectedMatch, SM, Prefix, Loc, Pat, MatchedCount, Buffer, in reportMatchResult()
2207 return printNoMatch(ExpectedMatch, SM, Prefix, Loc, Pat, MatchedCount, Buffer, in reportMatchResult()