Home
last modified time | relevance | path

Searched refs:DECL_INITIAL (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvarpool.cc186 else if (DECL_INITIAL (decl) && DECL_INITIAL (decl) != error_mark_node in remove()
198 if (DECL_INITIAL (decl) in remove_initializer()
209 DECL_INITIAL (decl) = error_mark_node; in remove_initializer()
222 if (DECL_INITIAL (decl)) in dump()
285 if (DECL_INITIAL (decl) != error_mark_node in get_constructor()
288 return DECL_INITIAL (decl); in get_constructor()
311 gcc_assert (DECL_INITIAL (decl) != error_mark_node); in get_constructor()
317 return DECL_INITIAL (decl); in get_constructor()
337 if (in_lto_p && DECL_INITIAL (real_node->decl) == error_mark_node in ctor_useable_for_folding_p()
342 if (DECL_INITIAL (real_node->decl) == error_mark_node in ctor_useable_for_folding_p()
[all …]
H A Dtree-emutls.cc220 if (targetm.emutls.register_common && !DECL_INITIAL (decl) in get_emutls_init_templ_addr()
258 DECL_INITIAL (to) = DECL_INITIAL (decl); in get_emutls_init_templ_addr()
259 DECL_INITIAL (decl) = NULL; in get_emutls_init_templ_addr()
328 || (DECL_INITIAL (decl) in new_emutls_decl()
329 && DECL_INITIAL (decl) != error_mark_node))) in new_emutls_decl()
332 DECL_INITIAL (to) = targetm.emutls.var_init (to, decl, tmpl); in new_emutls_decl()
366 || (DECL_INITIAL (tls_decl) in emutls_common_1()
367 && DECL_INITIAL (tls_decl) != error_mark_node)) in emutls_common_1()
H A Dvarasm.cc1072 && (DECL_INITIAL (decl) == NULL in bss_initializer_p()
1075 || (DECL_INITIAL (decl) == error_mark_node in bss_initializer_p()
1078 && initializer_zerop (DECL_INITIAL (decl)) in bss_initializer_p()
1136 if (DECL_INITIAL (decl) != 0 in align_variable()
1139 && (in_lto_p || DECL_INITIAL (decl) != error_mark_node)) in align_variable()
1142 = targetm.constant_alignment (DECL_INITIAL (decl), align); in align_variable()
1188 if (DECL_INITIAL (decl) != 0 in get_variable_align()
1191 && (in_lto_p || DECL_INITIAL (decl) != error_mark_node)) in get_variable_align()
1194 = targetm.constant_alignment (DECL_INITIAL (decl), align); in get_variable_align()
1214 if (DECL_INITIAL (decl) == error_mark_node) in compute_reloc_for_var()
[all …]
H A Dxcoffout.cc400 xcoffout_block (DECL_INITIAL (decl), 0, DECL_ARGUMENTS (decl)); in xcoffout_begin_block()
460 do_block = BLOCK_NUMBER (DECL_INITIAL (current_function_decl)); in xcoffout_begin_prologue()
461 xcoffout_block (DECL_INITIAL (current_function_decl), 0, in xcoffout_begin_prologue()
H A Dipa-free-lang-data.cc585 DECL_INITIAL (decl) = error_mark_node; in free_lang_data_in_decl()
635 DECL_INITIAL (decl) = NULL_TREE; in free_lang_data_in_decl()
645 DECL_INITIAL (decl) = NULL_TREE; in free_lang_data_in_decl()
654 DECL_INITIAL (decl) = NULL_TREE; in free_lang_data_in_decl()
657 && DECL_INITIAL (decl) in free_lang_data_in_decl()
658 && TREE_CODE (DECL_INITIAL (decl)) == BLOCK) in free_lang_data_in_decl()
663 tree *nextp = &BLOCK_VARS (DECL_INITIAL (decl)); in free_lang_data_in_decl()
727 fld_worklist_push (DECL_INITIAL (t), fld); in find_decls_types_r()
H A Dcgraphunit.cc789 DECL_INITIAL (new_decl) = NULL_TREE; in process_symver_attribute()
883 && (!node->alias || DECL_INITIAL (decl) != error_mark_node)) in process_function_and_variable_attributes()
921 && DECL_INITIAL (decl)) in process_function_and_variable_attributes()
934 && DECL_INITIAL (decl)) in process_function_and_variable_attributes()
1079 && DECL_INITIAL (decl) == 0 in check_global_declaration()
1718 DECL_INITIAL (decl) = make_node (BLOCK); in init_lowered_empty_function()
1719 BLOCK_SUPERCONTEXT (DECL_INITIAL (decl)) = decl; in init_lowered_empty_function()
1878 if (DECL_INITIAL (decl) != 0) in expand()
1879 DECL_INITIAL (decl) = error_mark_node; in expand()
2569 DECL_INITIAL (decl) = NULL; in create_wrapper()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarpool.c185 else if (DECL_INITIAL (decl) && DECL_INITIAL (decl) != error_mark_node in remove()
197 if (DECL_INITIAL (decl) in remove_initializer()
208 DECL_INITIAL (decl) = error_mark_node; in remove_initializer()
221 if (DECL_INITIAL (decl)) in dump()
284 if (DECL_INITIAL (decl) != error_mark_node in get_constructor()
287 return DECL_INITIAL (decl); in get_constructor()
310 gcc_assert (DECL_INITIAL (decl) != error_mark_node); in get_constructor()
316 return DECL_INITIAL (decl); in get_constructor()
336 if (in_lto_p && DECL_INITIAL (real_node->decl) == error_mark_node in ctor_useable_for_folding_p()
341 if (DECL_INITIAL (real_node->decl) == error_mark_node in ctor_useable_for_folding_p()
[all …]
H A Dtree-emutls.c220 if (targetm.emutls.register_common && !DECL_INITIAL (decl) in get_emutls_init_templ_addr()
258 DECL_INITIAL (to) = DECL_INITIAL (decl); in get_emutls_init_templ_addr()
259 DECL_INITIAL (decl) = NULL; in get_emutls_init_templ_addr()
328 || (DECL_INITIAL (decl) in new_emutls_decl()
329 && DECL_INITIAL (decl) != error_mark_node))) in new_emutls_decl()
332 DECL_INITIAL (to) = targetm.emutls.var_init (to, decl, tmpl); in new_emutls_decl()
366 || (DECL_INITIAL (tls_decl) in emutls_common_1()
367 && DECL_INITIAL (tls_decl) != error_mark_node)) in emutls_common_1()
H A Dvarasm.c1020 && (DECL_INITIAL (decl) == NULL in bss_initializer_p()
1023 || (DECL_INITIAL (decl) == error_mark_node in bss_initializer_p()
1026 && initializer_zerop (DECL_INITIAL (decl))))); in bss_initializer_p()
1080 if (DECL_INITIAL (decl) != 0 in align_variable()
1083 && (in_lto_p || DECL_INITIAL (decl) != error_mark_node)) in align_variable()
1086 = targetm.constant_alignment (DECL_INITIAL (decl), align); in align_variable()
1132 if (DECL_INITIAL (decl) != 0 in get_variable_align()
1135 && (in_lto_p || DECL_INITIAL (decl) != error_mark_node)) in get_variable_align()
1138 = targetm.constant_alignment (DECL_INITIAL (decl), align); in get_variable_align()
1185 if (DECL_INITIAL (decl) == error_mark_node) in get_variable_section()
[all …]
H A Dxcoffout.c401 xcoffout_block (DECL_INITIAL (decl), 0, DECL_ARGUMENTS (decl)); in xcoffout_begin_block()
461 do_block = BLOCK_NUMBER (DECL_INITIAL (current_function_decl)); in xcoffout_begin_prologue()
462 xcoffout_block (DECL_INITIAL (current_function_decl), 0, in xcoffout_begin_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc505 DECL_INITIAL (sinit) = layout_struct_initializer (d); in visit()
619 DECL_INITIAL (sinit) = layout_class_initializer (d); in visit()
626 DECL_INITIAL (d->csym) = layout_classinfo (d); in visit()
647 DECL_INITIAL (vtblsym->csym) in visit()
691 DECL_INITIAL (d->csym) = layout_classinfo (d); in visit()
729 DECL_INITIAL (d->sinit) = build_expr (tc->sym->defaultval, true); in visit()
816 DECL_INITIAL (decl) = build_expr (e, true); in visit()
823 DECL_INITIAL (decl) = layout_struct_initializer (ts->sym); in visit()
827 DECL_INITIAL (decl) = build_expr (e, true); in visit()
901 DECL_INITIAL (t) = layout_typeinfo (d); in visit()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc395 DECL_INITIAL (d->sinit) = layout_struct_initializer (d); in visit()
530 DECL_INITIAL (d->sinit) = layout_class_initializer (d); in visit()
538 DECL_INITIAL (d->csym) = layout_classinfo (d); in visit()
560 DECL_INITIAL (d->vtblsym) in visit()
608 DECL_INITIAL (d->csym) = layout_classinfo (d); in visit()
647 DECL_INITIAL (d->sinit) = build_expr (tc->sym->defaultval, true); in visit()
717 DECL_INITIAL (decl) = build_expr (e, true); in visit()
724 DECL_INITIAL (decl) = layout_struct_initializer (sd); in visit()
729 DECL_INITIAL (decl) = build_expr (e, true); in visit()
794 DECL_INITIAL (t) = layout_typeinfo (d); in visit()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c681 && DECL_INITIAL (decl) != NULL_TREE) in decl_jump_unsafe()
1221 if (TREE_USED (p) && !DECL_INITIAL (p)) in pop_scope()
1224 DECL_INITIAL (p) = error_mark_node; in pop_scope()
1258 && DECL_INITIAL (p) != NULL_TREE in pop_scope()
1264 && !DECL_INITIAL (p) in pop_scope()
1274 && !DECL_INITIAL (p)) in pop_scope()
1333 DECL_INITIAL (extp) = NULL_TREE; in pop_scope()
1386 DECL_INITIAL (context) = block; in pop_scope()
1798 || !((!prototype_p (oldtype) && DECL_INITIAL (olddecl) == NULL_TREE) in diagnose_arglist_conflict()
1799 || (!prototype_p (newtype) && DECL_INITIAL (newdecl) == NULL_TREE))) in diagnose_arglist_conflict()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc690 && DECL_INITIAL (decl) != NULL_TREE) in decl_jump_unsafe()
1230 if (TREE_USED (p) && !DECL_INITIAL (p)) in pop_scope()
1233 DECL_INITIAL (p) = error_mark_node; in pop_scope()
1267 && DECL_INITIAL (p) != NULL_TREE in pop_scope()
1273 && !DECL_INITIAL (p) in pop_scope()
1283 && !DECL_INITIAL (p)) in pop_scope()
1345 DECL_INITIAL (extp) = NULL_TREE; in pop_scope()
1398 DECL_INITIAL (context) = block; in pop_scope()
1813 || !((!prototype_p (oldtype) && DECL_INITIAL (olddecl) == NULL_TREE) in diagnose_arglist_conflict()
1814 || (!prototype_p (newtype) && DECL_INITIAL (newdecl) == NULL_TREE))) in diagnose_arglist_conflict()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-symtab.cc126 if (DECL_INITIAL (vnode->decl) in lto_varpool_replace_node()
128 DECL_INITIAL (vnode->decl) = error_mark_node; in lto_varpool_replace_node()
406 || (!flag_no_common && !DECL_INITIAL (e->decl))); in lto_symtab_resolve_replaceable_p()
529 && (DECL_INITIAL (e->decl) in lto_symtab_resolve_symbols()
530 && DECL_INITIAL (e->decl) != error_mark_node) in lto_symtab_resolve_symbols()
531 && (!DECL_INITIAL (prevailing->decl) in lto_symtab_resolve_symbols()
532 || DECL_INITIAL (prevailing->decl) == error_mark_node))) in lto_symtab_resolve_symbols()
955 DECL_INITIAL (e->decl) = error_mark_node; in lto_symtab_merge_symbols_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-symtab.c126 if (DECL_INITIAL (vnode->decl) in lto_varpool_replace_node()
128 DECL_INITIAL (vnode->decl) = error_mark_node; in lto_varpool_replace_node()
406 || (!flag_no_common && !DECL_INITIAL (e->decl))); in lto_symtab_resolve_replaceable_p()
529 && (DECL_INITIAL (e->decl) in lto_symtab_resolve_symbols()
530 && DECL_INITIAL (e->decl) != error_mark_node) in lto_symtab_resolve_symbols()
531 && (!DECL_INITIAL (prevailing->decl) in lto_symtab_resolve_symbols()
532 || DECL_INITIAL (prevailing->decl) == error_mark_node))) in lto_symtab_resolve_symbols()
955 DECL_INITIAL (e->decl) = error_mark_node; in lto_symtab_merge_symbols_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.cc1271 && (DECL_INITIAL (decl) == NULL in darwin_encode_section_info()
1273 && DECL_INITIAL (decl) == error_mark_node))); in darwin_encode_section_info()
1286 || (!DECL_COMMON (decl) && DECL_INITIAL (decl) in darwin_encode_section_info()
1287 && DECL_INITIAL (decl) != error_mark_node))) in darwin_encode_section_info()
1663 base_section = darwin_mergeable_string_section (DECL_INITIAL (decl), align); in machopic_select_section()
2348 local_def = DECL_INITIAL (decl) || (TREE_STATIC (decl) in darwin_asm_declare_object_name()
2371 (unsigned long)DECL_INITIAL (decl)); in darwin_asm_declare_object_name()
2634 pub, weak, one, (unsigned long)DECL_INITIAL (decl)); in darwin_output_aligned_bss()
2646 gcc_assert ((DECL_INITIAL (decl) == NULL) in darwin_output_aligned_bss()
2647 || (DECL_INITIAL (decl) == error_mark_node) in darwin_output_aligned_bss()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.c1261 && (DECL_INITIAL (decl) == NULL in darwin_encode_section_info()
1263 && DECL_INITIAL (decl) == error_mark_node))); in darwin_encode_section_info()
1276 || (!DECL_COMMON (decl) && DECL_INITIAL (decl) in darwin_encode_section_info()
1277 && DECL_INITIAL (decl) != error_mark_node))) in darwin_encode_section_info()
1653 base_section = darwin_mergeable_string_section (DECL_INITIAL (decl), align); in machopic_select_section()
2314 local_def = DECL_INITIAL (decl) || (TREE_STATIC (decl) in darwin_asm_declare_object_name()
2337 (unsigned long)DECL_INITIAL (decl)); in darwin_asm_declare_object_name()
2600 pub, weak, one, (unsigned long)DECL_INITIAL (decl)); in darwin_output_aligned_bss()
2612 gcc_assert ((DECL_INITIAL (decl) == NULL) in darwin_output_aligned_bss()
2613 || (DECL_INITIAL (decl) == error_mark_node) in darwin_output_aligned_bss()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c929 DECL_INITIAL (value) = error_mark_node; in grokfield()
1010 if (DECL_INITIAL (value) == error_mark_node) in grokfield()
1884 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (DECL_INITIAL (decl)), in mark_vtable_entries()
1956 if (DECL_INITIAL (decl) == 0 in comdat_linkage()
1957 || DECL_INITIAL (decl) == error_mark_node) in comdat_linkage()
1959 else if (EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl))) in comdat_linkage()
1962 DECL_INITIAL (decl) = error_mark_node; in comdat_linkage()
2272 if (TREE_TYPE (DECL_INITIAL (vtbl)) == 0) in maybe_emit_vtables()
2275 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl), &cleanups, in maybe_emit_vtables()
4373 return (DECL_INITIAL (decl) != NULL_TREE in decl_defined_p()
[all …]
H A Ddecl.c355 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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc1073 DECL_INITIAL (value) = NULL_TREE; in grokfield()
1146 if (DECL_INITIAL (value) == error_mark_node) in grokfield()
2065 for (auto &e: CONSTRUCTOR_ELTS (DECL_INITIAL (decl))) in mark_vtable_entries()
2109 for (constructor_elt &elt : CONSTRUCTOR_ELTS (DECL_INITIAL (vtable))) in clear_consteval_vfns()
2159 if (DECL_INITIAL (decl) == 0 in comdat_linkage()
2160 || DECL_INITIAL (decl) == error_mark_node) in comdat_linkage()
2162 else if (EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl))) in comdat_linkage()
2165 DECL_INITIAL (decl) = error_mark_node; in comdat_linkage()
2476 if (TREE_TYPE (DECL_INITIAL (vtbl)) == 0) in maybe_emit_vtables()
2479 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl), &cleanups, in maybe_emit_vtables()
[all …]
H A Dcp-lang.cc252 if (DECL_INITIAL (decl)) in cxx_omp_get_decl_init()
253 return &DECL_INITIAL (decl); in cxx_omp_get_decl_init()
H A Ddecl.cc364 if (DECL_INITIAL (label) == NULL_TREE) in check_label_used()
798 gcc_assert (DECL_INITIAL (current_function_decl) == error_mark_node); in poplevel()
799 DECL_INITIAL (current_function_decl) = block ? block : subblocks; in poplevel()
850 && DECL_INITIAL (decl) == 0 in wrapup_namespace_globals()
1676 if (DECL_INITIAL (newdecl)) in duplicate_decls()
1957 (DECL_INITIAL (olddecl) && namespace_bindings_p ()) in duplicate_decls()
1963 && DECL_INITIAL (olddecl) != NULL_TREE in duplicate_decls()
2159 inform (olddecl_loc, DECL_INITIAL (olddecl) in duplicate_decls()
2201 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE; in duplicate_decls()
2207 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE) in duplicate_decls()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-gimplify.c79 walk_tree (&DECL_INITIAL (decl), ubsan_walk_array_refs_r, pset, in ubsan_walk_array_refs_r()
261 && (DECL_INITIAL (DECL_EXPR_DECL (*expr_p)) == DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dsom.h305 && (DECL_INITIAL (DECL) == 0 \
306 || DECL_INITIAL (DECL) == error_mark_node)) \

12345678910>>...16