Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h39 bool MatchFullLines = false; member
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp803 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern()
808 if (!(Req.NoCanonicalizeWhiteSpace && Req.MatchFullLines)) in parsePattern()
1922 if (!(Req.NoCanonicalizeWhiteSpace && Req.MatchFullLines)) in readCheckFile()