Searched refs:CPP_UMINUS (Results 1 – 4 of 4) sorted by relevance
69 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2)) macro1366 op.op = CPP_UMINUS; in _cpp_parse_expr()1504 case CPP_UMINUS: in reduce()1930 case CPP_UMINUS: in num_unary_op()
6581 (CPP_UMINUS): Likewise.
69 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2)) macro1340 op.op = CPP_UMINUS; in _cpp_parse_expr()1478 case CPP_UMINUS: in reduce()1904 case CPP_UMINUS: in num_unary_op()
24342 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.