Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h51 #define BINARY_AND 64 macro
/third_party/python/Doc/library/
Ddis.rst471 .. opcode:: BINARY_AND
/third_party/python/Python/
Dcompile.c1014 case BINARY_AND: in stack_effect()
3631 return BINARY_AND; in binop()
Dceval.c2142 case TARGET(BINARY_AND): { in _PyEval_EvalFrameDefault()