Searched refs:AllowEmptyInput (Results 1 – 2 of 2) sorted by relevance
76 static cl::opt<bool> AllowEmptyInput(793 Req.AllowEmptyInput = AllowEmptyInput; in main()857 if (InputFile.getBufferSize() == 0 && !AllowEmptyInput) { in main()
33 bool AllowEmptyInput = false; member