Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp580 bool CheckFree = (MemKind == MemoryOperationKind::MOK_Any || in isCMemFunction() local
589 if (Family == AF_Malloc && CheckFree) { in isCMemFunction()
602 if (Family == AF_IfNameIndex && CheckFree) { in isCMemFunction()
625 if (CheckFree) in isCMemFunction()