Searched refs:Div_singleton (Results 1 – 4 of 4) sorted by relevance
48 PyObject *Div_singleton; member
307 *Div_singleton, *Mod_singleton, *Pow_singleton, *LShift_singleton, variable853 Div_singleton = PyType_GenericNew(Div_type, NULL, NULL); in init_types()854 if (!Div_singleton) return 0; in init_types()3047 Py_INCREF(Div_singleton); in ast2obj_operator()3048 return Div_singleton; in ast2obj_operator()
62 Py_CLEAR(state->Div_singleton); in _PyAST_Fini()1529 state->Div_singleton = PyType_GenericNew((PyTypeObject *)state->Div_type, in init_types()1531 if (!state->Div_singleton) return 0; in init_types()4691 Py_INCREF(state->Div_singleton); in ast2obj_operator()4692 return state->Div_singleton; in ast2obj_operator()
6314 …<var-decl name='Div_singleton' type-id='type-id-16' visibility='default' filepath='./Include/inter…