Searched defs:MatchLen (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/FileCheck/
H A DFileCheck.cpp86 /// there is a match, the size of the matched string is returned in MatchLen.
90 size_t Match(StringRef Buffer, size_t &MatchLen,
281 /// there is a match, the size of the matched string is returned in MatchLen.
282 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen, argument
286 MatchLen = 0;
292 MatchLen = FixedStr.size();
343 MatchLen = FullMatch.size();
692 size_t MatchLen = 0; local
693 size_t MatchPos = CheckStr.Pat.Match(Buffer, MatchLen, VariableTable);
740 size_t MatchLen local
[all...]
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp146 /// there is a match, the size of the matched string is returned in MatchLen.
150 size_t Match(StringRef Buffer, size_t &MatchLen,
404 /// there is a match, the size of the matched string is returned in MatchLen.
405 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen, argument
409 MatchLen = 0;
415 MatchLen = FixedStr.size();
471 MatchLen = FullMatch.size();
640 size_t &MatchLen, StringMap<StringRef> &VariableTable) const;
1064 bool IsLabelScanMode, size_t &MatchLen,
1082 size_t MatchPos = Pat.Match(MatchBuffer, MatchLen, VariableTabl
1063 Check(const SourceMgr &SM, StringRef Buffer, bool IsLabelScanMode, size_t &MatchLen, StringMap<StringRef> &VariableTable) const argument
1185 size_t MatchLen = 0; local
1222 size_t MatchLen = 0, MatchPos; local
1398 size_t MatchLen = 0; local
[all...]

Completed in 135 milliseconds