Home
last modified time | relevance | path

Searched refs:build_enumerator (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-tree.h455 extern tree build_enumerator (location_t, location_t, struct c_enum_contents *,
H A Dc-decl.c7576 build_enumerator (location_t decl_loc, location_t loc, in build_enumerator() function
H A Dc-parser.c2281 enum_decl = build_enumerator (decl_loc, value_loc, in c_parser_enum_specifier()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-tree.h537 extern tree build_enumerator (location_t, location_t, struct c_enum_contents *,
H A Dc-decl.c8593 build_enumerator (location_t decl_loc, location_t loc, in build_enumerator() function
H A Dc-parser.c2980 enum_decl = build_enumerator (decl_loc, value_loc, in c_parser_enum_specifier()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h5061 extern void build_enumerator (tree, tree, tree, location_t);
H A Ddecl.c12417 build_enumerator (tree name, tree value, tree enumtype, location_t loc) in build_enumerator() function
H A Dpt.c18821 build_enumerator in tsubst_enum()
H A Dparser.c14661 build_enumerator (identifier, value, type, loc); in cp_parser_enumerator_definition()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h6298 extern void build_enumerator (tree, tree, tree, tree, location_t);
H A Ddecl.c14605 build_enumerator (tree name, tree value, tree enumtype, tree attributes, in build_enumerator() function
H A Dpt.c24422 build_enumerator (DECL_NAME (decl), value, newtag, in tsubst_enum()
H A Dparser.c18445 build_enumerator (identifier, value, type, attrs, loc); in cp_parser_enumerator_definition()