| /freebsd-12.1/contrib/gcc/ |
| H A D | targhooks.c | 395 DECL_IGNORED_P (t) = 1; in default_stack_protect_guard() 421 DECL_IGNORED_P (t) = 1; in default_external_stack_protect_fail() 454 DECL_IGNORED_P (t) = 1; in default_hidden_stack_protect_fail()
|
| H A D | dbxout.c | 925 || DECL_IGNORED_P (decl)) in dbxout_function_end() 1408 || DECL_IGNORED_P (tem) in dbxout_type_fields() 1558 if (DECL_IGNORED_P (fndecl) || DECL_ABSTRACT (fndecl)) in dbxout_type_methods() 1720 && ! DECL_IGNORED_P (TYPE_STUB_DECL (type))) in dbxout_type() 1770 && DECL_IGNORED_P (TYPE_NAME (type))) in dbxout_type() 2015 && DECL_IGNORED_P (TYPE_NAME (type))) in dbxout_type() 2139 && DECL_IGNORED_P (TYPE_NAME (type))) in dbxout_type() 2389 && ! DECL_IGNORED_P (TYPE_STUB_DECL (type))) in output_used_types_helper() 2471 || DECL_IGNORED_P (decl)) in dbxout_symbol() 2523 && ! DECL_IGNORED_P (TYPE_STUB_DECL (t))) in dbxout_symbol() [all …]
|
| H A D | tree-ssa-copyrename.c | 191 ign1 = TREE_CODE (root1) == VAR_DECL && DECL_IGNORED_P (root1); in copy_rename_partition_coalesce() 192 ign2 = TREE_CODE (root2) == VAR_DECL && DECL_IGNORED_P (root2); in copy_rename_partition_coalesce()
|
| H A D | tree-nested.c | 343 DECL_IGNORED_P (decl) = 1; in get_chain_decl() 912 DECL_IGNORED_P (new_decl) = DECL_IGNORED_P (decl); in get_nonlocal_debug_decl() 1220 DECL_IGNORED_P (new_decl) = DECL_IGNORED_P (decl); in get_local_debug_decl() 1239 DECL_IGNORED_P (decl) = 1; in get_local_debug_decl()
|
| H A D | tree-complex.c | 395 if (DECL_NAME (orig) && !DECL_IGNORED_P (orig)) in create_one_component_var() 405 DECL_IGNORED_P (r) = 0; in create_one_component_var() 410 DECL_IGNORED_P (r) = 1; in create_one_component_var() 517 if (DECL_IGNORED_P (SSA_NAME_VAR (value)) in set_component_ssa_name() 518 && !DECL_IGNORED_P (SSA_NAME_VAR (ssa_name))) in set_component_ssa_name()
|
| H A D | sdbout.c | 735 if (DECL_IGNORED_P (decl)) in sdbout_symbol() 763 if (DECL_IGNORED_P (decl)) in sdbout_symbol() 935 if (DECL_IGNORED_P (decl)) in sdbout_toplevel_data()
|
| H A D | dwarf2asm.c | 739 DECL_IGNORED_P (decl) = 1; in dw2_force_const_mem() 753 DECL_IGNORED_P (decl) = 1; in dw2_force_const_mem()
|
| H A D | tree-sra.c | 1192 if (DECL_NAME (base) && !DECL_IGNORED_P (base)) in instantiate_element() 1201 DECL_IGNORED_P (var) = 0; in instantiate_element() 1206 DECL_IGNORED_P (var) = 1; in instantiate_element()
|
| H A D | cgraphunit.c | 1701 DECL_IGNORED_P (resdecl) = 1; in cgraph_build_static_cdtor() 1709 DECL_IGNORED_P (decl) = 1; in cgraph_build_static_cdtor()
|
| H A D | tree-outof-ssa.c | 164 else if (!DECL_IGNORED_P (t)) in create_temp() 170 DECL_IGNORED_P (tmp) = DECL_IGNORED_P (t); in create_temp()
|
| H A D | function.c | 1864 if (DECL_IGNORED_P (decl)) in use_register_for_decl() 2002 DECL_IGNORED_P (p) = addressable; in split_complex_args() 2010 DECL_IGNORED_P (decl) = addressable; in split_complex_args() 2045 DECL_IGNORED_P (decl) = 1; in assign_parms_augmented_arg_list() 3223 DECL_IGNORED_P (local) = 0; in gimplify_parameters() 3231 DECL_IGNORED_P (addr) = 0; in gimplify_parameters()
|
| H A D | omp-low.c | 522 DECL_IGNORED_P (copy) = DECL_IGNORED_P (var); in omp_copy_decl_2() 1119 DECL_IGNORED_P (decl) = 0; in create_omp_child_function() 1128 DECL_IGNORED_P (t) = 1; in create_omp_child_function() 3943 DECL_IGNORED_P (decl) = 1; in lower_omp_critical()
|
| H A D | tree-ssa-live.c | 139 if (!root_var || (DECL_P (root_var) && DECL_IGNORED_P (root_var))) in var_union() 1102 || !DECL_IGNORED_P (t) in type_var_init()
|
| H A D | print-tree.c | 335 if (DECL_IGNORED_P (node)) in print_node()
|
| H A D | tree-inline.c | 2589 DECL_IGNORED_P (copy) = DECL_IGNORED_P (decl); in copy_decl_for_dup_finish()
|
| H A D | gimplify.c | 371 DECL_IGNORED_P (lab) = 1; in create_artificial_label() 459 DECL_IGNORED_P (tmp_var) = 1; in create_tmp_var_raw() 1239 DECL_IGNORED_P (addr) = 0; in gimplify_decl_expr()
|
| H A D | c-decl.c | 4230 DECL_IGNORED_P (decl) = 1; in build_compound_literal() 6859 DECL_IGNORED_P (resdecl) = 1; in start_function() 8198 DECL_IGNORED_P (resdecl) = 1; in start_block_helper_function()
|
| H A D | var-tracking.c | 1510 if (DECL_IGNORED_P (realdecl)) in track_expr_p()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | class.c | 728 DECL_IGNORED_P (decl) = 1; in build_vtable() 3611 DECL_IGNORED_P (decl) = 1; in build_base_field() 4820 DECL_IGNORED_P (padding_field) = 1; in layout_class_type() 5717 DECL_IGNORED_P (TYPE_NAME (java_byte_type_node)) = 0; in push_lang_context() 5718 DECL_IGNORED_P (TYPE_NAME (java_short_type_node)) = 0; in push_lang_context() 5719 DECL_IGNORED_P (TYPE_NAME (java_int_type_node)) = 0; in push_lang_context() 5720 DECL_IGNORED_P (TYPE_NAME (java_long_type_node)) = 0; in push_lang_context() 5721 DECL_IGNORED_P (TYPE_NAME (java_float_type_node)) = 0; in push_lang_context() 5722 DECL_IGNORED_P (TYPE_NAME (java_double_type_node)) = 0; in push_lang_context() 5723 DECL_IGNORED_P (TYPE_NAME (java_char_type_node)) = 0; in push_lang_context() [all …]
|
| H A D | rtti.c | 381 DECL_IGNORED_P (d) = 1; in get_tinfo_decl() 823 DECL_IGNORED_P (name_decl) = 1; in tinfo_base_init()
|
| H A D | init.c | 2197 DECL_IGNORED_P (class_decl) = 1; in build_java_class_ref() 2343 DECL_IGNORED_P (decl) = 1; in create_temporary_var()
|
| H A D | method.c | 519 DECL_IGNORED_P (thunk_fndecl) = 1; in use_thunk()
|
| H A D | decl2.c | 456 DECL_IGNORED_P (tmpl) = 1; in check_member_template() 2264 DECL_IGNORED_P (guard) = 1; in get_guard()
|
| H A D | semantics.c | 3458 DECL_IGNORED_P (result) = DECL_IGNORED_P (var); in finalize_nrv()
|
| H A D | tree.c | 258 DECL_IGNORED_P (slot) = 1; in build_local_temp()
|