Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2201 size_t MatchPos = MatchResult.TheMatch->Pos; in Check() local
2203 FirstMatchPos = LastPos + MatchPos; in Check()
2206 LastMatchEnd += MatchPos + MatchResult.TheMatch->Len; in Check()
2214 size_t MatchPos = FirstMatchPos - LastPos; in Check() local
2365 size_t MatchLen = 0, MatchPos = StartPos; in CheckDag() local
2370 StringRef MatchBuffer = Buffer.substr(MatchPos); in CheckDag()
2386 MatchPos += MatchResult.TheMatch->Pos; in CheckDag()
2387 MatchRange M{MatchPos, MatchPos + MatchLen}; in CheckDag()
2434 MatchPos = MI->End; in CheckDag()
2714 size_t MatchPos = in checkInput() local
[all …]
H A DFileCheckImpl.h692 MatchResult(size_t MatchPos, size_t MatchLen, Error E) in MatchResult()
693 : TheMatch(Match{MatchPos, MatchLen}), TheError(std::move(E)) {} in MatchResult()