Home
last modified time | relevance | path

Searched refs:input_begin (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h155 input_iterator input_begin() { return Inputs.begin(); } in input_begin() function
157 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs()
158 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() function
161 return input_const_range(input_begin(), input_end()); in inputs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp77 A = *A->input_begin(); in createInvocation()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp105 A = *A->input_begin(); in ignoreExtraCC1Commands()
119 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in ignoreExtraCC1Commands()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2375 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";
5346 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor()
5586 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache()
6571 !types::isAcceptedByClang((*JA.input_begin())->getType())) in ShouldUseClangCompiler()
6586 !types::isAcceptedByFlang((*JA.input_begin())->getType())) in ShouldUseFlangCompiler()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1209 input_iterator input_begin() const { return Inputs.begin(); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1861 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp491 It = std::copy(B.input_begin(), B.input_end(), It); in populateBundleOperandInfos()