Home
last modified time | relevance | path

Searched refs:Int_InfoType (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Objects/
Dlongobject.c5666 static PyTypeObject Int_InfoType; variable
5692 int_info = PyStructSequence_New(&Int_InfoType); in PyLong_GetInfo()
5731 if (Int_InfoType.tp_name == NULL) { in _PyLong_InitTypes()
5732 if (PyStructSequence_InitType2(&Int_InfoType, &int_info_desc) < 0) { in _PyLong_InitTypes()
/third_party/python/Tools/c-analyzer/
DTODO859 Objects/longobject.c:Int_InfoType static PyTypeObject Int_InfoType
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1640 Objects/longobject.c - Int_InfoType -