/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-tree.h | 198 extern tree build_enumerator PARAMS ((tree, tree));
|
H A D | c-parse.in | 1927 { $$ = build_enumerator ($1, NULL_TREE); } 1929 { $$ = build_enumerator ($1, $3); }
|
H A D | c-decl.c | 5723 build_enumerator (name, value) in build_enumerator() function
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-tree.h | 453 extern tree build_enumerator (tree, tree);
|
H A D | c-parser.c | 1754 enum_decl = build_enumerator (enum_id, enum_value); in c_parser_enum_specifier()
|
H A D | c-decl.c | 5921 build_enumerator (tree name, tree value) in build_enumerator() function
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog.tree-ssa | 223 * decl.c (build_enumerator): Likewise.
|
H A D | ChangeLog-1998 | 1580 (build_enumerator): Call finish_member_declaration. 2243 * cp-tree.h (build_enumerator): Take the enumeration type as a 2248 build_enumerator. 2249 (build_enumerator): Take the enumeration type as a 2370 * decl.c (build_enumerator): Set DECL_CONTEXT for the 2719 (build_enumerator): Copy initializers for template enumerations,
|
H A D | ChangeLog-2003 | 2508 (build_enumerator): Set DECL_CONTEXT for namespace-scope 3403 (build_enumerator): Use perform_integral_promotions. 5037 * decl.c (build_enumerator): Set TREE_CONSTANT. 5676 (build_enumerator): Delay copying value node until finish_enum 6002 * decl.c (build_enumerator): Remove unneeded test.
|
H A D | ChangeLog-1999 | 846 * cp-tree.h (build_enumerator): Change prototype. 852 (build_enumerator): Fix indentation. Don't copy CONST_DECLs when 860 * pt.c (tsubst_enum): Adjust according to build_enumerator changes. 3326 (build_enumerator): Likewise. 5615 (build_enumerator): Don't call pushdecl_class_level here.
|
H A D | ChangeLog-1997 | 1598 * decl.c (build_enumerator): Global enumerators are also readonly. 1818 * decl.c (build_enumerator): Fix problem with unsigned long
|
H A D | ChangeLog-2004 | 194 (build_enumerator): Likewise. 951 (build_enumerator): Likewise. 1567 build_enumerator, check_function_type, start_preparsed_function, 2265 * decl.c (build_enumerator): Use add_double and int_fits_type_p
|
H A D | ChangeLog-2000 | 991 (build_enumerator): Fix typo in comment. 2508 (build_enumerator): Likewise. 4226 (build_enumerator): Likewise. 5975 (build_enumerator): Use build_binary_op instead of
|
H A D | cp-tree.h | 3929 extern void build_enumerator (tree, tree, tree);
|
H A D | ChangeLog-1994 | 2655 (build_enumerator): Put the CONST_DECL in the list instead of its 3289 (build_enumerator): Use enum_overflow. Also use current_scope(). 3292 build_enumerator here.
|
H A D | ChangeLog-1996 | 1740 * decl.c (build_enumerator): Always copy the INTEGER_CST used to 1744 build_enumerator will do it.
|
H A D | ChangeLog | 4189 (build_enumerator): Use error_mark_node for erroneous values. 6761 * decl.c (build_enumerator): Do not issue duplicate error messages
|
H A D | decl.c | 10333 build_enumerator (tree name, tree value, tree enumtype) in build_enumerator() function
|
H A D | pt.c | 12545 build_enumerator (DECL_NAME (decl), value, newtag); in tsubst_enum()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | parse.y | 2847 { build_enumerator ($1, NULL_TREE, current_enum_type); } 2849 { build_enumerator ($1, $3, current_enum_type); }
|
H A D | ChangeLog.2 | 846 * cp-tree.h (build_enumerator): Change prototype. 852 (build_enumerator): Fix indentation. Don't copy CONST_DECLs when 3326 (build_enumerator): Likewise. 5615 (build_enumerator): Don't call pushdecl_class_level here. 8368 (build_enumerator): Call finish_member_declaration. 9031 * cp-tree.h (build_enumerator): Take the enumeration type as a 9036 build_enumerator. 9037 (build_enumerator): Take the enumeration type as a 9158 * decl.c (build_enumerator): Set DECL_CONTEXT for the 15489 * decl.c (build_enumerator): Fix problem with unsigned long [all …]
|
H A D | cp-tree.h | 3821 extern void build_enumerator PARAMS ((tree, tree, tree));
|
H A D | ChangeLog | 341 * decl.c (build_enumerator): Set DECL_CONTEXT after the enumerator 1724 (build_enumerator): Delay copying value node until finish_enum (). Remove 10863 (build_enumerator): Fix typo in comment. 12380 (build_enumerator): Likewise. 14098 (build_enumerator): Likewise. 15847 (build_enumerator): Use build_binary_op instead of
|
H A D | pt.c | 10771 build_enumerator (TREE_PURPOSE (e), value, newtag);
|
H A D | ChangeLog.1 | 6095 (build_enumerator): Put the CONST_DECL in the list instead of its 6729 (build_enumerator): Use enum_overflow. Also use current_scope(). 6732 build_enumerator here.
|