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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 3423   else if (PyLong_Check(obj))
 3635   } else if (PyLong_Check(obj)) {
 3719   if (PyLong_Check(obj)) {
 3758   if (PyLong_Check(obj)) {
 3944   if (PyLong_Check(obj)) {
 4437   if (PyLong_Check(obj)) {
19293     } else if (PyLong_Check(obj3)) {
45239     } else if (PyLong_Check(obj2)) {
55447     } else if (PyLong_Check(obj2)) {
64328     } else if (PyLong_Check(obj2)) {
64418     } else if (PyLong_Check(obj2)) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  436   return PyLong_Check(py_obj) || PyInt_Check(py_obj);
  470     assert(PyLong_Check(m_py_obj) &&