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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1639     if (!FD)
 1640       FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl());
 1644     if (MemFunctionInfo.isCMemFunction(FD, Ctx, AF_Malloc,
 1648     if (MemFunctionInfo.isStandardNewDelete(FD, Ctx)) {
 1649       OverloadedOperatorKind Kind = FD->getOverloadedOperator();
 1656     if (MemFunctionInfo.isCMemFunction(FD, Ctx, AF_IfNameIndex,
 1660     if (MemFunctionInfo.isCMemFunction(FD, Ctx, AF_Alloca,