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

/freebsd-10-stable/contrib/gcc/
H A Dc-lex.c620 && (flags & CPP_N_WIDTH) != CPP_N_LARGE
654 if ((flags & CPP_N_WIDTH) == CPP_N_LARGE)
661 if ((flags & CPP_N_WIDTH) == CPP_N_LARGE)
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dexpr.c122 l ? CPP_N_LARGE : CPP_N_DEFAULT)
157 : (l == 1) ? CPP_N_MEDIUM : CPP_N_LARGE));
324 int large = (result & CPP_N_WIDTH) == CPP_N_LARGE;
332 if ((result & CPP_N_WIDTH) == CPP_N_LARGE
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h754 #define CPP_N_LARGE 0x0040 /* long long, long double. */ macro

Completed in 60 milliseconds