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

References

tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
  136   switch (S->getStmtClass()) {
  139     const ArraySubscriptExpr *AE = cast<ArraySubscriptExpr>(S);
  147     const OMPArraySectionExpr *AE = cast<OMPArraySectionExpr>(S);
  155     const UnaryOperator *U = cast<UnaryOperator>(S);
  161     const MemberExpr *M = cast<MemberExpr>(S);
  171     const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S);
  185   bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report);