Searched refs:RShift_singleton (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | Python-ast.c | 308 *RShift_singleton, *BitOr_singleton, *BitXor_singleton, *BitAnd_singleton, variable 869 RShift_singleton = PyType_GenericNew(RShift_type, NULL, NULL); in init_types() 870 if (!RShift_singleton) return 0; in init_types() 3059 Py_INCREF(RShift_singleton); in ast2obj_operator() 3060 return RShift_singleton; in ast2obj_operator()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 396 *LShift_singleton, *RShift_singleton, *BitOr_singleton, *BitXor_singleton, variable 1060 RShift_singleton = PyType_GenericNew(RShift_type, NULL, NULL); in init_types() 1061 if (!RShift_singleton) return 0; in init_types() 3606 Py_INCREF(RShift_singleton); in ast2obj_operator() 3607 return RShift_singleton; in ast2obj_operator()
|