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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  210                                             AllocationFamily Family = AF_Malloc,
  452                                       AllocationFamily Family = AF_Malloc);
  466                                       AllocationFamily Family = AF_Malloc);
  860   if (isCMemFunction(FD, C, AF_Malloc, MemoryOperationKind::MOK_Any))
  890     if (Family == AF_Malloc && CheckFree) {
  896     if (Family == AF_Malloc && CheckAlloc) {
  927   if (Family != AF_Malloc)
 1644     if (MemFunctionInfo.isCMemFunction(FD, Ctx, AF_Malloc,
 1646       return AF_Malloc;
 1674     return AF_Malloc;
 1725     case AF_Malloc: os << "malloc()"; return;
 1737     case AF_Malloc: os << "free()"; return;
 1908   case AF_Malloc:
 2695         (MemFunctionInfo.isCMemFunction(FD, Ctx, AF_Malloc,
 3225         case AF_Malloc: