Home
last modified time | relevance | path

Searched refs:Py_TYPE (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython-internal.h91 #ifndef Py_TYPE
93 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) macro
H A Dpy-evtregistry.c100 Py_TYPE (self)->tp_free (self); in evregpy_dealloc()
H A Dpy-event.c27 Py_TYPE (self)->tp_free (self); in evpy_dealloc()
H A Dpy-progspace.c73 Py_TYPE (self)->tp_free (self); in pspy_dealloc()
H A Dpy-objfile.c65 Py_TYPE (self)->tp_free (self); in objfpy_dealloc()
H A Dpy-infthread.c62 Py_TYPE (self)->tp_free (self); in thpy_dealloc()
H A Dpy-symtab.c309 Py_TYPE (self)->tp_free (self); in salpy_dealloc()
H A Dpy-type.c126 Py_TYPE (obj)->tp_free (obj); in field_dealloc()
1265 Py_TYPE (type)->tp_free (type); in typy_dealloc()
H A Dpy-inferior.c535 Py_TYPE (self)->tp_free (self); in mbpy_dealloc()
H A Dpy-value.c109 Py_TYPE (self)->tp_free (self); in valpy_dealloc()