/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MIGChecker.cpp | 189 if (const ParmVarDecl *PVD = in checkPostCall() local 211 const ParmVarDecl *PVD = getOriginParam(Arg, C); in checkPostCall() local
|
H A D | FuchsiaHandleChecker.cpp | 335 const ParmVarDecl *PVD = FuncDecl->getParamDecl(Arg); in checkPreCall() local 415 const ParmVarDecl *PVD = FuncDecl->getParamDecl(Arg); in checkPostCall() local 583 const ParmVarDecl *PVD = FuncDecl->getParamDecl(Arg); in checkPointerEscape() local
|
H A D | ObjCAutoreleaseWriteChecker.cpp | 116 const auto *PVD = Match.getNodeAs<ParmVarDecl>(ParamBind); in emitDiagnostics() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 290 const ParmVarDecl *PVD = (*CE)->parameters()[*Idx]; in generateDiagnosticsForCallLike() local 388 const ParmVarDecl *PVD = Parameters[I]; in annotateConsumedSummaryMismatch() local 437 const auto *PVD = cast<ParmVarDecl>(VR->getDecl()); in annotateStartParameter() local
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | SValExplainer.h | 247 const ParmVarDecl *PVD = R->getDecl(); in VisitParamVarRegion() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 1770 auto PVD = SB.getPerVGPRData(); in spillSGPR() local 1861 auto PVD = SB.getPerVGPRData(); in restoreSGPR() local 1911 auto PVD = SB.getPerVGPRData(); in spillEmergencySGPR() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 582 const ParmVarDecl *PVD = getDecl(); in dumpToStream() local 966 const auto *PVD = dyn_cast<ParmVarDecl>(D); in getVarRegion() local
|
H A D | ExprEngineCallAndReturn.cpp | 719 for (const ParmVarDecl *PVD : Call.parameters()) { in evalCall() local
|
H A D | BugReporterVisitors.cpp | 714 const ParmVarDecl *PVD = Parameters[I]; in maybeEmitNoteForParameters() local
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.cpp | 1406 } else if (const auto *PVD = dyn_cast<ParmVarDecl>(Decl)) { in VisitDeclRefExpr() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 128 if (auto *PVD = getFunctionOrMethodParam(D, Idx)) in getFunctionOrMethodParamRange() local 1005 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) in VisitDeclRefExpr() local 4054 for (const ParmVarDecl *PVD : FD->parameters()) in handleCallbackAttr() local 5848 const auto *PVD = dyn_cast<ParmVarDecl>(D); in isValidOSObjectOutParameter() local 8373 auto *PVD = const_cast<ParmVarDecl *>(getFunctionOrMethodParam(D, I)); in handleObjCExternallyRetainedAttr() local 8429 if (const auto *PVD = dyn_cast<ParmVarDecl>(D)) { in handleAcquireHandleAttr() local 8869 if (auto *PVD = dyn_cast<ParmVarDecl>(D)) in ProcessDeclAttribute() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 326 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in instantiateOMPDeclareSimdDeclAttr() local 407 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in instantiateOMPDeclareVariantAttr() local
|
H A D | SemaOpenMP.cpp | 6882 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) in ActOnOpenMPDeclareSimdDirective() local 6909 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in ActOnOpenMPDeclareSimdDirective() local 6980 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in ActOnOpenMPDeclareSimdDirective() local 7050 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in ActOnOpenMPDeclareSimdDirective() local 7704 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in ActOnOpenMPDeclareVariantDirective() local
|
H A D | SemaExpr.cpp | 4330 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) { in CheckUnaryExprOrTypeTraitOperand() local 6470 static void DiagnoseCalleeStaticArrayParam(Sema &S, ParmVarDecl *PVD) { in DiagnoseCalleeStaticArrayParam() 19155 if (ParmVarDecl *PVD = dyn_cast_or_null<ParmVarDecl>(Var)) in tryCaptureVariable() local 19175 if (ParmVarDecl *PVD = dyn_cast_or_null<ParmVarDecl>(Var)) in tryCaptureVariable() local
|
H A D | SemaStmt.cpp | 2921 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { in BuildCXXForRangeStmt() local
|
H A D | SemaCodeComplete.cpp | 2870 if (const auto *PVD = dyn_cast<ParmVarDecl>(Param)) in FormatFunctionParameter() local
|
H A D | SemaDecl.cpp | 8193 if (const auto PVD = dyn_cast<ParmVarDecl>(D)) { in CheckShadow() local
|
H A D | SemaChecking.cpp | 5776 const ParmVarDecl *PVD = *I; in CheckNonNullArguments() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2684 static const NonNullAttr *getNonNullAttr(const Decl *FD, const ParmVarDecl *PVD, in getNonNullAttr() 2861 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(Arg)) { in EmitFunctionProlog() local 4121 auto PVD = ParmNum < AC.getNumParams() ? AC.getParamDecl(ParmNum) : nullptr; in EmitNonNullArgCheck() local
|
H A D | CodeGenFunction.cpp | 1226 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(VD)) in StartFunction() local
|
H A D | CGObjC.cpp | 1443 ParmVarDecl *PVD = *setterMethod->param_begin(); in generateObjCSetterBody() local
|
H A D | CGOpenMPRuntime.cpp | 11431 const auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl()) in emitDeclareSimdFunction() local 11449 const auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl()) in emitDeclareSimdFunction() local 11481 const auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl()) in emitDeclareSimdFunction() local
|
H A D | CGStmtOpenMP.cpp | 5024 VarDecl *PVD = nullptr; in EmitOMPTargetTaskBasedDirective() local 7506 const ImplicitParamDecl *PVD, in mapParam()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 1051 APValue *getParamSlot(CallRef Call, const ParmVarDecl *PVD) { in getParamSlot() 1863 APValue &CallStackFrame::createParam(CallRef Args, const ParmVarDecl *PVD, in createParam() 2083 if (auto *PVD = dyn_cast_or_null<ParmVarDecl>(VD)) { in NoteLValueLocation() local 6079 static bool EvaluateCallArg(const ParmVarDecl *PVD, const Expr *Arg, in EvaluateCallArg() 6127 const ParmVarDecl *PVD = in EvaluateArgs() local 8292 if (auto *PVD = dyn_cast<ParmVarDecl>(VD)) { in VisitVarDecl() local 16128 const ParmVarDecl *PVD = Callee->getParamDecl(Idx); in EvaluateWithSubstitution() local
|
H A D | Expr.cpp | 4902 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) in getBaseOriginalType() local
|