/external/chromium_org/tools/gn/ |
H A D | input_file.cc | 9 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 D | input_file.h | 16 class InputFile { class 18 InputFile(const SourceFile& name); 20 ~InputFile(); 62 DISALLOW_COPY_AND_ASSIGN(InputFile);
|
H A D | location.h | 10 class InputFile; 16 Location(const InputFile* file, int line_number, int char_offset); 18 const InputFile* file() const { return file_; } 32 const InputFile* file_; // Null when unset.
|
H A D | tokenizer.h | 15 class InputFile; 19 static std::vector<Token> Tokenize(const InputFile* input_file, Err* err); 44 // InputFile must outlive the tokenizer and all generated tokens. 45 explicit Tokenizer(const InputFile* input_file, Err* err); 77 const InputFile* input_file_;
|
H A D | input_file_manager.h | 35 // InputFile objects must never be deleted while the program is running since 80 InputFile file; 106 InputFile* file); 112 InputFile* file,
|
H A D | setup.h | 24 class InputFile; 111 scoped_ptr<InputFile> dotfile_input_file_; 118 scoped_ptr<InputFile> args_input_file_;
|
H A D | tokenizer_unittest.cc | 19 InputFile input_file(SourceFile("/test")); 39 InputFile empty_string_input(SourceFile("/test")); 46 InputFile whitespace_input(SourceFile("/test")); 135 InputFile input(SourceFile("/test")); 146 InputFile input(SourceFile("/test"));
|
H A D | scope_unittest.cc | 16 InputFile input_file(SourceFile("//foo"));
|
H A D | parser_unittest.cc | 15 bool GetTokens(const InputFile* input, std::vector<Token>* result) { 24 InputFile input_file(SourceFile("/test")); 40 InputFile input_file(SourceFile("/test")); 57 InputFile input_file(SourceFile("/test")); 75 InputFile input_file(SourceFile("/test"));
|
H A D | location.cc | 17 Location::Location(const InputFile* file, int line_number, int char_offset)
|
H A D | loader_unittest.cc | 44 scoped_ptr<InputFile> input_file; 74 canned->input_file.reset(new InputFile(source_file));
|
H A D | input_conversion.cc | 27 // the temporary InputFile which won't exist when the error is propogated 55 InputFile input_file(empty_source_for_most_vexing_parse);
|
H A D | target.h | 24 class InputFile;
|
H A D | input_file_manager.cc | 188 InputFile* file) { 197 InputFile* file,
|
H A D | tokenizer.cc | 72 Tokenizer::Tokenizer(const InputFile* input_file, Err* err) 85 std::vector<Token> Tokenizer::Tokenize(const InputFile* input_file, Err* err) {
|
H A D | command_args.cc | 62 const InputFile* file = location.file();
|
H A D | setup.cc | 247 args_input_file_.reset(new InputFile(SourceFile())); 333 dotfile_input_file_.reset(new InputFile(SourceFile("//.gn")));
|
/external/clang/include/clang/Serialization/ |
H A D | Module.h | 61 class InputFile { class in namespace:clang::serialization 69 InputFile() {} function in class:clang::serialization::InputFile 70 InputFile(const FileEntry *File, function in class:clang::serialization::InputFile 178 std::vector<InputFile> InputFilesLoaded;
|
/external/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 183 const std::string &InputFile, 196 const std::string &InputFile, 230 InputFile, OutputFile, OutputFile, 304 const std::string &InputFile, 360 const std::string &InputFile, 373 const std::string &InputFile, 395 &ProgramArgs[0], InputFile, OutputFile, 527 const std::string &InputFile, 545 InputFile, OutputFile, Error, GCCArgs, 589 const std::string &InputFile, 194 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 302 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 = std::vector<std::string>(), const std::vector<std::string> &SharedLibs = std::vector<std::string>(), unsigned Timeout = 0, unsigned MemoryLimit = 0) argument 371 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 525 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 601 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 673 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 822 MakeSharedObject(const std::string &InputFile, FileType fileType, std::string &OutputFile, const std::vector<std::string> &ArgsForGCC, std::string &Error) argument [all...] |
H A D | ToolRunner.h | 56 /// arguments. Standard input is specified with InputFile, and standard 64 const std::string &InputFile, 75 int MakeSharedObject(const std::string &InputFile, FileType fileType, 138 const std::string &InputFile, 176 const std::string &InputFile,
|
/external/opencv/otherlibs/highgui/ |
H A D | grfmt_exr.h | 76 InputFile *m_file;
|
/external/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 169 StringRef InputFile = Input.getFile(); local 184 ASTUnit *AST = ASTUnit::LoadFromASTFile(InputFile, Diags, 203 if (!BeginSourceFileAction(CI, InputFile)) 207 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile)); 230 if (!BeginSourceFileAction(CI, InputFile)) 276 if (!BeginSourceFileAction(CI, InputFile)) 285 CreateWrappedASTConsumer(CI, InputFile));
|
H A D | ChainedIncludesSource.cpp | 90 FrontendInputFile InputFile(includes[i], IK); 91 CInvok->getFrontendOpts().Inputs.push_back(InputFile); 150 if (!Clang->InitializeSourceManager(InputFile))
|
/external/llvm/tools/lli/ |
H A D | lli.cpp | 62 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-")); 313 Module *Mod = ParseIRFile(InputFile, Err, Context); 426 InputFile = FakeArgv0; 430 if (StringRef(InputFile).endswith(".bc")) 431 InputFile.erase(InputFile.length() - 3); 435 InputArgv.insert(InputArgv.begin(), InputFile);
|
/external/clang/tools/driver/ |
H A D | cc1as_main.cpp | 97 std::string InputFile; member in struct:__anon17550::AssemblerInvocation 130 InputFile = "-"; 201 Opts.InputFile = A->getValue(); 275 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Opts.InputFile, BufferPtr)) { 277 Diags.Report(diag::err_fe_error_reading) << Opts.InputFile;
|