Searched refs:MallocUpdateRefState (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 225 MallocUpdateRefState(CheckerContext &C, const Expr *E, ProgramStateRef State, 1318 State = MallocUpdateRefState(C, CE, State, AF_Malloc); in checkStrdup() 1625 State = MallocUpdateRefState(C, NE, State, Family, Target); in processNewAllocation() 1753 return MallocUpdateRefState(C, CE, State, Family); in MallocMemAux() 1756 static ProgramStateRef MallocUpdateRefState(CheckerContext &C, const Expr *E, in MallocUpdateRefState() function
|