Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c308 *RShift_singleton, *BitOr_singleton, *BitXor_singleton, *BitAnd_singleton, variable
881 BitAnd_singleton = PyType_GenericNew(BitAnd_type, NULL, NULL); in init_types()
882 if (!BitAnd_singleton) return 0; in init_types()
3068 Py_INCREF(BitAnd_singleton); in ast2obj_operator()
3069 return BitAnd_singleton; in ast2obj_operator()
/external/python/cpython3/Python/
DPython-ast.c397 *BitAnd_singleton, *FloorDiv_singleton; variable
1072 BitAnd_singleton = PyType_GenericNew(BitAnd_type, NULL, NULL); in init_types()
1073 if (!BitAnd_singleton) return 0; in init_types()
3615 Py_INCREF(BitAnd_singleton); in ast2obj_operator()
3616 return BitAnd_singleton; in ast2obj_operator()