Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp48 AF_Alloca enumerator
564 if (isCMemFunction(FD, C, AF_Alloca, MemoryOperationKind::MOK_Any)) in isMemFunction()
612 if (Family == AF_Alloca && CheckAlloc) { in isCMemFunction()
809 AF_Alloca); in checkPostStmt()
1226 if (isCMemFunction(FD, Ctx, AF_Alloca, MemoryOperationKind::MOK_Any)) in getAllocationFamily()
1227 return AF_Alloca; in getAllocationFamily()
1293 case AF_Alloca: in printExpectedAllocName()
1305 case AF_Alloca: in printExpectedDeallocName()
1392 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
1466 case AF_Alloca: in getCheckIfTracked()
[all …]