Home
last modified time | relevance | path

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

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