Home
last modified time | relevance | path

Searched refs:ShouldFreeOnFail (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp389 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() argument
2650 if (ShouldFreeOnFail) in ReallocMemAux()