Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp423 StringRef RegExToMatch = RegExStr; in Match() local
453 RegExToMatch = TmpStr; in Match()
458 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp624 StringRef RegExToMatch = RegExStr; in match() local
648 RegExToMatch = TmpStr; in match()
655 if (!Regex(RegExToMatch, Flags).match(Buffer, &MatchInfo)) in match()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1203 StringRef RegExToMatch = RegExStr; in match() local
1237 RegExToMatch = TmpStr; in match()
1244 if (!Regex(RegExToMatch, Flags).match(Buffer, &MatchInfo)) in match()