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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c91 constant value. Note that will do not have to save this or `enum_overflow'
100 static int enum_overflow;
5953 enum_overflow = 0;
6137 if (enum_overflow)
6151 enum_overflow = tree_int_cst_lt (enum_next_value, value);
99 static int enum_overflow; variable

Completed in 62 milliseconds