Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1790 for (StringRef PatternString : Req.ImplicitCheckNot) { in readCheckFile() local
1796 (Prefix + PatternString + Suffix).str(), "command line"); in readCheckFile()
1799 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size()); in readCheckFile()