Searched refs:UAdd_singleton (Results 1 – 8 of 8) sorted by relevance
141 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()
154 Py_CLEAR(state->UAdd_singleton); in _PyAST_Fini()1624 state->UAdd_singleton = PyType_GenericNew((PyTypeObject *)state->UAdd_type, in init_types()1626 if (!state->UAdd_singleton) return 0; in init_types()4813 Py_INCREF(state->UAdd_singleton); in ast2obj_unaryop()4814 return state->UAdd_singleton; in ast2obj_unaryop()
5468 …<var-decl name='UAdd_singleton' type-id='type-id-14' visibility='default' filepath='./Include/inte…