Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h57 #define INPLACE_ADD 55 macro
/external/python/cpython3/Include/
Dopcode.h35 #define INPLACE_ADD 55 macro
/external/python/cpython2/Doc/library/
Ddis.rst334 .. opcode:: INPLACE_ADD ()
/external/python/cpython2/Python/
Dcompile.c754 case INPLACE_ADD: in opcode_stack_effect()
2279 return INPLACE_ADD; in inplace_binop()
Dceval.c1708 TARGET_NOARG(INPLACE_ADD) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst474 .. opcode:: INPLACE_ADD
/external/python/cpython3/Python/
Dcompile.c903 case INPLACE_ADD: in PyCompile_OpcodeStackEffect()
2987 return INPLACE_ADD; in inplace_binop()
Dceval.c1629 TARGET(INPLACE_ADD) { in _PyEval_EvalFrameDefault()