Searched refs:MaybeAllocated (Results 1 – 1 of 1) sorted by relevance
115 enum class Kind { MaybeAllocated, Allocated, Released, Escaped, Unowned } K; enumerator124 bool maybeAllocated() const { return K == Kind::MaybeAllocated; } in maybeAllocated()130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()162 CASE(Kind::MaybeAllocated) in dump()