Searched defs:py_return (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ | ||
H A D | ScriptInterpreterPython.cpp | 1029 PythonObject py_return = std::move(maybe_py_return.get()); ExecuteOneLineWithReturn() local |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ | ||
H A D | ScriptedPythonInterface.h | 274 PythonObject py_return = std::move(expected_return_object.get()); Dispatch() local |