Searched refs:MallocUpdateRefState (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 213 static ProgramStateRef MallocUpdateRefState(CheckerContext &C, const Expr *E, 1115 State = MallocUpdateRefState(C, CE, State, AF_Malloc); in checkStrdup() 1422 State = MallocUpdateRefState(C, NE, State, Family, Target); in processNewAllocation() 1544 return MallocUpdateRefState(C, CE, State, Family); in MallocMemAux() 1547 static ProgramStateRef MallocUpdateRefState(CheckerContext &C, const Expr *E, in MallocUpdateRefState() function
|