Home
last modified time | relevance | path

Searched refs:BitXor_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
877 BitXor_singleton = PyType_GenericNew(BitXor_type, NULL, NULL); in init_types()
878 if (!BitXor_singleton) return 0; in init_types()
3065 Py_INCREF(BitXor_singleton); in ast2obj_operator()
3066 return BitXor_singleton; in ast2obj_operator()
/external/python/cpython3/Python/
DPython-ast.c396 *LShift_singleton, *RShift_singleton, *BitOr_singleton, *BitXor_singleton, variable
1068 BitXor_singleton = PyType_GenericNew(BitXor_type, NULL, NULL); in init_types()
1069 if (!BitXor_singleton) return 0; in init_types()
3612 Py_INCREF(BitXor_singleton); in ast2obj_operator()
3613 return BitXor_singleton; in ast2obj_operator()