Searched refs:enumtype (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c5922 tree enumtype = 0;
5929 enumtype = lookup_tag (ENUMERAL_TYPE, name, 1);
5931 if (enumtype == 0 || TREE_CODE (enumtype) != ENUMERAL_TYPE)
5933 enumtype = make_node (ENUMERAL_TYPE);
5934 pushtag (name, enumtype);
5937 if (C_TYPE_BEING_DEFINED (enumtype))
5940 C_TYPE_BEING_DEFINED (enumtype) = 1;
5942 if (TYPE_VALUES (enumtype) != 0) argument
5949 TYPE_VALUES (enumtype)
5896 tree enumtype = 0; local
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c10189 tree enumtype;
10197 enumtype = lookup_and_check_tag (enum_type, name,
10201 if (enumtype != NULL_TREE && TREE_CODE (enumtype) == ENUMERAL_TYPE)
10203 error ("multiple definition of %q#T", enumtype);
10204 error ("%Jprevious definition here", TYPE_MAIN_DECL (enumtype));
10206 TYPE_VALUES (enumtype) = NULL_TREE;
10212 if (enumtype == error_mark_node)
10215 enumtype = make_node (ENUMERAL_TYPE);
10216 enumtype
10170 tree enumtype; local
10208 finish_enum(tree enumtype) argument
10406 build_enumerator(tree name, tree value, tree enumtype) argument
[all...]
/freebsd-9.3-release/lib/bind/dns/
H A DMakefile124 dns/enumtype.h \
141 generate: ${.CURDIR}/dns/enumtype.h ${.CURDIR}/dns/enumclass.h \
146 ${.CURDIR}/dns/enumtype.h: gen
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dtypes.h204 #include <dns/enumtype.h> /* Provides dns_rdatatype_t. */
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dinsertion.c320 int enumtype;
338 enumstack[enumstack_offset].enumtype = current_enumtype;
353 current_enumtype = enumstack[enumstack_offset].enumtype;
319 int enumtype; member in struct:__anon4251
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dnamedconf.c54 parse_enum_or_other(cfg_parser_t *pctx, const cfg_type_t *enumtype,
1978 parse_enum_or_other(cfg_parser_t *pctx, const cfg_type_t *enumtype, argument
1984 cfg_is_enum(TOKEN_STRING(pctx), enumtype->of)) {
1985 CHECK(cfg_parse_enum(pctx, enumtype, ret));
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drdata.c38 #include <dns/enumtype.h>

Completed in 116 milliseconds