Home
last modified time | relevance | path

Searched refs:CPP_LAST_CPP_OP (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h61 #define CPP_LAST_CPP_OP CPP_LESS_EQ macro
H A Dcppexp.c71 #define CPP_UPLUS (CPP_LAST_CPP_OP + 1)
72 #define CPP_UMINUS (CPP_LAST_CPP_OP + 2)
898 if (top->op <= CPP_EQ || top->op > CPP_LAST_CPP_OP + 2)
H A DChangeLog.79790 * cpplib.h (CPP_LAST_CPP_OP): Correct.
/openbsd-src/gnu/gcc/libcpp/
H A Dexpr.c68 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1))
69 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2))
903 if (top->op <= CPP_EQ || top->op > CPP_LAST_CPP_OP + 2) in reduce()
H A DChangeLog682 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h151 CPP_LAST_CPP_OP = CPP_LESS_EQ enumerator