Home | History | Annotate | Download | only in FileCheck

Lines Matching full:inputfilename

42 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"),
1336 MemoryBuffer::getFileOrSTDIN(InputFilename);
1338 errs() << "Could not open input file '" << InputFilename
1345 errs() << "FileCheck error: '" << InputFilename << "' is empty.\n";