Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp650 bool CheckFree = (MemKind == MemoryOperationKind::MOK_Any || in isCMemFunction() local
659 if (Family == AF_Malloc && CheckFree) { in isCMemFunction()
680 if (Family == AF_IfNameIndex && CheckFree) { in isCMemFunction()
703 if (CheckFree) in isCMemFunction()