• Home
  • Raw
  • Download

Lines Matching refs:getDecl

204     const NamedDecl *ND = DR->getDecl();  in getIncrementedVar()
262 const VarDecl *vdLHS = drLHS ? dyn_cast<VarDecl>(drLHS->getDecl()) : nullptr; in checkLoopConditionForFloat()
263 const VarDecl *vdRHS = drRHS ? dyn_cast<VarDecl>(drRHS->getDecl()) : nullptr; in checkLoopConditionForFloat()
276 assert(drInc->getDecl()); in checkLoopConditionForFloat()
277 const DeclRefExpr *drCond = vdLHS == drInc->getDecl() ? drLHS : drRHS; in checkLoopConditionForFloat()
283 os << "Variable '" << drCond->getDecl()->getName() in checkLoopConditionForFloat()
294 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter, in checkLoopConditionForFloat()
329 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets, in checkCall_gets()
369 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw, in checkCall_getpw()
410 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp, in checkCall_mktemp()
496 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp, in checkCall_mkstemp()
517 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcpy()
544 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcat()
622 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(), in checkCall_rand()
647 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, in checkCall_random()
667 BR.EmitBasicReport(AC->getDecl(), filter.checkName_vfork, in checkCall_vfork()
738 BR.EmitBasicReport(AC->getDecl(), filter.checkName_UncheckedReturn, os1.str(), in checkUncheckedReturnValue()