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