Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_operator.c.h416 _operator_xor_impl(PyObject *module, PyObject *a, PyObject *b);
430 return_value = _operator_xor_impl(module, a, b); in _operator_xor()
/third_party/python/Modules/
D_operator.c272 _operator_xor_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_xor_impl() function