Home
last modified time | relevance | path

Searched defs:RSPrev (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp768 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated()
779 static inline bool isReleased(const RefState *RSCurr, const RefState *RSPrev, in isReleased()
791 const RefState *RSPrev, const Stmt *Stmt) { in isRelinquished()
804 const RefState *RSPrev, in hasReallocFailed()
3165 const RefState *RSPrev = statePrev->get<RegionState>(Sym); in VisitNode() local