Home
last modified time | relevance | path

Searched refs:CPP_UPLUS (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dexpr.c68 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1)) macro
797 op.op = CPP_UPLUS; in _cpp_parse_expr()
924 case CPP_UPLUS: in reduce()
1325 case CPP_UPLUS: in num_unary_op()
H A DChangeLog295 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppexp.c71 #define CPP_UPLUS (CPP_LAST_CPP_OP + 1) macro
787 op.op = CPP_UPLUS;
919 case CPP_UPLUS:
1348 case CPP_UPLUS:
H A DChangeLog.79895 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.