Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-tree.h412 int enum_overflow; member
H A Dc-decl.c7404 the_enum->enum_overflow = 0; in start_enum()
7625 if (the_enum->enum_overflow) in build_enumerator()
7652 the_enum->enum_overflow = tree_int_cst_lt (the_enum->enum_next_value, value); in build_enumerator()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-tree.h492 int enum_overflow; member
H A Dc-decl.c8410 the_enum->enum_overflow = 0; in start_enum()
8642 if (the_enum->enum_overflow) in build_enumerator()
8669 the_enum->enum_overflow = tree_int_cst_lt (the_enum->enum_next_value, value); in build_enumerator()