Searched refs:ShouldFreeOnFail (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 473 CheckerContext &C, bool ShouldFreeOnFail) const; 747 ReallocMemAux(CheckerContext &C, const CallEvent &Call, bool ShouldFreeOnFail, 1334 bool ShouldFreeOnFail) const { in checkRealloc() 1343 State = ReallocMemAux(C, Call, ShouldFreeOnFail, State, in checkRealloc() 2801 bool ShouldFreeOnFail, ProgramStateRef State, in ReallocMemAux() argument 2883 if (ShouldFreeOnFail) in ReallocMemAux()
|