Home
last modified time | relevance | path

Searched defs:RSCurr (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()
907 static inline bool isRelinquished(const RefState *RSCurr, in isRelinquished()
919 static inline bool hasReallocFailed(const RefState *RSCurr, in hasReallocFailed()
3428 const RefState *RSCurr = state->get<RegionState>(Sym); in VisitNode() local