Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1135 StringRef RegExToMatch = RegExStr; in match() local
1180 RegExToMatch = TmpStr; in match()
1187 if (!Regex(RegExToMatch, Flags).match(Buffer, &MatchInfo)) in match()