Home
last modified time | relevance | path

Searched refs:AF_Malloc (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp45 AF_Malloc, enumerator
332 AllocationFamily Family = AF_Malloc,
659 if (Family == AF_Malloc && CheckFree) { in isCMemFunction()
665 if (Family == AF_Malloc && CheckAlloc) { in isCMemFunction()
696 if (Family != AF_Malloc) in isCMemFunction()
1381 return AF_Malloc; in getAllocationFamily()
1407 return AF_Malloc; in getAllocationFamily()
1457 case AF_Malloc: os << "malloc()"; return; in printExpectedAllocName()
1470 case AF_Malloc: os << "free()"; return; in printExpectedDeallocName()
1640 case AF_Malloc: in getCheckIfTracked()
[all …]