reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  337           RHS = RHS->IgnoreParenCasts();
  337           RHS = RHS->IgnoreParenCasts();
  343             if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
  349           if (const DeclRefExpr *RhsDR = dyn_cast<DeclRefExpr>(RHS))