Home
last modified time | relevance | path

Searched defs:VerboseVerbose (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h44 bool VerboseVerbose = false; member
/llvm-project/llvm/utils/FileCheck/
H A DFileCheck.cpp111 static cl::opt<bool> VerboseVerbose( variable
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2049 printNoMatch(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Error MatchError,bool VerboseVerbose,std::vector<FileCheckDiag> * Diags) printNoMatch() argument