Searched refs:input_begin (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Action.h | 148 input_iterator input_begin() { return Inputs.begin(); } in input_begin() function 150 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs() 151 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() function 154 return input_const_range(input_begin(), input_end()); in inputs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 75 A = *A->input_begin(); in createInvocationFromCommandLine()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 1792 << PrintActions1(C, *BIA->input_begin(), Ids) << "}"; in PrintActions1() 3787 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor() 3982 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache() 4676 !types::isAcceptedByClang((*JA.input_begin())->getType())) in ShouldUseClangCompiler()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 987 input_iterator input_begin() const { return Inputs.begin(); }
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 339 It = std::copy(B.input_begin(), B.input_end(), It); in populateBundleOperandInfos()
|