Searched refs:ROPSTR (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | typeobject.c | 7096 #define SLOT1BINFULL(FUNCNAME, TESTFUNC, SLOTNAME, OPSTR, ROPSTR) \ argument 7103 _Py_static_string(rop_id, ROPSTR); \ 7141 #define SLOT1BIN(FUNCNAME, SLOTNAME, OPSTR, ROPSTR) \ argument 7142 SLOT1BINFULL(FUNCNAME, FUNCNAME, SLOTNAME, OPSTR, ROPSTR)
|