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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2681   if (const CXXDestructorCall *DC = dyn_cast<CXXDestructorCall>(&Call)) {
 2688   if (const AnyFunctionCall *FC = dyn_cast<AnyFunctionCall>(&Call)) {
 2703   if (const CXXInstanceCall *CC = dyn_cast<CXXInstanceCall>(&Call)) {
 2710   for (unsigned I = 0, E = Call.getNumArgs(); I != E; ++I) {
 2711     SVal ArgSVal = Call.getArgSVal(I);
 2716       if (checkUseAfterFree(Sym, C, Call.getArgExpr(I)))