Searched refs:CPP_N_INTEGER (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-lex.c435 case CPP_N_INTEGER:
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h867 #define CPP_N_INTEGER 0x0001 macro
909 /* Evaluate a token classified as category CPP_N_INTEGER. */
/haiku-buildtools/gcc/libcpp/
H A Dexpr.c407 return CPP_N_INTEGER | CPP_N_SMALL | CPP_N_DECIMAL;
687 result |= CPP_N_INTEGER;
1014 case CPP_N_INTEGER:

Completed in 125 milliseconds