Searched refs:MatchLen (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp106 /// there is a match, the size of the matched string is returned in MatchLen.
110 size_t Match(StringRef Buffer, size_t &MatchLen,
380 /// there is a match, the size of the matched string is returned in MatchLen.
381 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen, argument
385 MatchLen = 0;
391 MatchLen = FixedStr.size();
449 MatchLen = FullMatch.size();
614 size_t &MatchLen, StringMap<StringRef> &VariableTable) const;
855 bool IsLabel, size_t &MatchLen,
869 size_t MatchPos = Pat.Match(MatchBuffer, MatchLen, VariableTabl
854 Check(const SourceMgr &SM, StringRef Buffer, bool IsLabel, size_t &MatchLen, StringMap<StringRef> &VariableTable) const argument
937 size_t MatchLen = 0; local
976 size_t MatchLen = 0, MatchPos; local
1103 size_t MatchLen = 0; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm108 ; MatchLen : unused
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm146 ; MatchLen : unused

Completed in 288 milliseconds