Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h18 #define UNARY_NEGATIVE 11 macro
/third_party/python/Doc/library/
Ddis.rst380 .. opcode:: UNARY_NEGATIVE
/third_party/python/Python/
Dcompile.c975 case UNARY_NEGATIVE: in stack_effect()
3596 return UNARY_NEGATIVE; in unaryop()
Dceval.c1950 case TARGET(UNARY_NEGATIVE): { in _PyEval_EvalFrameDefault()