Searched refs:build_enumerator (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-tree.h | 455 extern tree build_enumerator (location_t, location_t, struct c_enum_contents *,
|
H A D | c-decl.c | 7576 build_enumerator (location_t decl_loc, location_t loc, in build_enumerator() function
|
H A D | c-parser.c | 2281 enum_decl = build_enumerator (decl_loc, value_loc, in c_parser_enum_specifier()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-tree.h | 537 extern tree build_enumerator (location_t, location_t, struct c_enum_contents *,
|
H A D | c-decl.c | 8593 build_enumerator (location_t decl_loc, location_t loc, in build_enumerator() function
|
H A D | c-parser.c | 2980 enum_decl = build_enumerator (decl_loc, value_loc, in c_parser_enum_specifier()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-tree.h | 5061 extern void build_enumerator (tree, tree, tree, location_t);
|
H A D | decl.c | 12417 build_enumerator (tree name, tree value, tree enumtype, location_t loc) in build_enumerator() function
|
H A D | pt.c | 18821 build_enumerator in tsubst_enum()
|
H A D | parser.c | 14661 build_enumerator (identifier, value, type, loc); in cp_parser_enumerator_definition()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-tree.h | 6298 extern void build_enumerator (tree, tree, tree, tree, location_t);
|
H A D | decl.c | 14605 build_enumerator (tree name, tree value, tree enumtype, tree attributes, in build_enumerator() function
|
H A D | pt.c | 24422 build_enumerator (DECL_NAME (decl), value, newtag, in tsubst_enum()
|
H A D | parser.c | 18445 build_enumerator (identifier, value, type, attrs, loc); in cp_parser_enumerator_definition()
|