Searched refs:AF_CXXNew (Results 1 – 1 of 1) sorted by relevance
45 AF_CXXNew, enumerator819 AF_CXXNew); in checkPostStmt()984 : AF_CXXNew); in checkPostStmt()1218 return AF_CXXNew; in getAllocationFamily()1233 return NE->isArray() ? AF_CXXNewArray : AF_CXXNew; in getAllocationFamily()1236 return DE->isArrayForm() ? AF_CXXNewArray : AF_CXXNew; in getAllocationFamily()1290 case AF_CXXNew: os << "'new'"; return; in printExpectedAllocName()1302 case AF_CXXNew: os << "'delete'"; return; in printExpectedDeallocName()1473 case AF_CXXNew: in getCheckIfTracked()2550 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()