Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dexpr.cc69 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2)) macro
1366 op.op = CPP_UMINUS; in _cpp_parse_expr()
1504 case CPP_UMINUS: in reduce()
1930 case CPP_UMINUS: in num_unary_op()
H A DChangeLog6581 (CPP_UMINUS): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dexpr.c69 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2)) macro
1340 op.op = CPP_UMINUS; in _cpp_parse_expr()
1478 case CPP_UMINUS: in reduce()
1904 case CPP_UMINUS: in num_unary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224342 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.