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

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  491   static bool Check(PyObject *py_obj);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 8400     if (PythonInteger::Check(obj1))
10541     if (PythonInteger::Check(obj1))
11591     if (PythonInteger::Check(obj1))
22825     if (PythonInteger::Check(obj0))
22879     if (PythonInteger::Check(obj0))
22916     if (PythonInteger::Check(obj0))
44420     if (PythonInteger::Check(obj1))
44525     if (PythonInteger::Check(obj1))
44608     if (PythonInteger::Check(obj1))
64346     if (PythonInteger::Check(obj4))
64436     if (PythonInteger::Check(obj4))
64498     if (PythonInteger::Check(obj2))
64968     if (PythonInteger::Check(obj1))
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  114   if (PythonInteger::Check(m_py_obj))
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  305     if (!T::Check(m_py_obj))
  416     if (T::Check(py_obj))
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 3104   if (py_return.IsAllocated() && PythonInteger::Check(py_return.get())) {
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  175   EXPECT_TRUE(PythonInteger::Check(py_int));
  184   EXPECT_TRUE(PythonInteger::Check(py_long));
  336   EXPECT_TRUE(PythonInteger::Check(chk_value1.get()));
  364   EXPECT_TRUE(PythonInteger::Check(chk_value1.get()));
  487   EXPECT_TRUE(PythonInteger::Check(chk_value1.get()));
  524   EXPECT_TRUE(PythonInteger::Check(chk_value1.get()));