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

References

tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  390             while (const FullExpr *FE = dyn_cast<FullExpr>(E))
  391               E = FE->getSubExpr();
  395             E = LookThroughTransitiveAssignmentsAndCommaOperators(E);
  395             E = LookThroughTransitiveAssignmentsAndCommaOperators(E);
  399             if (isa<CXXConstructExpr>(E))
  415               if (E->isEvaluatable(Ctx))
  419                   dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()))
  441               Report(V, DeadInit, Loc, E->getSourceRange());