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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
   96 getAllocationFamily(const MemFunctionInfoTy &MemFunctionInfo, CheckerContext &C,

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1722   AllocationFamily Family = getAllocationFamily(MemFunctionInfo, C, E);
 1851           getAllocationFamily(MemFunctionInfo, C, ParentExpr);
 1893              : getAllocationFamily(MemFunctionInfo, C, ParentExpr);
 1944       getAllocationFamily(MemFunctionInfo, C, AllocDeallocStmt), IsALeakCheck);