Searched refs:InputFile (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/tools/gn/
H A Dinput_file.cc9 InputFile::InputFile(const SourceFile& name) function in class:InputFile
15 InputFile::~InputFile() {
18 void InputFile::SetContents(const std::string& c) {
23 bool InputFile::Load(const base::FilePath& system_path) {
H A Dc_include_iterator.h11 class InputFile;
20 // The InputFile pointed to must outlive this class.
21 CIncludeIterator(const InputFile* input);
38 const InputFile* input_file_;
H A Dinput_file.h16 class InputFile { class
18 InputFile(const SourceFile& name);
20 ~InputFile();
62 DISALLOW_COPY_AND_ASSIGN(InputFile);
H A Dlocation.h10 class InputFile;
16 Location(const InputFile* file, int line_number, int char_offset, int byte);
18 const InputFile* file() const { return file_; }
33 const InputFile* file_; // Null when unset.
H A Dtokenizer.h16 class InputFile;
20 static std::vector<Token> Tokenize(const InputFile* input_file, Err* err);
45 // InputFile must outlive the tokenizer and all generated tokens.
46 explicit Tokenizer(const InputFile* input_file, Err* err);
83 const InputFile* input_file_;
H A Dinput_file_manager.h35 // InputFile objects must never be deleted while the program is running since
83 InputFile** file,
101 InputFile file;
127 InputFile* file);
133 InputFile* file,
H A Dtest_with_scope.h70 const InputFile& input_file() const { return input_file_; }
75 InputFile input_file_;
H A Dsetup.h23 class InputFile;
171 scoped_ptr<InputFile> dotfile_input_file_;
182 scoped_ptr<InputFile> args_input_file_;
H A Dc_include_iterator_unittest.cc36 InputFile file(SourceFile("//foo.cc"));
69 InputFile file(SourceFile("//foo.cc"));
91 InputFile file(SourceFile("//foo.cc"));
118 InputFile file(SourceFile("//foo.cc"));
H A Dparser_unittest.cc15 bool GetTokens(const InputFile* input, std::vector<Token>* result) {
24 InputFile input_file(SourceFile("/test"));
42 InputFile input_file(SourceFile("/test"));
59 InputFile input_file(SourceFile("/test"));
77 InputFile input_file(SourceFile("/test"));
H A Dheader_checker.h21 class InputFile;
120 const InputFile& source_file,
H A Dinput_file_manager.cc26 InputFile* file,
236 InputFile** file,
268 InputFile* file) {
277 InputFile* file,
H A Dlocation.cc17 Location::Location(const InputFile* file,
H A Dtokenizer_unittest.cc19 InputFile input_file(SourceFile("/test"));
39 InputFile empty_string_input(SourceFile("/test"));
46 InputFile whitespace_input(SourceFile("/test"));
137 InputFile input(SourceFile("/test"));
H A Dloader_unittest.cc44 scoped_ptr<InputFile> input_file;
74 canned->input_file.reset(new InputFile(source_file));
H A Dscope_unittest.cc32 InputFile input_file(SourceFile("//foo"));
203 InputFile input_file(SourceFile("//foo"));
238 InputFile input_file(SourceFile("//foo"));
/external/clang/include/clang/Serialization/
H A DModule.h65 class InputFile { class in namespace:clang::serialization
74 InputFile() {} function in class:clang::serialization::InputFile
75 InputFile(const FileEntry *File, function in class:clang::serialization::InputFile
87 static InputFile getNotFound() {
88 InputFile File;
202 std::vector<InputFile> InputFilesLoaded;
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp184 const std::string &InputFile,
197 const std::string &InputFile,
231 InputFile, OutputFile, OutputFile,
305 const std::string &InputFile,
361 const std::string &InputFile,
374 const std::string &InputFile,
396 &ProgramArgs[0], InputFile, OutputFile,
528 const std::string &InputFile,
546 InputFile, OutputFile, Error, GCCArgs,
590 const std::string &InputFile,
195 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &GCCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
372 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &GCCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
526 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &ArgsForGCC, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
602 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &GCCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
674 ExecuteProgram(const std::string &ProgramFile, const std::vector<std::string> &Args, FileType fileType, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &ArgsForGCC, unsigned Timeout, unsigned MemoryLimit) argument
823 MakeSharedObject(const std::string &InputFile, FileType fileType, std::string &OutputFile, const std::vector<std::string> &ArgsForGCC, std::string &Error) argument
[all...]
H A DToolRunner.h56 /// arguments. Standard input is specified with InputFile, and standard
64 const std::string &InputFile,
75 int MakeSharedObject(const std::string &InputFile, FileType fileType,
140 const std::string &InputFile,
178 const std::string &InputFile,
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.h76 InputFile *m_file;
/external/clang/lib/Frontend/
H A DFrontendAction.cpp175 StringRef InputFile = Input.getFile(); local
190 ASTUnit *AST = ASTUnit::LoadFromASTFile(InputFile, Diags,
209 if (!BeginSourceFileAction(CI, InputFile))
213 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile));
245 if (!BeginSourceFileAction(CI, InputFile))
295 if (!BeginSourceFileAction(CI, InputFile))
309 CreateWrappedASTConsumer(CI, InputFile));
H A DChainedIncludesSource.cpp138 FrontendInputFile InputFile(includes[i], IK);
139 CInvok->getFrontendOpts().Inputs.push_back(InputFile);
194 if (!Clang->InitializeSourceManager(InputFile))
/external/llvm/tools/lli/
H A Dlli.cpp70 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-"));
401 Module *Mod = ParseIRFile(InputFile, Err, Context);
410 CacheName.append(InputFile);
578 InputFile = FakeArgv0;
582 if (StringRef(InputFile).endswith(".bc"))
583 InputFile.erase(InputFile.length() - 3);
587 InputArgv.insert(InputArgv.begin(), InputFile);
/external/chromium_org/third_party/webrtc/video/
H A Dreplay.cc109 static std::string InputFile() { function in namespace:webrtc::flags
222 test::RtpFileReader::kRtpDump, flags::InputFile()));
225 flags::InputFile()));
/external/clang/tools/driver/
H A Dcc1as_main.cpp100 std::string InputFile; member in struct:__anon19495::AssemblerInvocation
133 InputFile = "-";
215 Opts.InputFile = A->getValue();
288 MemoryBuffer::getFileOrSTDIN(Opts.InputFile);
292 return Diags.Report(diag::err_fe_error_reading) << Opts.InputFile;

Completed in 2298 milliseconds

12