Searched defs:MatchLen (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 405 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen, in Match() 1064 bool IsLabelScanMode, size_t &MatchLen, in Check() 1185 size_t MatchLen = 0; in CheckNot() local 1222 size_t MatchLen = 0, MatchPos; in CheckDag() local 1398 size_t MatchLen = 0; in main() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 602 Expected<size_t> Pattern::match(StringRef Buffer, size_t &MatchLen, in match() 1277 size_t MatchLen, const FileCheckRequest &Req, in PrintMatch() 1313 StringRef Buffer, size_t MatchPos, size_t MatchLen, in PrintMatch() 1411 bool IsLabelScanMode, size_t &MatchLen, in Check() 1560 size_t MatchLen = 0; in CheckNot() local 1615 size_t MatchLen = 0, MatchPos = StartPos; in CheckDag() local 1955 size_t MatchLen = 0; in checkInput() local
|
/external/llvm-project/llvm/lib/FileCheck/ |
D | FileCheck.cpp | 1181 Expected<size_t> Pattern::match(StringRef Buffer, size_t &MatchLen, in match() 1969 size_t MatchLen, const FileCheckRequest &Req, in PrintMatch() 2011 StringRef Buffer, size_t MatchPos, size_t MatchLen, in PrintMatch() 2112 bool IsLabelScanMode, size_t &MatchLen, in Check() 2262 size_t MatchLen = 0; in CheckNot() local 2317 size_t MatchLen = 0, MatchPos = StartPos; in CheckDag() local 2691 size_t MatchLen = 0; in checkInput() local
|
/external/llvm-project/llvm/unittests/FileCheck/ |
D | FileCheckTest.cpp | 991 size_t MatchLen; in match() local 1594 size_t MatchLen; in TEST_F() local
|