Home
last modified time | relevance | path

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

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