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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  102 static bool printAllocDeallocName(raw_ostream &os, CheckerContext &C,

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2071     if (!printAllocDeallocName(os, C, DeallocExpr))
 2144       if (printAllocDeallocName(DeallocOs, C, DeallocExpr))
 2151       if (printAllocDeallocName(AllocOs, C, AllocExpr))
 2155       if (printAllocDeallocName(AllocOs, C, AllocExpr))
 2161       if (printAllocDeallocName(DeallocOs, C, DeallocExpr))
 2213   if (!printAllocDeallocName(os, C, DeallocExpr))
 2220   if (AllocExpr && printAllocDeallocName(AllocNameOs, C, AllocExpr))
 2379     if (!printAllocDeallocName(Os, C, FreeExpr))