Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcclibs/libcpp/
Dexpr.c174 return CPP_N_INTEGER | CPP_N_SMALL | CPP_N_DECIMAL; in cpp_classify_number()
338 result |= CPP_N_INTEGER; in cpp_classify_number()
612 case CPP_N_INTEGER: in eval_token()
/freebsd-9-stable/contrib/gcclibs/libcpp/include/
Dcpplib.h748 #define CPP_N_INTEGER 0x0001 macro
/freebsd-9-stable/contrib/gcc/
Dc-lex.c370 case CPP_N_INTEGER: in c_lex_with_flags()
DChangeLog-200219345 CPP_N_INTEGER, CPP_N_FLOATING, CPP_N_WIDTH, CPP_N_SMALL,