Searched refs:processNewAllocation (Results 1 – 1 of 1) sorted by relevance
294 void processNewAllocation(const CXXNewExpr *NE, CheckerContext &C,1073 void MallocChecker::processNewAllocation(const CXXNewExpr *NE, in processNewAllocation() function in MallocChecker1098 processNewAllocation(NE, C, C.getSVal(NE)); in checkPostStmt()1104 processNewAllocation(NE, C, Target); in checkNewAllocator()