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

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

Completed in 265 milliseconds