OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_object_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/
py-type.c
43
extern PyTypeObject
type_object_type
1479
type_obj = PyObject_New (type_object, &
type_object_type
);
1489
if (! PyObject_TypeCheck (obj, &
type_object_type
))
1532
if (gdbpy_type_ready (&
type_object_type
) < 0)
1686
PyTypeObject
type_object_type
=
1681
PyTypeObject
type_object_type
=
variable
/src/external/gpl3/gdb.old/dist/gdb/python/
py-type.c
43
extern PyTypeObject
type_object_type
1476
type_obj = PyObject_New (type_object, &
type_object_type
);
1486
if (! PyObject_TypeCheck (obj, &
type_object_type
))
1529
if (PyType_Ready (&
type_object_type
) < 0)
1543
(PyObject *) &
type_object_type
) < 0)
1692
PyTypeObject
type_object_type
=
1687
PyTypeObject
type_object_type
=
variable
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026