Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp53 class RefState { class
89 bool operator==(const RefState &X) const { in operator ==()
94 return RefState(Allocated, s, family); in getAllocated()
96 static RefState getAllocatedOfSizeZero(const RefState *RS) { in getAllocatedOfSizeZero()
101 return RefState(Released, s, family); in getReleased()
104 return RefState(Relinquished, s, family); in getRelinquished()
106 static RefState getEscaped(const RefState *RS) { in getEscaped()
477 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated()
486 inline bool isReleased(const RefState *S, const RefState *SPrev, in isReleased()
498 inline bool isRelinquished(const RefState *S, const RefState *SPrev, in isRelinquished()
[all …]