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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1977       os << "the address of the function '" << *FD << '\'';
 1979       os << "the address of a function";
 1983     os << "block text";
 1987     os << "a block";
 2001         os << "the address of the local variable '" << VD->getName() << "'";
 2003         os << "the address of a local stack variable";
 2016         os << "the address of the parameter '" << VD->getName() << "'";
 2018         os << "the address of a parameter";
 2032           os << "the address of the static variable '" << VD->getName() << "'";
 2034           os << "the address of the global variable '" << VD->getName() << "'";
 2036         os << "the address of a global variable";