Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dexpr.cc68 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1)) macro
1362 op.op = CPP_UPLUS; in _cpp_parse_expr()
1503 case CPP_UPLUS: in reduce()
1923 case CPP_UPLUS: in num_unary_op()
H A DChangeLog6580 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dexpr.c68 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1)) macro
1336 op.op = CPP_UPLUS; in _cpp_parse_expr()
1477 case CPP_UPLUS: in reduce()
1897 case CPP_UPLUS: in num_unary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224342 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.