Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2877 ProgramStateRef stateRealloc = in ReallocMemAux() local
2879 if (!stateRealloc) in ReallocMemAux()
2890 SVal RetVal = stateRealloc->getSVal(CE, C.getLocationContext()); in ReallocMemAux()
2898 stateRealloc = stateRealloc->set<ReallocPairs>(ToPtr, in ReallocMemAux()
2902 return stateRealloc; in ReallocMemAux()