/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | MacroInfo.h | 183 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 D | MacroPPCallbacks.cpp | 30 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); in writeMacroDefinition()
|
H A D | CGObjCRuntime.cpp | 433 for (auto i = method->param_begin(), e = method->param_end(); in destroyCalleeDestroyedArguments()
|
H A D | CGVTables.cpp | 274 FunctionArgs.append(MD->param_begin(), MD->param_end()); in StartThunk()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 161 param_const_iterator param_end() const { return parameters().end(); } in param_end() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedCallArgsChecker.cpp | 101 P < F->param_end() && ArgIdx < CE->getNumArgs(); ++P, ++ArgIdx) { in visitCallExpr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 129 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 D | MacroInfo.cpp | 109 E = param_end(); in isIdenticalTo()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 210 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 D | SemaCodeComplete.cpp | 3410 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 D | WebAssemblyFixFunctionBitcasts.cpp | 122 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper()
|
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 584 ArgTys.append(CalleeFTy->param_begin(), CalleeFTy->param_end()); in getInvokeWrapper()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1478 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 D | ExpandVariadics.cpp | 241 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 D | DeadArgumentElimination.cpp | 167 std::vector<Type *> Params(FTy->param_begin(), FTy->param_end()); in deleteDeadVarargs()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 2659 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 D | DeclObjC.h | 358 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 D | ClangModulesDeclVendor.cpp | 544 pe = macro_info->param_end(); in ForEachMacro()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 41 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); in PrintMacroDefinition()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 447 make_range(X64Ty->param_begin() + X64TyOffset, X64Ty->param_end()), in buildExitThunk()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 1042 PE = FuncTy->param_end(); in getOrInsertFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 655 assert(ParamIt != FuncDecl->param_end()); in pushCallInternal()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 83 ParamTys.insert(ParamTys.begin(), FTy->param_begin(), FTy->param_end()); in IntrinsicCostAttributes()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5279 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 D | DeclPrinter.cpp | 1410 if (OMD->param_begin() == OMD->param_end()) in VisitObjCMethodDecl()
|