Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp46 class RefState { class
65 RefState(Kind k, const Stmt *s, unsigned family) in RefState() function in __anon8b0f65c50111::RefState
79 bool operator==(const RefState &X) const { in operator ==()
83 static RefState getAllocated(unsigned family, const Stmt *s) { in getAllocated()
84 return RefState(Allocated, s, family); in getAllocated()
86 static RefState getReleased(unsigned family, const Stmt *s) { in getReleased()
87 return RefState(Released, s, family); in getReleased()
89 static RefState getRelinquished(unsigned family, const Stmt *s) { in getRelinquished()
90 return RefState(Relinquished, s, family); in getRelinquished()
92 static RefState getEscaped(const RefState *RS) { in getEscaped()
[all …]