Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h19 #define UNARY_NOT 12 macro
/third_party/python/Doc/library/
Ddis.rst385 .. opcode:: UNARY_NOT
/third_party/python/Python/
Dcompile.c976 case UNARY_NOT: in stack_effect()
3592 return UNARY_NOT; in unaryop()
Dceval.c1960 case TARGET(UNARY_NOT): { in _PyEval_EvalFrameDefault()