Home
last modified time | relevance | path

Searched refs:INPLACE_ADD (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dopcode.h43 #define INPLACE_ADD 55 macro
/third_party/python/Doc/library/
Ddis.rst525 .. opcode:: INPLACE_ADD
/third_party/python/Python/
Dcompile.c1001 case INPLACE_ADD: in stack_effect()
3646 return INPLACE_ADD; in inplace_binop()
Dceval.c2274 case TARGET(INPLACE_ADD): { in _PyEval_EvalFrameDefault()