Searched refs:CPP_UMINUS (Results 1 – 3 of 3) sorted by relevance
69 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2)) macro804 op.op = CPP_UMINUS; in _cpp_parse_expr()928 case CPP_UMINUS: in reduce()1335 case CPP_UMINUS: in num_unary_op()
296 (CPP_UMINUS): Likewise.
24342 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.