Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1460 PythonObject py_return( in GetRecognizedArguments() local
1469 if (py_return.get()) { in GetRecognizedArguments()
1541 PythonObject py_return( in OSPlugin_RegisterInfo() local
1550 if (py_return.get()) { in OSPlugin_RegisterInfo()
1606 if (py_return.get()) { in OSPlugin_ThreadsInfo()
1663 if (py_return.get()) { in OSPlugin_RegisterContextData()
1722 if (py_return.get()) { in OSPlugin_CreateThread()
2479 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetSyntheticTypeName()
3021 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
3074 result = py_return; in GetFlagsForCommandObject()
[all …]
H A DScriptedPythonInterface.h91 PythonObject py_return( in Dispatch()
104 if (!py_return.IsAllocated()) in Dispatch()
108 return ExtractValueFromPythonObject<T>(py_return, error); in Dispatch()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-wrapper.swig669 PyObject *py_return =
672 if (py_return == Py_True)
675 Py_XDECREF(py_return);
686 PyObject *py_return =
689 if (py_return == Py_True)
692 Py_XDECREF(py_return);
703 PyObject *py_return =
706 if (py_return == Py_None || py_return == nullptr)
711 if (SWIG_ConvertPtr(py_return, (void **)&sbvalue_ptr,
717 ret_val = py_return;
[all …]