Searched defs:MatchPos (Results 1 – 4 of 4) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | FileCheck.cpp | 1276 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
|
| /external/llvm/utils/FileCheck/ |
| D | FileCheck.cpp | 1082 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
|
| /external/llvm-project/llvm/lib/FileCheck/ |
| D | FileCheck.cpp | 1968 int MatchedCount, StringRef Buffer, size_t MatchPos, in PrintMatch() 2011 StringRef Buffer, size_t MatchPos, size_t MatchLen, in PrintMatch() 2147 size_t MatchPos = *MatchResult; in Check() local 2162 size_t MatchPos = FirstMatchPos - LastPos; in Check() local 2317 size_t MatchLen = 0, MatchPos = StartPos; in CheckDag() local 2692 size_t MatchPos = in checkInput() local
|
| /external/llvm-project/clang-tools-extra/clangd/unittests/ |
| D | ClangdTests.cpp | 138 auto MatchPos = Matches[0].data() - Pending.data(); in replacePtrsInDump() local
|