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