Home
last modified time | relevance | path

Searched refs:MallocUpdateRefState (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp225 MallocUpdateRefState(CheckerContext &C, const Expr *E, ProgramStateRef State,
1312 State = MallocUpdateRefState(C, CE, State, AF_Malloc); in checkStrdup()
1619 State = MallocUpdateRefState(C, NE, State, Family, Target); in processNewAllocation()
1745 return MallocUpdateRefState(C, CE, State, Family); in MallocMemAux()
1748 static ProgramStateRef MallocUpdateRefState(CheckerContext &C, const Expr *E, in MallocUpdateRefState() function