Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1436 size_t CurrentMatchLen; in Check() local
1438 Expected<size_t> MatchResult = Pat.match(MatchBuffer, CurrentMatchLen, SM); in Check()
1447 PrintMatch(true, SM, *this, i, MatchBuffer, MatchPos, CurrentMatchLen, Req, in Check()
1453 LastMatchEnd += MatchPos + CurrentMatchLen; in Check()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp2137 size_t CurrentMatchLen; in Check() local
2139 Expected<size_t> MatchResult = Pat.match(MatchBuffer, CurrentMatchLen, SM); in Check()
2148 PrintMatch(true, SM, *this, i, MatchBuffer, MatchPos, CurrentMatchLen, Req, in Check()
2154 LastMatchEnd += MatchPos + CurrentMatchLen; in Check()