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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 1017       os << "the address of the function '" << *FD << '\'';
 1019       os << "the address of a function";
 1023     os << "block text";
 1026     os << "a block";
 1030     os << "a C++ temp object of type " << TVR->getValueType().getAsString();
 1033     os << "a variable of type" << TVR->getValueType().getAsString();
 1036     os << "a field of type " << TVR->getValueType().getAsString();
 1039     os << "an instance variable of type " << TVR->getValueType().getAsString();