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

/freebsd-10-stable/contrib/gcc/
H A Dc-lex.c509 else if ((flags & CPP_N_WIDTH) == CPP_N_MEDIUM)
536 else if ((flags & CPP_N_WIDTH) == CPP_N_MEDIUM)
649 flags |= CPP_N_MEDIUM;
677 if ((flags & CPP_N_WIDTH) != CPP_N_MEDIUM)
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dexpr.c121 d0 ? CPP_N_MEDIUM :
157 : (l == 1) ? CPP_N_MEDIUM : CPP_N_LARGE));
293 if ((result == CPP_N_MEDIUM) && CPP_PEDANTIC (pfile))
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h753 #define CPP_N_MEDIUM 0x0020 /* long, double. */ macro

Completed in 191 milliseconds