Searched refs:addExtentSize (Results 1 – 1 of 1) sorted by relevance
318 static ProgramStateRef addExtentSize(CheckerContext &C, const CXXNewExpr *NE,1090 State = addExtentSize(C, NE, State, Target); in processNewAllocation()1110 ProgramStateRef MallocChecker::addExtentSize(CheckerContext &C, in addExtentSize() function in MallocChecker