Searched refs:ShouldFreeOnFail (Results 1 – 1 of 1) sorted by relevance
393 bool ShouldFreeOnFail) const;644 ReallocMemAux(CheckerContext &C, const CallEvent &Call, bool ShouldFreeOnFail,1187 bool ShouldFreeOnFail) const { in checkRealloc()1197 State = ReallocMemAux(C, Call, ShouldFreeOnFail, State, AF_Malloc); in checkRealloc()2615 bool ShouldFreeOnFail, ProgramStateRef State, in ReallocMemAux() argument2698 if (ShouldFreeOnFail) in ReallocMemAux()