Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DMaterializer.cpp83 Error allocate_error; in MakeAllocation() local
89 allocate_error); in MakeAllocation()
91 if (!allocate_error.Success()) in MakeAllocation()
93 …ea to store %s: %s", m_persistent_variable_sp->GetName().GetCString(), allocate_error.AsCString()); in MakeAllocation()