Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/FileCheck/
H A DFileCheck.h41 bool EnableVarScope = false; member
/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp93 static cl::opt<bool> EnableVarScope(
798 Req.EnableVarScope = EnableVarScope; in main()
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp2833 if (i != 0 && Req.EnableVarScope) in checkInput()