Home
last modified time | relevance | path

Searched refs:BitOr_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
873 BitOr_singleton = PyType_GenericNew(BitOr_type, NULL, NULL); in init_types()
874 if (!BitOr_singleton) return 0; in init_types()
3062 Py_INCREF(BitOr_singleton); in ast2obj_operator()
3063 return BitOr_singleton; in ast2obj_operator()
/external/python/cpython3/Python/
DPython-ast.c396 *LShift_singleton, *RShift_singleton, *BitOr_singleton, *BitXor_singleton, variable
1064 BitOr_singleton = PyType_GenericNew(BitOr_type, NULL, NULL); in init_types()
1065 if (!BitOr_singleton) return 0; in init_types()
3609 Py_INCREF(BitOr_singleton); in ast2obj_operator()
3610 return BitOr_singleton; in ast2obj_operator()