Searched refs:_unaryop (Results 1 – 2 of 2) sorted by relevance
22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; enum