Searched refs:input_begin (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Action.h | 156 input_iterator input_begin() { return Inputs.begin(); } in input_begin() function 158 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs() 159 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() function 162 return input_const_range(input_begin(), input_end()); in inputs()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 84 A = *A->input_begin(); in createInvocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 102 A = *A->input_begin(); in ignoreExtraCC1Commands() 116 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in ignoreExtraCC1Commands()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2676 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}"; 5693 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor() 5934 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache() 6996 !types::isAcceptedByClang((*JA.input_begin())->getType())) in ShouldUseClangCompiler() 7011 !types::isAcceptedByFlang((*JA.input_begin())->getType())) in ShouldUseFlangCompiler()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1089 input_iterator input_begin() const { return Inputs.begin(); }
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1863 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 520 It = std::copy(B.input_begin(), B.input_end(), It); in populateBundleOperandInfos()
|