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

/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dexpr.c394 if ((type & CPP_N_RADIX) == CPP_N_OCTAL)
399 else if ((type & CPP_N_RADIX) == CPP_N_HEX)
404 else if ((type & CPP_N_RADIX) == CPP_N_BINARY)
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h756 #define CPP_N_RADIX 0x0F00 macro
/freebsd-10-stable/contrib/gcc/
H A Dc-lex.c584 if ((flags & CPP_N_RADIX) != CPP_N_DECIMAL)

Completed in 60 milliseconds