Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUserExpression.cpp280 error.SetExpressionError(execution_results, in Evaluate()
283 error.SetExpressionError(execution_results, in Evaluate()
304 error.SetExpressionError(lldb::eExpressionSetupError, in Evaluate()
311 error.SetExpressionError( in Evaluate()
334 error.SetExpressionError( in Evaluate()
337 error.SetExpressionError(execution_results, in Evaluate()
359 error.SetExpressionError( in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStatus.h154 void SetExpressionError(lldb::ExpressionResults, const char *mssg);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp206 void Status::SetExpressionError(lldb::ExpressionResults result, in SetExpressionError() function in Status