Lines Matching refs:m_error
130 return m_error.Success(); in UpdateValueIfNeeded()
154 m_error.Clear(); in UpdateValueIfNeeded()
196 m_error.SetErrorString("out of scope"); in UpdateValueIfNeeded()
199 return m_error.Success(); in UpdateValueIfNeeded()
285 return m_error; in GetError()
1368 if (m_error.Fail()) { in DumpPrintableRepresentation()
1370 s.Printf("<%s>", m_error.AsCString()); in DumpPrintableRepresentation()
2572 if (UpdateValueIfNeeded(false) && m_error.Success()) { in CreateConstantValue()
2581 m_error = v.GetValueAsData(&exe_ctx, data, GetModule().get()); in CreateConstantValue()
2583 m_error = m_value.GetValueAsData(&exe_ctx, data, GetModule().get()); in CreateConstantValue()
2593 exe_ctx.GetBestExecutionContextScope(), m_error); in CreateConstantValue()