reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 3104   if (py_return.IsAllocated() && PythonInteger::Check(py_return.get())) {
 3104   if (py_return.IsAllocated() && PythonInteger::Check(py_return.get())) {
 3105     PythonInteger int_value(PyRefType::Borrowed, py_return.get());