Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp47 AF_IfNameIndex, enumerator
561 if (isCMemFunction(FD, C, AF_IfNameIndex, MemoryOperationKind::MOK_Any)) in isMemFunction()
602 if (Family == AF_IfNameIndex && CheckFree) { in isCMemFunction()
607 if (Family == AF_IfNameIndex && CheckAlloc) { in isCMemFunction()
835 AF_IfNameIndex); in checkPostStmt()
1223 if (isCMemFunction(FD, Ctx, AF_IfNameIndex, MemoryOperationKind::MOK_Any)) in getAllocationFamily()
1224 return AF_IfNameIndex; in getAllocationFamily()
1292 case AF_IfNameIndex: os << "'if_nameindex()'"; return; in printExpectedAllocName()
1304 case AF_IfNameIndex: os << "'if_freenameindex()'"; return; in printExpectedDeallocName()
1467 case AF_IfNameIndex: { in getCheckIfTracked()
[all …]