Home
last modified time | relevance | path

Searched refs:param_end (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h183 param_iterator param_end() const { return ParameterList + NumParameters; } in param_end() function
192 for (param_iterator I = param_begin(), E = param_end(); I != E; ++I) in getParameterNum()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp30 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); in writeMacroDefinition()
H A DCGObjCRuntime.cpp433 for (auto i = method->param_begin(), e = method->param_end(); in destroyCalleeDestroyedArguments()
H A DCGVTables.cpp274 FunctionArgs.append(MD->param_begin(), MD->param_end()); in StartThunk()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h161 param_const_iterator param_end() const { return parameters().end(); } in param_end() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp101 P < F->param_end() && ArgIdx < CE->getNumArgs(); ++P, ++ArgIdx) { in visitCallExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h129 param_iterator param_end() const { return &ContainedTys[NumContainedTys]; } in param_end() function
131 return ArrayRef(param_begin(), param_end()); in params()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp109 E = param_end(); in isIdenticalTo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp210 oe = Overridden->param_end(); in CheckObjCMethodOverride()
212 ne = NewMethod->param_end(); in CheckObjCMethodOverride()
2597 IF = MethodDecl->param_begin(), EM = ImpMethodDecl->param_end(), in WarnConflictingTypedMethods()
2598 EF = MethodDecl->param_end(); in WarnConflictingTypedMethods()
2619 IF = Overridden->param_begin(), EM = Method->param_end(), in CheckConflictingOverridingMethod()
2620 EF = Overridden->param_end(); in CheckConflictingOverridingMethod()
2655 IF = MethodDecl->param_begin(), EM = ImpMethodDecl->param_end(), in WarnExactTypedMethods()
2656 EF = MethodDecl->param_end(); in WarnExactTypedMethods()
3282 li = left->param_begin(), le = left->param_end(), ri = right->param_begin(), in MatchTwoMethodDeclarations()
3283 re = right->param_end(); in MatchTwoMethodDeclarations()
[all …]
H A DSemaCodeComplete.cpp3410 MacroInfo::param_iterator A = MI->param_begin(), AEnd = MI->param_end(); in CreateCodeCompletionStringForMacro()
3689 PEnd = Method->param_end(); in createCodeCompletionStringForDecl()
7993 CurPEnd = CurMethod->param_end(), in AddSuperSendCompletion()
9732 PEnd = Method->param_end(); in CodeCompleteObjCMethodDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp122 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp584 ArgTys.append(CalleeFTy->param_begin(), CalleeFTy->param_end()); in getInvokeWrapper()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1478 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) { in AddCFAnnotations()
1530 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) { in migrateAddFunctionAnnotation()
1603 pe = MethodDecl->param_end(); pi != pe; ++pi, ++i) { in AddCFAnnotations()
1645 (MethodDecl->param_begin() == MethodDecl->param_end())) in migrateAddMethodAnnotation()
1662 pe = MethodDecl->param_end(); pi != pe; ++pi, ++i) { in migrateAddMethodAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp241 SmallVector<Type *> ArgTypes(FTy->param_begin(), FTy->param_end()); in inlinableVariadicFunctionType()
541 SmallVector<Type *> ArgTypes(FTy->param_begin(), FTy->param_end()); in deriveFixedArityReplacement()
H A DDeadArgumentElimination.cpp167 std::vector<Type *> Params(FTy->param_begin(), FTy->param_end()); in deleteDeadVarargs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2659 param_iterator param_end() { return parameters().end(); } in param_end() function
2661 param_const_iterator param_end() const { return parameters().end(); } in param_end() function
4566 param_iterator param_end() { return parameters().end(); } in param_end() function
4568 param_const_iterator param_end() const { return parameters().end(); } in param_end() function
4745 param_iterator param_end() const { return getParams() + NumParams; } in param_end() function
H A DDeclObjC.h358 param_const_iterator param_end() const { in param_end() function
363 param_iterator param_end() { return param_iterator(getParams() + NumParams); } in param_end() function
404 return llvm::map_iterator(param_end(), GetTypeFn()); in param_type_end()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp544 pe = macro_info->param_end(); in ForEachMacro()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp41 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); in PrintMacroDefinition()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp447 make_range(X64Ty->param_begin() + X64TyOffset, X64Ty->param_end()), in buildExitThunk()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1042 PE = FuncTy->param_end(); in getOrInsertFunction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp655 assert(ParamIt != FuncDecl->param_end()); in pushCallInternal()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp83 ParamTys.insert(ParamTys.begin(), FTy->param_begin(), FTy->param_end()); in IntrinsicCostAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5279 Node.param_end(), Finder, in AST_POLYMORPHIC_MATCHER_P()
5280 Builder) != Node.param_end(); in AST_POLYMORPHIC_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1410 if (OMD->param_begin() == OMD->param_end()) in VisitObjCMethodDecl()

12