Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1034 PythonObject py_return = std::move(maybe_py_return.get()); ExecuteOneLineWithReturn() local
1505 PythonObject py_return(PyRefType::Owned, GetRecognizedArguments() local
2204 PythonObject py_return = std::move(expected_py_return.get()); GetSyntheticTypeName() local
2796 PythonObject py_return = std::move(expected_py_return.get()); GetShortHelpForCommandObject() local
2843 long long py_return = unwrapOrSetPythonException( GetFlagsForCommandObject() local
2893 PythonDictionary py_return = unwrapOrSetPythonException( GetOptionsForCommandObject() local
2941 PythonList py_return = unwrapOrSetPythonException( GetArgumentsForCommandObject() local
3043 bool py_return = unwrapOrSetPythonException( SetOptionValueForCommandObject() local
3079 PythonObject py_return = std::move(expected_py_return.get()); GetLongHelpForCommandObject() local
[all...]
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h277 PythonObject py_return = std::move(expected_return_object.get()); Dispatch() local