Home
last modified time | relevance | path

Searched refs:BINARY_ADD (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dopcode.h26 #define BINARY_ADD 23 macro
/third_party/python/Doc/library/
Ddis.rst446 .. opcode:: BINARY_ADD
/third_party/python/Doc/whatsnew/
D3.4.rst734 BINARY_ADD
754 BINARY_ADD (23)
759 ' 6 BINARY_ADD',
D3.2.rst1979 26 BINARY_ADD
/third_party/python/Python/
Dcompile.c991 case BINARY_ADD: in stack_effect()
3609 return BINARY_ADD; in binop()
Dceval.c2068 case TARGET(BINARY_ADD): { in _PyEval_EvalFrameDefault()