Searched refs:CPP_UPLUS (Results 1 – 4 of 4) sorted by relevance
68 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1)) macro1362 op.op = CPP_UPLUS; in _cpp_parse_expr()1503 case CPP_UPLUS: in reduce()1923 case CPP_UPLUS: in num_unary_op()
6580 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
68 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1)) macro1336 op.op = CPP_UPLUS; in _cpp_parse_expr()1477 case CPP_UPLUS: in reduce()1897 case CPP_UPLUS: in num_unary_op()
24342 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.