Home
last modified time | relevance | path

Searched refs:USub_singleton (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
DPython-ast.c325 *USub_singleton; variable
904 USub_singleton = PyType_GenericNew(USub_type, NULL, NULL); in init_types()
905 if (!USub_singleton) return 0; in init_types()
3092 Py_INCREF(USub_singleton); in ast2obj_unaryop()
3093 return USub_singleton; in ast2obj_unaryop()
/external/python/cpython3/Python/
DPython-ast.c414 *USub_singleton; variable
1095 USub_singleton = PyType_GenericNew(USub_type, NULL, NULL); in init_types()
1096 if (!USub_singleton) return 0; in init_types()
3639 Py_INCREF(USub_singleton); in ast2obj_unaryop()
3640 return USub_singleton; in ast2obj_unaryop()