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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2026         VD = VR->getDecl();
 2028         VD = nullptr;
 2030       if (VD) {
 2031         if (VD->isStaticLocal())
 2032           os << "the address of the static variable '" << VD->getName() << "'";
 2034           os << "the address of the global variable '" << VD->getName() << "'";