Searched refs:input_begin (Results 1 – 13 of 13) 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/llvm-project/clang/include/clang/Driver/ |
D | Action.h | 150 input_iterator input_begin() { return Inputs.begin(); } in input_begin() function 152 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs() 153 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() function 156 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/llvm-project/clang/lib/Frontend/ |
D | CreateInvocationFromCommandLine.cpp | 70 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-project/clang/lib/Tooling/ |
D | Tooling.cpp | 100 A = *A->input_begin(); in getCC1Arguments() 114 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in getCC1Arguments()
|
/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/llvm-project/clang/lib/Driver/ |
D | Driver.cpp | 1911 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}"; 4268 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor() 4463 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache() 5252 !types::isAcceptedByClang((*JA.input_begin())->getType())) in ShouldUseClangCompiler() 5266 !types::isFortran((*JA.input_begin())->getType())) in ShouldUseFlangCompiler()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1078 input_iterator input_begin() const { return Inputs.begin(); }
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1137 input_iterator input_begin() const { return Inputs.begin(); }
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2319 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 360 It = std::copy(B.input_begin(), B.input_end(), It); in populateBundleOperandInfos()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 369 It = std::copy(B.input_begin(), B.input_end(), It); in populateBundleOperandInfos()
|