Home
last modified time | relevance | path

Searched refs:FixedMatchEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp211 size_t FixedMatchEnd = PatternStr.find("{{"); in ParsePattern() local
212 FixedMatchEnd = std::min(FixedMatchEnd, PatternStr.find("[[")); in ParsePattern()
213 RegExStr += Regex::escape(PatternStr.substr(0, FixedMatchEnd)); in ParsePattern()
214 PatternStr = PatternStr.substr(FixedMatchEnd); in ParsePattern()