Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h150 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 DCreateInvocationFromCommandLine.cpp70 A = *A->input_begin(); in createInvocationFromCommandLine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp100 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 DDriver.cpp1972 << 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 DInstrTypes.h1137 input_iterator input_begin() const { return Inputs.begin(); }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1814 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp372 It = std::copy(B.input_begin(), B.input_end(), It); in populateBundleOperandInfos()