Home
last modified time | relevance | path

Searched refs:Py_RETURN_RICHCOMPARE (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Objects/
H A Dcellobject.c103 Py_RETURN_RICHCOMPARE(b == NULL, a == NULL, op); in cell_richcompare()
H A Dtupleobject.c665 Py_RETURN_RICHCOMPARE(vlen, wlen, op); in tuplerichcompare()
H A Dbytesobject.c1577 Py_RETURN_RICHCOMPARE(c, 0, op); in bytes_richcompare()
1578 Py_RETURN_RICHCOMPARE(len_a, len_b, op); in bytes_richcompare()
H A Dlistobject.c2748 Py_RETURN_RICHCOMPARE(Py_SIZE(vl), Py_SIZE(wl), op); in list_richcompare()
H A Dlongobject.c3128 Py_RETURN_RICHCOMPARE(result, 0, op); in long_richcompare()
H A Dunicodeobject.c11351 Py_RETURN_RICHCOMPARE(result, 0, op); in PyUnicode_RichCompare()
/third_party/python/Include/
H A Dobject.h688 #define Py_RETURN_RICHCOMPARE(val1, val2, op) \ macro
/third_party/python/Modules/
H A Dselectmodule.c1912 Py_RETURN_RICHCOMPARE(result, 0, op); in kqueue_event_richcompare()
H A D_tkinter.c842 Py_RETURN_RICHCOMPARE(result, 0, op); in PyTclObject_richcompare()
H A D_datetimemodule.c1806 Py_RETURN_RICHCOMPARE(diff, 0, op); in diff_to_bool()

Completed in 63 milliseconds