Searched refs:input_begin (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 70 A = *A->input_begin(); in createInvocationFromCommandLine()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 100 A = *A->input_begin(); in getCC1Arguments() 114 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in getCC1Arguments()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Driver.cpp | 1972 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}"; 4403 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor() 4598 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache() 4622 return BuildJobsForAction(C, *BA->input_begin(), TC, BoundArch, in BuildJobsForActionNoCache() 4628 return BuildJobsForAction(C, *AA->input_begin(), TC, BoundArch, in BuildJobsForActionNoCache() 5400 !types::isAcceptedByClang((*JA.input_begin())->getType())) in ShouldUseClangCompiler() 5414 !types::isFortran((*JA.input_begin())->getType())) in ShouldUseFlangCompiler()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1137 input_iterator input_begin() const { return Inputs.begin(); }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1814 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 372 It = std::copy(B.input_begin(), B.input_end(), It); in populateBundleOperandInfos()
|