Searched refs:AF_CXXNew (Results 1 – 1 of 1) sorted by relevance
44 AF_CXXNew, enumerator808 AF_CXXNew); in checkPostStmt()969 : AF_CXXNew); in checkPostStmt()1206 return AF_CXXNew; in getAllocationFamily()1221 return NE->isArray() ? AF_CXXNewArray : AF_CXXNew; in getAllocationFamily()1224 return DE->isArrayForm() ? AF_CXXNewArray : AF_CXXNew; in getAllocationFamily()1278 case AF_CXXNew: os << "'new'"; return; in printExpectedAllocName()1290 case AF_CXXNew: os << "'delete'"; return; in printExpectedDeallocName()1461 case AF_CXXNew: in getCheckIfTracked()2518 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()