Searched refs:UAdd_singleton (Results 1 – 4 of 4) sorted by relevance
138 PyObject *UAdd_singleton; member
324 static PyObject *Invert_singleton, *Not_singleton, *UAdd_singleton, variable900 UAdd_singleton = PyType_GenericNew(UAdd_type, NULL, NULL); in init_types()901 if (!UAdd_singleton) return 0; in init_types()3089 Py_INCREF(UAdd_singleton); in ast2obj_unaryop()3090 return UAdd_singleton; in ast2obj_unaryop()
152 Py_CLEAR(state->UAdd_singleton); in _PyAST_Fini()1611 state->UAdd_singleton = PyType_GenericNew((PyTypeObject *)state->UAdd_type, in init_types()1613 if (!state->UAdd_singleton) return 0; in init_types()4730 Py_INCREF(state->UAdd_singleton); in ast2obj_unaryop()4731 return state->UAdd_singleton; in ast2obj_unaryop()
6584 …<var-decl name='UAdd_singleton' type-id='type-id-16' visibility='default' filepath='./Include/inte…