Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1276 int MatchedCount, StringRef Buffer, size_t MatchPos, in PrintMatch() argument
1302 Message += formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in PrintMatch()
1312 const FileCheckString &CheckStr, int MatchedCount, in PrintMatch() argument
1317 MatchedCount, Buffer, MatchPos, MatchLen, Req, Diags); in PrintMatch()
1322 int MatchedCount, StringRef Buffer, in PrintNoMatch() argument
1364 Message += formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in PrintNoMatch()
1379 const FileCheckString &CheckStr, int MatchedCount, in PrintNoMatch() argument
1383 MatchedCount, Buffer, VerboseVerbose, Diags, in PrintNoMatch()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1968 int MatchedCount, StringRef Buffer, size_t MatchPos, in PrintMatch() argument
1999 Message += formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in PrintMatch()
2010 const FileCheckString &CheckStr, int MatchedCount, in PrintMatch() argument
2015 MatchedCount, Buffer, MatchPos, MatchLen, Req, Diags); in PrintMatch()
2020 int MatchedCount, StringRef Buffer, in PrintNoMatch() argument
2065 Message += formatv(" ({0} out of {1})", MatchedCount, Pat.getCount()).str(); in PrintNoMatch()
2080 const FileCheckString &CheckStr, int MatchedCount, in PrintNoMatch() argument
2084 MatchedCount, Buffer, VerboseVerbose, Diags, in PrintNoMatch()