Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp396 StringRef RegExToMatch = RegExStr; in Match() local
426 RegExToMatch = TmpStr; in Match()
431 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match()