Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp886 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated()
897 static inline bool isReleased(const RefState *RSCurr, const RefState *RSPrev, in isReleased()
908 const RefState *RSPrev, const Stmt *Stmt) { in isRelinquished()
920 const RefState *RSPrev, in hasReallocFailed()
3429 const RefState *RSPrev = statePrev->get<RegionState>(Sym); in VisitNode() local