Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DAction.h154 input_iterator input_begin() { return Inputs.begin(); } in input_begin() function
156 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs()
157 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() function
160 return input_const_range(input_begin(), input_end()); in inputs()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp77 A = *A->input_begin(); in createInvocation()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp104 A = *A->input_begin(); in ignoreExtraCC1Commands()
118 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in ignoreExtraCC1Commands()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp2270 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";
5092 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor()
5301 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache()
6255 !types::isAcceptedByClang((*JA.input_begin())->getType())) in ShouldUseClangCompiler()
6270 !types::isAcceptedByFlang((*JA.input_begin())->getType())) in ShouldUseFlangCompiler()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h1157 input_iterator input_begin() const { return Inputs.begin(); }
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1890 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp436 It = std::copy(B.input_begin(), B.input_end(), It); in populateBundleOperandInfos()