Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h60 #define INPLACE_AND 77 macro
/third_party/python/Doc/library/
Ddis.rst545 .. opcode:: INPLACE_AND
/third_party/python/Python/
Dcompile.c947 case INPLACE_AND: in stack_effect()
3542 return INPLACE_AND; in inplace_binop()
Dceval.c1945 case TARGET(INPLACE_AND): { in _PyEval_EvalFrameDefault()