Home
last modified time | relevance | path

Searched defs:USub (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; enumerator
/external/python/cpython3/Include/
DPython-ast.h28 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; enumerator