Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp293 StringRef RegExToMatch = RegExStr; in Match() local
323 RegExToMatch = TmpStr; in Match()
327 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match()