enum jnc.UnOpKind
enum UnOpKind { Undefined = 0, Plus, Minus, BwNot, Indir, Addr, LogNot, PreInc, PreDec, PostInc, PostDec, Ptr, _Count, };
enum UnOpKind { Undefined = 0, Plus, Minus, BwNot, Indir, Addr, LogNot, PreInc, PreDec, PostInc, PostDec, Ptr, _Count, };