Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2240 size_t MatchPos = MatchResult.TheMatch->Pos; in Check() local
2242 FirstMatchPos = LastPos + MatchPos; in Check()
2245 LastMatchEnd += MatchPos + MatchResult.TheMatch->Len; in Check()
2253 size_t MatchPos = FirstMatchPos - LastPos; in Check() local
2255 StringRef SkippedRegion = Buffer.substr(LastPos, MatchPos); in Check()
2261 Pat.getCheckTy(), MatchBuffer, MatchPos, MatchLen, in Check()
2270 Pat.getCheckTy(), MatchBuffer, MatchPos, MatchLen, in Check()
2404 size_t MatchLen = 0, MatchPos = StartPos; in CheckDag() local
2409 StringRef MatchBuffer = Buffer.substr(MatchPos); in CheckDag()
2425 MatchPos += MatchResult.TheMatch->Pos; in CheckDag()
[all …]
H A DFileCheckImpl.h716 MatchResult(size_t MatchPos, size_t MatchLen, Error E) in MatchResult()
717 : TheMatch(Match{MatchPos, MatchLen}), TheError(std::move(E)) {} in MatchResult()