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