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

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

Completed in 48 milliseconds