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

References

tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
   89     if (!N)
  173     auto report = std::make_unique<PathSensitiveBugReport>(*BT, OS.str(), N);
  176       bugreporter::trackExpressionValue(N, Ex, *report);
  179       bugreporter::trackExpressionValue(N, B, *report);