Home
last modified time | relevance | path

Searched refs:deallocate_error (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Expression/
DMaterializer.cpp137 Error deallocate_error; in DestroyAllocation() local
139 …:addr_t)m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(), deallocate_error); in DestroyAllocation()
143 if (!deallocate_error.Success()) in DestroyAllocation()
145 …emory for %s: %s", m_persistent_variable_sp->GetName().GetCString(), deallocate_error.AsCString()); in DestroyAllocation()