Searched refs:the_enum (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-decl.c | 8750 start_enum (location_t loc, struct c_enum_contents *the_enum, tree name) in start_enum() argument 8792 the_enum->enum_next_value = integer_zero_node; in start_enum() 8793 the_enum->enum_overflow = 0; in start_enum() 8983 struct c_enum_contents *the_enum, tree name, tree value) in build_enumerator() argument 9030 value = the_enum->enum_next_value; in build_enumerator() 9031 if (the_enum->enum_overflow) in build_enumerator() 9055 the_enum->enum_next_value in build_enumerator() 9058 the_enum->enum_overflow = tree_int_cst_lt (the_enum->enum_next_value, value); in build_enumerator() 9085 struct c_enum_contents the_enum; in c_simulate_enum_decl() local 9086 tree enumtype = start_enum (loc, &the_enum, get_identifier (name)); in c_simulate_enum_decl() [all …]
|
| H A D | c-parser.c | 3132 struct c_enum_contents the_enum; in c_parser_enum_specifier() local 3139 type = start_enum (enum_loc, &the_enum, ident); in c_parser_enum_specifier() 3188 &the_enum, enum_id, enum_value); in c_parser_enum_specifier()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-decl.cc | 9102 start_enum (location_t loc, struct c_enum_contents *the_enum, tree name) in start_enum() argument 9144 the_enum->enum_next_value = integer_zero_node; in start_enum() 9145 the_enum->enum_overflow = 0; in start_enum() 9335 struct c_enum_contents *the_enum, tree name, tree value) in build_enumerator() argument 9382 value = the_enum->enum_next_value; in build_enumerator() 9383 if (the_enum->enum_overflow) in build_enumerator() 9407 the_enum->enum_next_value in build_enumerator() 9410 the_enum->enum_overflow = tree_int_cst_lt (the_enum->enum_next_value, value); in build_enumerator() 9437 struct c_enum_contents the_enum; in c_simulate_enum_decl() local 9438 tree enumtype = start_enum (loc, &the_enum, get_identifier (name)); in c_simulate_enum_decl() [all …]
|
| H A D | c-parser.cc | 3174 struct c_enum_contents the_enum; in c_parser_enum_specifier() local 3181 type = start_enum (enum_loc, &the_enum, ident); in c_parser_enum_specifier() 3230 &the_enum, enum_id, enum_value); in c_parser_enum_specifier()
|