Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp314 ProgramStateRef ReallocMem(CheckerContext &C, const CallExpr *CE,
781 State = ReallocMem(C, CE, false, State); in checkPostStmt()
784 State = ReallocMem(C, CE, true, State); in checkPostStmt()
1877 ProgramStateRef MallocChecker::ReallocMem(CheckerContext &C, in ReallocMem() function in MallocChecker