Lines Matching refs:AF_IfNameIndex
47 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()
2199 isCMemFunction(FD, Ctx, AF_IfNameIndex, in checkPreCall()