Searched refs:enum_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h30 typedef int64_t enum_type; typedef in class:lldb_private::OptionValueEnumeration
33 enum_type value;
39 OptionValueEnumeration (const OptionEnumValueElement *enumerators, enum_type value);
84 enum_type
85 operator = (enum_type value)
91 enum_type
97 enum_type
104 SetCurrentValue (enum_type value)
110 SetDefaultValue (enum_type value)
119 enum_type m_current_valu
[all...]
/freebsd-10-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h68 struct enum_type { struct
74 SLIST_ENTRY(enum_type) link;
77 SLIST_HEAD(snmp_enum_tc, enum_type);
264 struct enum_type *snmp_enumtc_init(char *);
265 void snmp_enumtc_free(struct enum_type *);
266 void snmp_enumtc_insert(struct snmp_toolinfo *, struct enum_type *);
267 struct enum_type *snmp_enumtc_lookup(struct snmp_toolinfo *, char *);
H A Dbsnmpmap.c163 struct enum_type *t;
549 struct enum_type *
552 struct enum_type *enum_tc;
554 if ((enum_tc = calloc(1, sizeof(struct enum_type))) == NULL) {
569 snmp_enumtc_free(struct enum_type *tc)
579 snmp_enumtc_insert(struct snmp_toolinfo *snmptoolctx, struct enum_type *entry)
587 struct enum_type *
590 struct enum_type *temp;
H A Dbsnmpimport.c337 struct enum_type *t;
590 struct enum_type *t;
885 struct enum_type *t;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h284 SetTypeName (ConstString enum_type) argument
286 m_enum_type = enum_type;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp22 enum_type value) :
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddebug.h205 bfd_boolean (*enum_type) member in struct:debug_write_fns
375 was also passed when enum_type, start_struct_type, or
H A Ddebug.c2552 return (*fns->enum_type) (fhandle, tag, (const char **) NULL,
2554 return (*fns->enum_type) (fhandle, tag, type->u.kenum->names,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp5424 const EnumType *enum_type = dyn_cast<EnumType>(qual_type.getTypePtr()); local
5426 if (enum_type)
5428 EnumDecl *enum_decl = enum_type->getDecl();
5480 const EnumType *enum_type = dyn_cast<EnumType>(clang_type); local
5482 if (enum_type)
5488 enum_type->getDecl(),
5497 enum_type->getDecl()->addDecl(enumerator_decl);
5519 const EnumType *enum_type = dyn_cast<EnumType>(clang_type); local
5520 if (enum_type)
5522 EnumDecl *enum_decl = enum_type
5737 const EnumType *enum_type = cast<EnumType>(qual_type.getTypePtr()); local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddwarfread.c479 static struct type *enum_type (struct dieinfo *, struct objfile *);
1583 Note that we need to call enum_type regardless of whether or not we
1595 type = enum_type (dip, objfile);
1611 enum_type -- decode and return a type for an enumeration
1615 static type *enum_type (struct dieinfo *dip, struct objfile *objfile)
1639 enum_type (struct dieinfo *dip, struct objfile *objfile) function
/freebsd-10-stable/contrib/gcc/cp/
H A Ddecl.c2775 ti.enum_p = tag_type == enum_type;
10114 case enum_type:
10172 && tag_code != enum_type
10180 && tag_code == enum_type)
10319 case enum_type:
10665 enumtype = lookup_and_check_tag (enum_type, name,
H A Dpt.c8058 tree enum_type;
8081 enum_type
8085 for (v = TYPE_VALUES (enum_type);
8057 tree enum_type; local
H A Dcp-tree.h3166 enum_type, /* "enum" types. */
3159 enum_type, /* "enum" types. */ enumerator in enum:tag_types
H A Dparser.c10576 tag_type = enum_type;
10626 if (tag_type != enum_type)
10817 else if (tag_type != enum_type && CLASSTYPE_TEMPLATE_INSTANTIATION (type)
10828 if (tag_type != enum_type)

Completed in 226 milliseconds