Searched refs:ShouldFreeOnFail (Results 1 – 1 of 1) sorted by relevance
389 bool ShouldFreeOnFail) const;611 ReallocMemAux(CheckerContext &C, const CallEvent &Call, bool ShouldFreeOnFail,1269 bool ShouldFreeOnFail) const { in checkRealloc()1279 State = ReallocMemAux(C, Call, ShouldFreeOnFail, State, AF_Malloc); in checkRealloc()2567 bool ShouldFreeOnFail, ProgramStateRef State, in ReallocMemAux() argument2650 if (ShouldFreeOnFail) in ReallocMemAux()