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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp50 class RefState { class in namespace:__anon1680
71 RefState(Kind k, const Stmt *s, unsigned family) function in class:__anon1680::RefState
86 bool operator==(const RefState &X) const {
90 static RefState getAllocated(unsigned family, const Stmt *s) {
91 return RefState(Allocated, s, family);
93 static RefState getAllocatedOfSizeZero(const RefState *RS) {
94 return RefState(AllocatedOfSizeZero, RS->getStmt(),
97 static RefState getReleased(unsigned family, const Stmt *s) {
98 return RefState(Release
[all...]

Completed in 29 milliseconds