Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1029 PythonObject py_return = std::move(maybe_py_return.get()); ExecuteOneLineWithReturn() local
1500 PythonObject py_return(PyRefType::Owned, GetRecognizedArguments() local
2310 PythonObject py_return = std::move(expected_py_return.get()); GetSyntheticTypeName() local
2826 PythonObject py_return = std::move(expected_py_return.get()); GetShortHelpForCommandObject() local
2873 long long py_return = unwrapOrSetPythonException( GetFlagsForCommandObject() local
2910 PythonObject py_return = std::move(expected_py_return.get()); GetLongHelpForCommandObject() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h274 PythonObject py_return = std::move(expected_return_object.get()); Dispatch() local