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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1681   if (const CallExpr *CE = dyn_cast<CallExpr>(E)) {
 1693   if (const ObjCMessageExpr *Msg = dyn_cast<ObjCMessageExpr>(E)) {
 1702   if (const CXXNewExpr *NE = dyn_cast<CXXNewExpr>(E)) {
 1709   if (const CXXDeleteExpr *DE = dyn_cast<CXXDeleteExpr>(E)) {