Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp95 error = Status::FromError(diagnostics.GetAsError( in MakeFunctionCaller()
107 error = Status::FromError(diagnostics.GetAsError( in MakeFunctionCaller()
H A DExpressionParser.cpp66 err = Status::FromError(execution_errors.GetAsError( in RunStaticInitializers()
H A DUserExpression.cpp344 Status::FromError(diagnostic_manager.GetAsError(execution_results)); in Evaluate()
389 diagnostic_manager.GetAsError(execution_results)); in Evaluate()
H A DDiagnosticManager.cpp111 llvm::Error DiagnosticManager::GetAsError(lldb::ExpressionResults result, in GetAsError() function in DiagnosticManager
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h148 llvm::Error GetAsError(lldb::ExpressionResults result,
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp259 diagnostics.GetAsError(lldb::eExpressionParseError, in ConditionSaysStop()
319 error = Status::FromError(diagnostics.GetAsError( in ConditionSaysStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp865 error = Status::FromError(diagnostics.GetAsError( in DoLoadImage()
908 error = Status::FromError(diagnostics.GetAsError( in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1608 return Status::FromError(install_diags.GetAsError( in DoPrepareForExecution()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2769 return diagnostics.GetAsError(lldb::eExpressionSetupError, in CreateUtilityFunction()