Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp388 bool ShouldFreeOnFail) const;
623 bool ShouldFreeOnFail, ProgramStateRef State,
1278 bool ShouldFreeOnFail) const { in checkRealloc()
1288 State = ReallocMemAux(C, Call, ShouldFreeOnFail, State, AF_Malloc); in checkRealloc()
2571 bool ShouldFreeOnFail, ProgramStateRef State, in ReallocMemAux() argument
2654 if (ShouldFreeOnFail) in ReallocMemAux()