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

Declarations

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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
22973     if (PythonList::Check(obj2)) {
34821     if (PythonList::Check(obj0)) {
35282     if (PythonList::Check(obj1)) {
35410     if (PythonList::Check(obj1)) {
44224     if (PythonList::Check(obj1)) {
44249     if (PythonList::Check(obj2)) {
49600     if (PythonList::Check(obj1)) {
49717         if (PythonList::Check(argv[1])) {
52962     if (PythonList::Check(obj2)) {
52987     if (PythonList::Check(obj3)) {
53105     if (PythonList::Check(obj1)) {
53130     if (PythonList::Check(obj2)) {
53278           if (PythonList::Check(argv[2])) {
53298             if (PythonList::Check(argv[3])) {
56324     if (PythonList::Check(obj1)) {
56416     if (PythonList::Check(obj1)) {
56517     if (PythonList::Check(obj1)) {
56604         if (PythonList::Check(argv[1])) {
56648         if (PythonList::Check(argv[1])) {
56698         if (PythonList::Check(argv[1])) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
   98   if (PythonList::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/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  105   EXPECT_TRUE(PythonList::Check(sys_path.get()));
  138   EXPECT_TRUE(PythonList::Check(sys_path.get()));
  320   EXPECT_TRUE(PythonList::Check(py_list));
  575   EXPECT_TRUE(PythonList::Check(result.get()));