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