Lines Matching refs:DECL_INITIAL
355 if (DECL_INITIAL (label) == NULL_TREE) in check_label_used()
766 gcc_assert (DECL_INITIAL (current_function_decl) == error_mark_node); in poplevel()
767 DECL_INITIAL (current_function_decl) = block ? block : subblocks; in poplevel()
821 && DECL_INITIAL (decl) == 0 in wrapup_namespace_globals()
1589 if (DECL_INITIAL (newdecl)) in duplicate_decls()
1846 (DECL_INITIAL (olddecl) && namespace_bindings_p ()) in duplicate_decls()
1852 && DECL_INITIAL (olddecl) != NULL_TREE in duplicate_decls()
2001 inform (olddecl_loc, DECL_INITIAL (olddecl) in duplicate_decls()
2043 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE; in duplicate_decls()
2049 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE) in duplicate_decls()
2149 && DECL_INITIAL (new_result)) in duplicate_decls()
2151 if (DECL_INITIAL (old_result)) in duplicate_decls()
2181 if (DECL_INITIAL (new_result) != NULL_TREE) in duplicate_decls()
2186 DECL_INITIAL (old_result) = DECL_INITIAL (new_result); in duplicate_decls()
2352 if (DECL_INITIAL (newdecl) == NULL_TREE in duplicate_decls()
2353 && DECL_INITIAL (olddecl) != NULL_TREE) in duplicate_decls()
2355 DECL_INITIAL (newdecl) = DECL_INITIAL (olddecl); in duplicate_decls()
2444 new_redefines_gnu_inline = GNU_INLINE_P (fn) && DECL_INITIAL (fn); in duplicate_decls()
2561 else if (new_defines_function && DECL_INITIAL (olddecl)) in duplicate_decls()
2947 && DECL_INITIAL (olddecl) == NULL_TREE) in redeclaration_error_message()
3021 if (DECL_INITIAL (nt) && DECL_INITIAL (ot) in redeclaration_error_message()
3104 && !DECL_INITIAL (newdecl)) in redeclaration_error_message()
3425 if (! DECL_INITIAL (decl)) in check_goto()
3563 if (DECL_INITIAL (decl) != NULL_TREE) in define_label_1()
3571 DECL_INITIAL (decl) = error_mark_node; in define_label_1()
5724 tree initializer = init ? init : DECL_INITIAL (decl); in maybe_deduce_size_from_array_init()
5847 && DECL_INITIAL (decl) in layout_var_decl()
5848 && TREE_CODE (DECL_INITIAL (decl)) == CONSTRUCTOR in layout_var_decl()
5849 && !vec_safe_is_empty (CONSTRUCTOR_ELTS (DECL_INITIAL (decl))) in layout_var_decl()
5856 constructor_elt &elt = CONSTRUCTOR_ELTS (DECL_INITIAL (decl))->last (); in layout_var_decl()
5903 if (DECL_INITIAL (decl) == NULL_TREE in maybe_commonize_var()
5904 || DECL_INITIAL (decl) == error_mark_node) in maybe_commonize_var()
6738 DECL_INITIAL (decl) = init; in check_initializer()
6909 if (DECL_INITIAL (decl) in check_initializer()
6910 && TREE_CODE (DECL_INITIAL (decl)) == CONSTRUCTOR in check_initializer()
6911 && !vec_safe_is_empty (CONSTRUCTOR_ELTS (DECL_INITIAL (decl)))) in check_initializer()
6913 tree elt = CONSTRUCTOR_ELTS (DECL_INITIAL (decl))->last ().value; in check_initializer()
6920 && DECL_INITIAL (decl) in check_initializer()
6921 && TREE_CODE (DECL_INITIAL (decl)) == STRING_CST in check_initializer()
6922 && PAREN_STRING_LITERAL_P (DECL_INITIAL (decl))) in check_initializer()
6923 warning_at (cp_expr_loc_or_loc (DECL_INITIAL (decl), in check_initializer()
6927 decl, DECL_INITIAL (decl)); in check_initializer()
7118 DECL_INITIAL (decl) = NULL_TREE; in initialize_local_var()
7144 DECL_INITIAL (decl) = rinit; in initialize_local_var()
7205 DECL_INITIAL (decl) = init; in initialize_artificial_var()
7542 && (DECL_INITIAL (decl) || init)) in cp_finish_decl()
7609 DECL_INITIAL (decl) = error_mark_node; in cp_finish_decl()
7614 DECL_INITIAL (clone) = error_mark_node; in cp_finish_decl()
7623 DECL_INITIAL (decl) = NULL_TREE; in cp_finish_decl()
7670 DECL_INITIAL (decl) = NULL_TREE; in cp_finish_decl()
7720 DECL_INITIAL (decl) = init; in cp_finish_decl()
7738 DECL_INITIAL (decl) = init; in cp_finish_decl()
7850 if (TREE_STATIC (decl) && !DECL_INITIAL (decl)) in cp_finish_decl()
7851 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl), in cp_finish_decl()
7977 else if (DECL_INITIAL (decl) == error_mark_node) in cp_finish_decl()
9828 DECL_INITIAL (decl) = error_mark_node; in grokfndecl()
13596 DECL_INITIAL (decl) = error_mark_node; in grokdeclarator()
15607 value = DECL_INITIAL (decl); in finish_enum_value_list()
15745 value = DECL_INITIAL (decl); in finish_enum_value_list()
15748 DECL_INITIAL (decl), in finish_enum_value_list()
15757 DECL_INITIAL (decl) = value; in finish_enum_value_list()
15889 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype))); in build_enumerator()
15983 DECL_INITIAL (decl) = value; in build_enumerator()
16272 if (!DECL_INITIAL (decl1)) in start_preparsed_function()
16273 DECL_INITIAL (decl1) = error_mark_node; in start_preparsed_function()
16396 gcc_assert (DECL_INITIAL (decl1)); in start_preparsed_function()
16400 if (DECL_INITIAL (decl1) != error_mark_node) in start_preparsed_function()
16905 tree block = DECL_INITIAL (fndecl); in outer_curly_brace_block()
16984 BLOCK_SUPERCONTEXT (DECL_INITIAL (helper)) = helper; in emit_coro_helper()
17033 gcc_assert (DECL_INITIAL (fndecl) == error_mark_node); in finish_function()
17144 DECL_INITIAL (fndecl) = error_mark_node; in finish_function()
17207 BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl)) = fndecl; in finish_function()