Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2272 size_t MatchPos = MatchResult.TheMatch->Pos; in Check() local
2274 FirstMatchPos = LastPos + MatchPos; in Check()
2277 LastMatchEnd += MatchPos + MatchResult.TheMatch->Len; in Check()
2285 size_t MatchPos = FirstMatchPos - LastPos; in Check() local
2432 size_t MatchLen = 0, MatchPos = StartPos; in CheckDag() local
2437 StringRef MatchBuffer = Buffer.substr(MatchPos); in CheckDag()
2453 MatchPos += MatchResult.TheMatch->Pos; in CheckDag()
2454 MatchRange M{MatchPos, MatchPos + MatchLen}; in CheckDag()
2501 MatchPos = MI->End; in CheckDag()
2811 size_t MatchPos = in checkInput() local
[all …]
H A DFileCheckImpl.h741 MatchResult(size_t MatchPos, size_t MatchLen, Error E) in MatchResult()
742 : TheMatch(Match{MatchPos, MatchLen}), TheError(std::move(E)) {} in MatchResult()