Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1055 PythonObject py_return; in ExecuteOneLineWithReturn() local
1542 PythonObject py_return( in GetRecognizedArguments() local
1551 if (py_return.get()) { in GetRecognizedArguments()
1634 if (py_return.get()) { in OSPlugin_RegisterInfo()
1690 if (py_return.get()) { in OSPlugin_ThreadsInfo()
1775 if (py_return.get()) { in OSPlugin_RegisterContextData()
1834 if (py_return.get()) { in OSPlugin_CreateThread()
2568 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetSyntheticTypeName()
3105 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
3160 if (py_return.IsAllocated() && PythonInteger::Check(py_return.get())) { in GetFlagsForCommandObject()
[all …]