Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:UNARY

808 #define UNARY(name, op, s) \
817 UNARY (neg, -, u);
818 UNARY (not, ~, u);
831 #undef UNARY