Searched refs:MatchedCount (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 2078 int MatchedCount, StringRef Buffer, in printMatch() argument 2118 Message += formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in printMatch() 2148 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch() argument 2211 formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in printNoMatch() 2231 int MatchedCount, StringRef Buffer, in reportMatchResult() argument 2236 return printMatch(ExpectedMatch, SM, Prefix, Loc, Pat, MatchedCount, Buffer, in reportMatchResult() 2238 return printNoMatch(ExpectedMatch, SM, Prefix, Loc, Pat, MatchedCount, Buffer, in reportMatchResult()
|