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

/freebsd-10-stable/contrib/gcc/
H A Dc-lex.c568 if (flags & CPP_N_UNSIGNED)
613 type = ((flags & CPP_N_UNSIGNED)
623 (flags & CPP_N_UNSIGNED) ? "unsigned long" : "long");
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dexpr.c155 | (u ? CPP_N_UNSIGNED : 0)
323 int u_or_i = (result & (CPP_N_UNSIGNED|CPP_N_IMAGINARY));
378 result.unsignedp = !!(type & CPP_N_UNSIGNED);
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h762 #define CPP_N_UNSIGNED 0x1000 /* Properties. */ macro

Completed in 118 milliseconds