Searched refs:HandleState (Results 1 – 1 of 1) sorted by relevance
113 class HandleState { class120 bool operator==(const HandleState &Other) const { in operator ==()130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()137 return HandleState(Kind::Allocated, nullptr); in getAllocated()139 static HandleState getReleased() { in getReleased()140 return HandleState(Kind::Released, nullptr); in getReleased()142 static HandleState getEscaped() { in getEscaped()143 return HandleState(Kind::Escaped, nullptr); in getEscaped()145 static HandleState getUnowned() { in getUnowned()[all …]