Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp78 static cl::opt<bool> AllowEmptyInput(
796 Req.AllowEmptyInput = AllowEmptyInput; in main()
860 if (InputFile.getBufferSize() == 0 && !AllowEmptyInput) { in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h36 bool AllowEmptyInput = false; member