Home | History | Annotate | Download | only in FileCheck

Lines Matching full:inputfilename

41 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"),
1044 MemoryBuffer::getFileOrSTDIN(InputFilename, File)) {
1045 errs() << "Could not open input file '" << InputFilename << "': "
1051 errs() << "FileCheck error: '" << InputFilename << "' is empty.\n";