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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp47 class RefState { class in namespace:__anon18202
66 RefState(Kind k, const Stmt *s, unsigned family) function in class:__anon18202::RefState
80 bool operator==(const RefState &X) const {
84 static RefState getAllocated(unsigned family, const Stmt *s) {
85 return RefState(Allocated, s, family);
87 static RefState getReleased(unsigned family, const Stmt *s) {
88 return RefState(Released, s, family);
90 static RefState getRelinquished(unsigned family, const Stmt *s) {
91 return RefState(Relinquished, s, family);
93 static RefState getEscape
[all...]

Completed in 43 milliseconds