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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1618   if (v->next) {
 1620     PyObject *nrep = SwigPyObject_repr((SwigPyObject *)v->next);
 1699   PyObject *next = sobj->next;
 1759   sobj->next = next;
 1772   if (sobj->next) {    
 1773     Py_INCREF(sobj->next);
 1774     return sobj->next;
 2028     sobj->next = 0;
 2377           sobj = (SwigPyObject *)sobj->next;
 2639         while (newobj->next)
 2640 	  newobj = (SwigPyObject *) newobj->next;
 2641         newobj->next = next_self;
 2657       newobj->next = 0;