Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp51 class RefState { class
72 RefState(Kind k, const Stmt *s, unsigned family) in RefState() function in __anond17b7d3c0111::RefState
87 bool operator==(const RefState &X) const { in operator ==()
91 static RefState getAllocated(unsigned family, const Stmt *s) { in getAllocated()
92 return RefState(Allocated, s, family); in getAllocated()
94 static RefState getAllocatedOfSizeZero(const RefState *RS) { in getAllocatedOfSizeZero()
95 return RefState(AllocatedOfSizeZero, RS->getStmt(), in getAllocatedOfSizeZero()
98 static RefState getReleased(unsigned family, const Stmt *s) { in getReleased()
99 return RefState(Released, s, family); in getReleased()
101 static RefState getRelinquished(unsigned family, const Stmt *s) { in getRelinquished()
[all …]