/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | read-md.h | 47 struct enum_type *parent_enum; 63 struct enum_type { struct 138 extern struct enum_type *lookup_enum_type (const char *);
|
H A D | genenums.c | 32 struct enum_type *def; in print_enum_type() 35 def = (struct enum_type *) *slot; in print_enum_type()
|
H A D | genconstants.c | 53 struct enum_type *def; in print_enum_type() 57 def = (struct enum_type *) *slot; in print_enum_type()
|
H A D | read-md.c | 694 struct enum_type *parent_enum) in add_constant() 789 struct enum_type *def; in handle_enum() 798 def = (struct enum_type *) *slot; in handle_enum() 805 def = XNEW (struct enum_type); in handle_enum() 852 struct enum_type * 855 return (struct enum_type *) htab_find (enum_types, &name); in lookup_enum_type()
|
H A D | opt-functions.awk | 195 return enum_type[en] " " 214 return enum_type[en] " "
|
H A D | optc-gen.awk | 52 type = enum_type[name] 91 print " sizeof (" enum_type[name] "),"
|
H A D | opt-read.awk | 88 enum_type[name] = type
|
H A D | genattrtab.c | 2971 struct enum_type *et; in gen_attr()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | read-md.h | 60 struct enum_type *parent_enum; 76 struct enum_type { struct 149 struct enum_type *lookup_enum_type (const char *name); 342 extern struct enum_type *lookup_enum_type (const char *);
|
H A D | genenums.c | 34 struct enum_type *def; in print_enum_type() 37 def = (struct enum_type *) *slot; in print_enum_type()
|
H A D | genconstants.c | 54 struct enum_type *def; in print_enum_type() 58 def = (struct enum_type *) *slot; in print_enum_type()
|
H A D | read-md.c | 824 struct enum_type *parent_enum) in add_constant() 915 struct enum_type *def; in handle_enum() 924 def = (struct enum_type *) *slot; in handle_enum() 931 def = XNEW (struct enum_type); in handle_enum() 976 struct enum_type * 979 return (struct enum_type *) htab_find (m_enum_types, &name); in lookup_enum_type()
|
H A D | opt-functions.awk | 198 return enum_type[en] " " 217 return enum_type[en] " "
|
H A D | langhooks.c | 763 lhd_enum_underlying_base_type (const_tree enum_type) in lhd_enum_underlying_base_type() argument 765 return lang_hooks.types.type_for_size (TYPE_PRECISION (enum_type), in lhd_enum_underlying_base_type() 766 TYPE_UNSIGNED (enum_type)); in lhd_enum_underlying_base_type()
|
H A D | opt-read.awk | 88 enum_type[name] = type
|
H A D | optc-gen.awk | 129 type = enum_type[name] 168 print " sizeof (" enum_type[name] "),"
|
/dflybsd-src/contrib/gdb-7/gdb/python/lib/gdb/ |
H A D | types.py | 72 def make_enum_dict(enum_type): argument 85 if enum_type.code != gdb.TYPE_CODE_ENUM: 88 for field in enum_type.fields():
|
H A D | printing.py | 245 def __init__(self, enum_type): argument 246 super(FlagEnumerationPrinter, self).__init__(enum_type)
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | debug.h | 205 bfd_boolean (*enum_type) member
|
H A D | debug.c | 2548 return (*fns->enum_type) (fhandle, tag, (const char **) NULL, in debug_write_type() 2550 return (*fns->enum_type) (fhandle, tag, type->u.kenum->names, in debug_write_type()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | debug.h | 205 bfd_boolean (*enum_type) member
|
H A D | debug.c | 2549 return (*fns->enum_type) (fhandle, tag, (const char **) NULL, in debug_write_type() 2551 return (*fns->enum_type) (fhandle, tag, type->u.kenum->names, in debug_write_type()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | decl.c | 3141 ti.enum_p = tag_type == enum_type; in build_typename_type() 11441 case enum_type: in tag_name() 11510 && tag_code != enum_type in check_elaborated_type_specifier() 11518 && tag_code == enum_type) in check_elaborated_type_specifier() 11655 case enum_type: in xref_tag_1() 12070 enumtype = lookup_and_check_tag (enum_type, name, in start_enum() 12143 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current, in start_enum()
|
H A D | parser.c | 13932 tag_type = enum_type; in cp_parser_elaborated_type_specifier() 13990 if (tag_type != enum_type) in cp_parser_elaborated_type_specifier() 14212 else if (tag_type != enum_type && CLASSTYPE_TEMPLATE_INSTANTIATION (type) in cp_parser_elaborated_type_specifier() 14223 if (tag_type != enum_type) in cp_parser_elaborated_type_specifier() 14339 enum_type, in cp_parser_enum_specifier()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | decl.c | 3746 ti.enum_p = tag_type == enum_type; in build_typename_type() 13543 case enum_type: in tag_name() 13613 && tag_code != enum_type in check_elaborated_type_specifier() 13621 && tag_code == enum_type) in check_elaborated_type_specifier() 13777 case enum_type: in xref_tag_1() 14225 enumtype = lookup_and_check_tag (enum_type, name, in start_enum() 14304 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current, in start_enum()
|