Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h44 #define INPLACE_SUBTRACT 56 macro
/third_party/python/Doc/library/
Ddis.rst530 .. opcode:: INPLACE_SUBTRACT
/third_party/python/Python/
Dcompile.c1002 case INPLACE_SUBTRACT: in stack_effect()
3648 return INPLACE_SUBTRACT; in inplace_binop()
Dceval.c2293 case TARGET(INPLACE_SUBTRACT): { in _PyEval_EvalFrameDefault()