Searched refs:MallocUpdateRefState (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 331 MallocUpdateRefState(CheckerContext &C, const Expr *E, ProgramStateRef State, 882 State = MallocUpdateRefState(C, CE, State); in checkPostStmt() 884 State = MallocUpdateRefState(C, CE, State); in checkPostStmt() 1088 State = MallocUpdateRefState(C, NE, State, NE->isArray() ? AF_CXXNewArray in processNewAllocation() 1285 return MallocUpdateRefState(C, CE, State, Family); in MallocMemAux() 1288 ProgramStateRef MallocChecker::MallocUpdateRefState(CheckerContext &C, in MallocUpdateRefState() function in MallocChecker
|