Searched refs:HandleState (Results 1 – 1 of 1) sorted by relevance
114 class HandleState { class121 bool operator==(const HandleState &Other) const { in operator ==()133 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()138 return HandleState(Kind::Allocated, nullptr); in getAllocated()140 static HandleState getReleased() { in getReleased()141 return HandleState(Kind::Released, nullptr); in getReleased()143 static HandleState getEscaped() { in getEscaped()144 return HandleState(Kind::Escaped, nullptr); in getEscaped()146 static HandleState getUnowned() { in getUnowned()147 return HandleState(Kind::Unowned, nullptr); in getUnowned()[all …]