Home
last modified time | relevance | path

Searched defs:PVD (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp211 const ParmVarDecl *PVD = getOriginParam(Arg, C); in checkPostCall() local
189 if (const ParmVarDecl *PVD = checkPostCall() local
H A DFuchsiaHandleChecker.cpp335 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 DObjCAutoreleaseWriteChecker.cpp116 const auto *PVD = Match.getNodeAs<ParmVarDecl>(ParamBind); in emitDiagnostics() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp290 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
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h247 const ParmVarDecl *PVD = R->getDecl(); in VisitParamVarRegion() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2159 const ParmVarDecl *PVD = FD->getParamDecl(i); createOverloadsForFixedParams() local
2310 fixParamWithSpan(const ParmVarDecl * PVD,const ASTContext & Ctx,UnsafeBufferUsageHandler & Handler) fixParamWithSpan() argument
2385 if (const auto *PVD = dyn_cast<ParmVarDecl>(VD)) { fixVariable() local
2414 if (const auto *PVD = dyn_cast<ParmVarDecl>(VD)) fixVariable() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1819 auto PVD = SB.getPerVGPRData(); spillSGPR() local
1913 auto PVD = SB.getPerVGPRData(); restoreSGPR() local
1963 auto PVD = SB.getPerVGPRData(); spillEmergencySGPR() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp614 const ParmVarDecl *PVD = getDecl(); in dumpToStream() local
985 const auto *PVD = dyn_cast<ParmVarDecl>(D); getVarRegion() local
H A DExprEngineCallAndReturn.cpp716 for (const ParmVarDecl *PVD : Call.parameters()) { in evalCall() local
H A DBugReporterVisitors.cpp740 const ParmVarDecl *PVD = Parameters[I]; maybeEmitNoteForParameters() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp129 if (auto *PVD = getFunctionOrMethodParam(D, Idx)) getFunctionOrMethodParamRange() local
1019 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) VisitDeclRefExpr() local
4106 for (const ParmVarDecl *PVD : FD->parameters()) handleCallbackAttr() local
6053 const auto *PVD = dyn_cast<ParmVarDecl>(D); isValidOSObjectOutParameter() local
8755 auto *PVD = const_cast<ParmVarDecl *>(getFunctionOrMethodParam(D, I)); handleObjCExternallyRetainedAttr() local
8811 if (const auto *PVD = dyn_cast<ParmVarDecl>(D)) { handleAcquireHandleAttr() local
9332 if (auto *PVD = dyn_cast<ParmVarDecl>(D)) ProcessDeclAttribute() local
H A DSemaTemplateInstantiateDecl.cpp338 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { instantiateOMPDeclareSimdDeclAttr() local
419 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { instantiateOMPDeclareVariantAttr() local
[all...]
H A DSemaOpenMP.cpp7033 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) ActOnOpenMPDeclareSimdDirective() local
7060 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { ActOnOpenMPDeclareSimdDirective() local
7131 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { ActOnOpenMPDeclareSimdDirective() local
7201 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { ActOnOpenMPDeclareSimdDirective() local
7855 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { ActOnOpenMPDeclareVariantDirective() local
[all...]
H A DSemaExpr.cpp4533 if (const auto *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) { CheckUnaryExprOrTypeTraitOperand() local
6774 DiagnoseCalleeStaticArrayParam(Sema & S,ParmVarDecl * PVD) DiagnoseCalleeStaticArrayParam() argument
19850 if (ParmVarDecl *PVD = dyn_cast_or_null<ParmVarDecl>(Var)) tryCaptureVariable() local
19870 if (ParmVarDecl *PVD = dyn_cast_or_null<ParmVarDecl>(Var)) tryCaptureVariable() local
[all...]
H A DSemaStmt.cpp2931 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { BuildCXXForRangeStmt() local
H A DSemaCodeComplete.cpp2932 if (const auto *PVD = dyn_cast<ParmVarDecl>(Param)) FormatFunctionParameter() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2899 getNonNullAttr(const Decl * FD,const ParmVarDecl * PVD,QualType ArgType,unsigned ArgNo) getNonNullAttr() argument
3073 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(Arg)) { EmitFunctionProlog() local
4351 auto PVD = ParmNum < AC.getNumParams() ? AC.getParamDecl(ParmNum) : nullptr; EmitNonNullArgCheck() local
[all...]
H A DCodeGenFunction.cpp1238 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(VD)) StartFunction() local
H A DCGObjC.cpp1435 ParmVarDecl *PVD = *setterMethod->param_begin(); generateObjCSetterBody() local
H A DCGOpenMPRuntime.cpp10954 const auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl()) emitDeclareSimdFunction() local
10972 const auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl()) emitDeclareSimdFunction() local
11004 const auto *PVD = cast<ParmVarDecl>(cast<DeclRefExpr>(E)->getDecl()) emitDeclareSimdFunction() local
[all...]
H A DCGStmtOpenMP.cpp5051 VarDecl *PVD = nullptr; EmitOMPTargetTaskBasedDirective() local
7586 mapParam(CodeGenFunction & CGF,const DeclRefExpr * Helper,const ImplicitParamDecl * PVD,CodeGenFunction::OMPPrivateScope & Privates) mapParam() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1104 getParamSlot(CallRef Call,const ParmVarDecl * PVD) getParamSlot() argument
1917 createParam(CallRef Args,const ParmVarDecl * PVD,LValue & LV) createParam() argument
2159 if (auto *PVD = dyn_cast_or_null<ParmVarDecl>(VD)) { NoteLValueLocation() local
6171 EvaluateCallArg(const ParmVarDecl * PVD,const Expr * Arg,CallRef Call,EvalInfo & Info,bool NonNull=false) EvaluateCallArg() argument
6219 const ParmVarDecl *PVD = EvaluateArgs() local
8571 if (auto *PVD = dyn_cast<ParmVarDecl>(VD)) { VisitVarDecl() local
16512 const ParmVarDecl *PVD = Callee->getParamDecl(Idx); EvaluateWithSubstitution() local
[all...]
H A DExpr.cpp5009 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) getBaseOriginalType() local

12