Home
last modified time | relevance | path

Searched refs:CPP_LAST_CPP_OP (Results 1 – 6 of 6) 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))
69 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2))
1482 if (top->op <= CPP_EQ || top->op > CPP_LAST_CPP_OP + 2) in reduce()
H A DChangeLog6967 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
/netbsd-src/external/gpl3/gcc.old/dist/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))
1456 if (top->op <= CPP_EQ || top->op > CPP_LAST_CPP_OP + 2) in reduce()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h165 CPP_LAST_CPP_OP = CPP_LESS_EQ enumerator
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h165 CPP_LAST_CPP_OP = CPP_LESS_EQ enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224237 * cpplib.h (CPP_LAST_CPP_OP): Correct.