Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp105 Status interpreter_error; in DoExecute() local
120 *m_execution_unit_sp.get(), interpreter_error, in DoExecute()
124 if (!interpreter_error.Success()) { in DoExecute()
127 interpreter_error.AsCString()); in DoExecute()