| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenSYCL.cpp | 48 Args.append(OutlinedFnDecl->param_begin(), OutlinedFnDecl->param_end()); in EmitSYCLKernelCaller()
|
| H A D | MacroPPCallbacks.cpp | 30 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); in writeMacroDefinition()
|
| H A D | CGObjCRuntime.cpp | 432 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/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ForwardDeclChecker.cpp | 219 P < F->param_end() && ArgIdx < CE->getNumArgs(); ++P, ++ArgIdx) in visitCallExpr() 237 P < F->param_end() && ArgIdx < CE->getNumArgs(); ++P, ++ArgIdx) in visitConstructExpr()
|
| H A D | RawPtrRefCallArgsChecker.cpp | 136 P < F->param_end() && ArgIdx < CE->getNumArgs(); ++P, ++ArgIdx) { in visitCallExpr()
|
| /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/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/Lex/ |
| H A D | MacroInfo.cpp | 104 E = param_end(); in isIdenticalTo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 209 oe = Overridden->param_end(); in CheckObjCMethodOverride() 211 ne = NewMethod->param_end(); in CheckObjCMethodOverride() 2605 IF = MethodDecl->param_begin(), EM = ImpMethodDecl->param_end(), in WarnConflictingTypedMethods() 2606 EF = MethodDecl->param_end(); in WarnConflictingTypedMethods() 2627 IF = Overridden->param_begin(), EM = Method->param_end(), in CheckConflictingOverridingMethod() 2628 EF = Overridden->param_end(); in CheckConflictingOverridingMethod() 2663 IF = MethodDecl->param_begin(), EM = ImpMethodDecl->param_end(), in WarnExactTypedMethods() 2664 EF = MethodDecl->param_end(); in WarnExactTypedMethods() 3290 li = left->param_begin(), le = left->param_end(), ri = right->param_begin(), in MatchTwoMethodDeclarations() 3291 re = right->param_end(); in MatchTwoMethodDeclarations() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 131 param_iterator param_end() const { return &ContainedTys[NumContainedTys]; } in param_end() function 133 return ArrayRef(param_begin(), param_end()); in params()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 123 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 589 ArgTys.append(CalleeFTy->param_begin(), CalleeFTy->param_end()); in getInvokeWrapper()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 634 for (auto pi = C.param_begin(), pe = C.param_end(); pi != pe; in updateSummaryForArgumentTypes() 985 pe = FD->param_end(); pi != pe; ++pi, ++parm_idx) in updateSummaryFromAnnotations() 1011 for (auto pi = MD->param_begin(), pe = MD->param_end(); pi != pe; in updateSummaryFromAnnotations()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreloadKernelArguments.cpp | 126 SmallVector<Type *, 16> FTypes(FT->param_begin(), FT->param_end()); in cloneFunctionWithPreloadImplicitArgs()
|
| H A D | AMDGPULibFunc.cpp | 1105 PE = FuncTy->param_end(); in getOrInsertFunction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 2760 param_iterator param_end() { return parameters().end(); } in param_end() function 2762 param_const_iterator param_end() const { return parameters().end(); } in param_end() function 4679 param_iterator param_end() { return parameters().end(); } in param_end() function 4681 param_const_iterator param_end() const { return parameters().end(); } in param_end() function 4832 return {param_begin(), param_end()}; in parameters() 4835 parameter_const_iterator param_end() const { return getParams() + NumParams; } in param_end() function 4927 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/llvm/lib/CodeGen/ |
| H A D | GlobalMergeFunctions.cpp | 195 SmallVector<Type *> ParamTypes(OrigTy->param_begin(), OrigTy->param_end()); in createMergedFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 554 pe = macro_info->param_end(); in ForEachMacro()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 40 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); in PrintMacroDefinition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 163 std::vector<Type *> Params(FTy->param_begin(), FTy->param_end()); in deleteDeadVarargs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 442 make_range(X64Ty->param_begin() + X64TyOffset, X64Ty->param_end()), in buildExitThunk()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 654 assert(ParamIt != FuncDecl->param_end()); in pushCallInternal()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5325 Node.param_end(), Finder, in AST_POLYMORPHIC_MATCHER_P() 5326 Builder) != Node.param_end(); in AST_POLYMORPHIC_MATCHER_P()
|