Home
last modified time | relevance | path

Searched refs:CPP_N_UNSIGNED (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c604 if (flags & CPP_N_UNSIGNED) in interpret_integer()
649 type = ((flags & CPP_N_UNSIGNED) in interpret_integer()
661 (flags & CPP_N_UNSIGNED) in interpret_integer()
842 if (flags & CPP_N_UNSIGNED) /* Unsigned _Fract. */ in interpret_fixed()
891 if (flags & CPP_N_UNSIGNED) /* Unsigned _Accum. */ in interpret_fixed()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c721 if (flags & CPP_N_UNSIGNED) in interpret_integer()
766 type = ((flags & CPP_N_UNSIGNED) in interpret_integer()
778 (flags & CPP_N_UNSIGNED) in interpret_integer()
1016 if (flags & CPP_N_UNSIGNED) /* Unsigned _Fract. */ in interpret_fixed()
1065 if (flags & CPP_N_UNSIGNED) /* Unsigned _Accum. */ in interpret_fixed()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dexpr.c130 flags |= CPP_N_UNSIGNED; in interpret_float_suffix()
224 | (u ? CPP_N_UNSIGNED : 0) in interpret_int_suffix()
564 result = CPP_N_UNSIGNED | CPP_N_LARGE | CPP_N_USERDEF; in cpp_classify_number()
579 int u_or_i = (result & (CPP_N_UNSIGNED|CPP_N_IMAGINARY)); in cpp_classify_number()
643 result.unsignedp = !!(type & CPP_N_UNSIGNED); in cpp_interpret_integer()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dexpr.c179 flags |= CPP_N_UNSIGNED; in interpret_float_suffix()
355 | (u ? CPP_N_UNSIGNED : 0) in interpret_int_suffix()
762 result = CPP_N_UNSIGNED | CPP_N_LARGE | CPP_N_USERDEF; in cpp_classify_number()
777 int u_or_i = (result & (CPP_N_UNSIGNED|CPP_N_IMAGINARY)); in cpp_classify_number()
849 result.unsignedp = !!(type & CPP_N_UNSIGNED); in cpp_interpret_integer()
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h837 #define CPP_N_UNSIGNED 0x1000 /* Properties. */ macro
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h979 #define CPP_N_UNSIGNED 0x1000 /* Properties. */ macro