Searched refs:CPP_UPLUS (Results 1 – 4 of 4) sorted by relevance
68 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1)) macro797 op.op = CPP_UPLUS; in _cpp_parse_expr()924 case CPP_UPLUS: in reduce()1325 case CPP_UPLUS: in num_unary_op()
295 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
71 #define CPP_UPLUS (CPP_LAST_CPP_OP + 1) macro787 op.op = CPP_UPLUS;919 case CPP_UPLUS:1348 case CPP_UPLUS:
9895 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.