Searched refs:ReallocMem (Results 1 – 1 of 1) sorted by relevance
314 ProgramStateRef ReallocMem(CheckerContext &C, const CallExpr *CE,781 State = ReallocMem(C, CE, false, State); in checkPostStmt()784 State = ReallocMem(C, CE, true, State); in checkPostStmt()1877 ProgramStateRef MallocChecker::ReallocMem(CheckerContext &C, in ReallocMem() function in MallocChecker