Home
last modified time | relevance | path

Searched defs:MatchPos (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp1276 int MatchedCount, StringRef Buffer, size_t MatchPos, in PrintMatch()
1313 StringRef Buffer, size_t MatchPos, size_t MatchLen, in PrintMatch()
1446 size_t MatchPos = *MatchResult; in Check() local
1461 size_t MatchPos = FirstMatchPos - LastPos; in Check() local
1615 size_t MatchLen = 0, MatchPos = StartPos; in CheckDag() local
1956 size_t MatchPos = in checkInput() local
/aosp_15_r20/external/llvm/utils/FileCheck/
H A DFileCheck.cpp1082 size_t MatchPos = Pat.Match(MatchBuffer, MatchLen, VariableTable); in Check() local
1222 size_t MatchLen = 0, MatchPos; in CheckDag() local
1399 size_t MatchPos = CheckStr.Check(SM, CheckRegion, false, MatchLen, in main() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheck.cpp2303 size_t MatchPos = MatchResult.TheMatch->Pos; in Check() local
2316 size_t MatchPos = FirstMatchPos - LastPos; in Check() local
2463 size_t MatchLen = 0, MatchPos = StartPos; in CheckDag() local
2843 size_t MatchPos = in checkInput() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/base/
Dhashdebug.go269 func (d *HashDebug) MatchPos(pos src.XPos, desc func() string) bool { func