Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h80 #define INPLACE_AND 77 macro
/external/python/cpython3/Include/
Dopcode.h55 #define INPLACE_AND 77 macro
/external/python/cpython2/Doc/library/
Ddis.rst354 .. opcode:: INPLACE_AND ()
/external/python/cpython2/Python/
Dcompile.c790 case INPLACE_AND: in opcode_stack_effect()
2304 return INPLACE_AND; in inplace_binop()
Dceval.c1801 TARGET_NOARG(INPLACE_AND) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst528 .. opcode:: INPLACE_AND
/external/python/cpython3/Python/
Dcompile.c946 case INPLACE_AND: in stack_effect()
3150 return INPLACE_AND; in inplace_binop()
Dceval.c1533 TARGET(INPLACE_AND) { in _PyEval_EvalFrameDefault()