Home
last modified time | relevance | path

Searched defs:RICHCMP_WRAPPER (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c4838 #define RICHCMP_WRAPPER(NAME, OP) \ macro
4845 RICHCMP_WRAPPER(lt, Py_LT) function
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c7019 #define RICHCMP_WRAPPER(NAME, OP) \ macro
7026 RICHCMP_WRAPPER(lt, Py_LT) in RICHCMP_WRAPPER() function