Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangUserExpression.cpp826 Error interpreter_error; in Execute() local
847 interpreter_error, in Execute()
851 if (!interpreter_error.Success()) in Execute()
853 … error_stream.Printf("Supposed to interpret, but failed: %s", interpreter_error.AsCString()); in Execute()