Home
last modified time | relevance | path

Searched defs:py_return (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1020 PythonObject py_return = std::move(maybe_py_return.get()); in ExecuteOneLineWithReturn() local
1462 PythonObject py_return( in GetRecognizedArguments() local
1529 PythonObject py_return = std::move(expected_py_return.get()); in OSPlugin_RegisterInfo() local
1562 PythonObject py_return = std::move(expected_py_return.get()); in OSPlugin_ThreadsInfo() local
1596 PythonObject py_return = std::move(expected_py_return.get()); in OSPlugin_RegisterContextData() local
1631 PythonObject py_return = std::move(expected_py_return.get()); in OSPlugin_CreateThread() local
2372 PythonObject py_return = std::move(expected_py_return.get()); in GetSyntheticTypeName() local
2899 PythonObject py_return = std::move(expected_py_return.get()); in GetShortHelpForCommandObject() local
2946 long long py_return = unwrapOrSetPythonException( in GetFlagsForCommandObject() local
2983 PythonObject py_return = std::move(expected_py_return.get()); in GetLongHelpForCommandObject() local
H A DScriptedPythonInterface.h84 PythonObject py_return = std::move(expected_return_object.get()); in Dispatch() local