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.h64 #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.rst545 .. opcode:: INPLACE_AND
/external/python/cpython3/Python/
Dcompile.c1031 case INPLACE_AND: in stack_effect()
3669 return INPLACE_AND; in inplace_binop()
Dceval.c2329 case TARGET(INPLACE_AND): { in _PyEval_EvalFrameDefault()