Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp649 ExpressionResults func_call_ret; in GetExceptionObjectForThread() local
651 func_call_ret = function_caller->ExecuteFunction(exe_ctx, nullptr, options, in GetExceptionObjectForThread()
653 if (func_call_ret != eExpressionCompleted || !error.Success()) { in GetExceptionObjectForThread()