Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcclibs/libcpp/
Dexpr.c69 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2)) macro
804 op.op = CPP_UMINUS; in _cpp_parse_expr()
928 case CPP_UMINUS: in reduce()
1335 case CPP_UMINUS: in num_unary_op()
DChangeLog296 (CPP_UMINUS): Likewise.
/freebsd-12-stable/contrib/gcc/
DChangeLog-200224342 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.