Searched refs:input_begin (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Driver/ |
D | Action.h | 119 input_iterator input_begin() { return Inputs.begin(); } in input_begin() function 121 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs() 122 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() function 125 return input_const_range(input_begin(), input_end()); in inputs()
|
/external/clang/lib/Frontend/ |
D | CreateInvocationFromCommandLine.cpp | 73 A = *A->input_begin(); in createInvocationFromCommandLine()
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 1024 << PrintActions1(C, *BIA->input_begin(), Ids) << "}"; in PrintActions1() 1029 os << "{" << PrintActions1(C, *CDA->input_begin(), Ids) << "}"; in PrintActions1() 1033 os << "{" << PrintActions1(C, *CHA->input_begin(), Ids) << "}" in PrintActions1() 1916 CHA ? *CHA->input_begin() : *BackendInputs->begin()); in selectToolForJob() 1946 cast<CompileJobAction>(CHA ? *CHA->input_begin() : *Inputs->begin()); in selectToolForJob() 2018 A = *CHA->input_begin(); in BuildJobsForActionNoCache() 2044 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache() 2052 C, *CDA->input_begin(), C.getSingleOffloadToolChain<Action::OFK_Cuda>(), in BuildJobsForActionNoCache() 2572 !types::isAcceptedByClang((*JA.input_begin())->getType())) in ShouldUseClangCompiler()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1261 input_iterator input_begin() const { return Inputs.begin(); } 1604 It = std::copy(B.input_begin(), B.input_end(), It);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1295 input_iterator input_begin() const { return Inputs.begin(); } 1650 It = std::copy(B.input_begin(), B.input_end(), It);
|