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

References

tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
  123   if (!N)
  141                    State.get(), N->getLocationContext());
  149                    State.get(), N->getLocationContext());
  157                    State.get(), N->getLocationContext(), true);
  166                      State.get(), N->getLocationContext(), true);
  175                    State.get(), N->getLocationContext(), true);
  183       *BT_null, buf.empty() ? BT_null->getDescription() : StringRef(buf), N);
  185   bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report);