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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h523 int enum_overflow; member in struct:c_enum_contents
H A Dc-decl.c8824 the_enum->enum_overflow = 0;
9062 if (the_enum->enum_overflow)
9089 the_enum->enum_overflow = tree_int_cst_lt (the_enum->enum_next_value, value);
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h525 int enum_overflow; member in struct:c_enum_contents
H A Dc-decl.cc9176 the_enum->enum_overflow = 0;
9414 if (the_enum->enum_overflow)
9441 the_enum->enum_overflow = tree_int_cst_lt (the_enum->enum_next_value, value);

Completed in 282 milliseconds