Home
last modified time | relevance | path

Searched refs:enum_type (Results 1 – 25 of 31) sorted by relevance

12

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dread-md.h47 struct enum_type *parent_enum;
63 struct enum_type { struct
138 extern struct enum_type *lookup_enum_type (const char *);
H A Dgenenums.c32 struct enum_type *def; in print_enum_type()
35 def = (struct enum_type *) *slot; in print_enum_type()
H A Dgenconstants.c53 struct enum_type *def; in print_enum_type()
57 def = (struct enum_type *) *slot; in print_enum_type()
H A Dread-md.c694 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 Dopt-functions.awk195 return enum_type[en] " "
214 return enum_type[en] " "
H A Doptc-gen.awk52 type = enum_type[name]
91 print " sizeof (" enum_type[name] "),"
H A Dopt-read.awk88 enum_type[name] = type
H A Dgenattrtab.c2971 struct enum_type *et; in gen_attr()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dread-md.h60 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 Dgenenums.c34 struct enum_type *def; in print_enum_type()
37 def = (struct enum_type *) *slot; in print_enum_type()
H A Dgenconstants.c54 struct enum_type *def; in print_enum_type()
58 def = (struct enum_type *) *slot; in print_enum_type()
H A Dread-md.c824 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 Dopt-functions.awk198 return enum_type[en] " "
217 return enum_type[en] " "
H A Dlanghooks.c763 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 Dopt-read.awk88 enum_type[name] = type
H A Doptc-gen.awk129 type = enum_type[name]
168 print " sizeof (" enum_type[name] "),"
/dflybsd-src/contrib/gdb-7/gdb/python/lib/gdb/
H A Dtypes.py72 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 Dprinting.py245 def __init__(self, enum_type): argument
246 super(FlagEnumerationPrinter, self).__init__(enum_type)
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Ddebug.h205 bfd_boolean (*enum_type) member
H A Ddebug.c2548 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 Ddebug.h205 bfd_boolean (*enum_type) member
H A Ddebug.c2549 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 Ddecl.c3141 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 Dparser.c13932 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 Ddecl.c3746 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()

12