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

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-lex.c714 if (flags & CPP_N_UNSIGNED)
759 type = ((flags & CPP_N_UNSIGNED)
771 (flags & CPP_N_UNSIGNED)
977 if (flags & CPP_N_UNSIGNED) /* Unsigned _Fract. */
1026 if (flags & CPP_N_UNSIGNED) /* Unsigned _Accum. */
/haiku-buildtools/gcc/libcpp/
H A Dexpr.c140 flags |= CPP_N_UNSIGNED;
244 | (u ? CPP_N_UNSIGNED : 0)
646 result = CPP_N_UNSIGNED | CPP_N_LARGE | CPP_N_USERDEF;
661 int u_or_i = (result & (CPP_N_UNSIGNED|CPP_N_IMAGINARY));
733 result.unsignedp = !!(type & CPP_N_UNSIGNED);
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h886 #define CPP_N_UNSIGNED 0x1000 /* Properties. */ macro

Completed in 51 milliseconds