Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1893 for (StringRef PatternString : Req.ImplicitCheckNot) { in readCheckFile() local
1899 (Prefix + PatternString + Suffix).str(), "command line"); in readCheckFile()
1902 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size()); in readCheckFile()