Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dexpr.c69 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1))
70 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2))
1239 if (top->op <= CPP_EQ || top->op > CPP_LAST_CPP_OP + 2) in reduce()
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dexpr.c70 #define CPP_UPLUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 1))
71 #define CPP_UMINUS ((enum cpp_ttype) (CPP_LAST_CPP_OP + 2))
1468 if (top->op <= CPP_EQ || top->op > CPP_LAST_CPP_OP + 2) in reduce()
/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h162 CPP_LAST_CPP_OP = CPP_LESS_EQ enumerator
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h165 CPP_LAST_CPP_OP = CPP_LESS_EQ enumerator