Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h64 #define INPLACE_AND 77 macro
/third_party/python/Doc/library/
Ddis.rst545 .. opcode:: INPLACE_AND
/third_party/python/Python/
Dcompile.c1029 case INPLACE_AND: in stack_effect()
3668 return INPLACE_AND; in inplace_binop()
Dceval.c2329 case TARGET(INPLACE_AND): { in _PyEval_EvalFrameDefault()