Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp318 static ProgramStateRef addExtentSize(CheckerContext &C, const CXXNewExpr *NE,
1090 State = addExtentSize(C, NE, State, Target); in processNewAllocation()
1110 ProgramStateRef MallocChecker::addExtentSize(CheckerContext &C, in addExtentSize() function in MallocChecker