Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp257 MallocUpdateRefState(CheckerContext &C, const Expr *E, ProgramStateRef State,
1568 C.addTransition(MallocUpdateRefState(C, CE, State, in checkGetDelimOrGetLine()
1799 State = MallocUpdateRefState(C, NE, State, Family, Target); in processNewAllocation()
1995 return MallocUpdateRefState(C, CE, State, Family); in MallocMemAux()
1998 static ProgramStateRef MallocUpdateRefState(CheckerContext &C, const Expr *E, in MallocUpdateRefState() function