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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  311   bool isCMemFunction(const FunctionDecl *FD, ASTContext &C,

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  860   if (isCMemFunction(FD, C, AF_Malloc, MemoryOperationKind::MOK_Any))
  863   if (isCMemFunction(FD, C, AF_IfNameIndex, MemoryOperationKind::MOK_Any))
  866   if (isCMemFunction(FD, C, AF_Alloca, MemoryOperationKind::MOK_Any))
 1644     if (MemFunctionInfo.isCMemFunction(FD, Ctx, AF_Malloc,
 1656     if (MemFunctionInfo.isCMemFunction(FD, Ctx, AF_IfNameIndex,
 1660     if (MemFunctionInfo.isCMemFunction(FD, Ctx, AF_Alloca,
 2695         (MemFunctionInfo.isCMemFunction(FD, Ctx, AF_Malloc,
 2697          MemFunctionInfo.isCMemFunction(FD, Ctx, AF_IfNameIndex,