Searched refs:AF_CXXNewArray (Results 1 – 1 of 1) sorted by relevance
46 AF_CXXNewArray, enumerator824 AF_CXXNewArray); in checkPostStmt()983 State = MallocUpdateRefState(C, NE, State, NE->isArray() ? AF_CXXNewArray in checkPostStmt()1220 return AF_CXXNewArray; in getAllocationFamily()1233 return NE->isArray() ? AF_CXXNewArray : AF_CXXNew; in getAllocationFamily()1236 return DE->isArrayForm() ? AF_CXXNewArray : AF_CXXNew; in getAllocationFamily()1291 case AF_CXXNewArray: os << "'new[]'"; return; in printExpectedAllocName()1303 case AF_CXXNewArray: os << "'delete[]'"; return; in printExpectedDeallocName()1474 case AF_CXXNewArray: { in getCheckIfTracked()2549 return (RS->getAllocationFamily() == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()