Home
last modified time | relevance | path

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

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