/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-nested.c | 288 gcc_checking_assert (decl_function_context (decl) == info->context); in lookup_field_for_decl() 959 target_context = decl_function_context (decl); in get_nonlocal_debug_decl() 1047 tree x, target_context = decl_function_context (t); in convert_nonlocal_reference_op() 1095 if (decl_function_context (t) != info->context) in convert_nonlocal_reference_op() 1250 if (decl_function_context (decl) != info->context) in convert_nonlocal_omp_clauses() 1350 if (decl_function_context (decl) != info->context) in convert_nonlocal_omp_clauses() 1514 && decl_function_context (t) != info->context) in note_nonlocal_vla_type() 1518 && decl_function_context (t) != info->context) in note_nonlocal_vla_type() 1696 if (decl_function_context (decl) != info->context) in convert_nonlocal_reference_stmt() 1717 && decl_function_context (lhs) != info->context) in convert_nonlocal_reference_stmt() [all …]
|
H A D | dbxout.c | 1323 tree context = decl_function_context (current_function_decl); in dbxout_switch_text_section() 2736 context = decl_function_context (decl); in dbxout_symbol() 3054 letter = decl_function_context (decl) ? 'V' : 'S'; in dbxout_symbol_location()
|
H A D | stmt.c | 113 tree function = decl_function_context (label); in force_label_rtx()
|
H A D | lto-streamer-out.c | 174 && decl_function_context (t)) in tree_is_indexable() 328 gcc_assert (decl_function_context (expr) == NULL || TREE_STATIC (expr)); in lto_output_tree_ref() 341 gcc_assert (decl_function_context (expr) == NULL); in lto_output_tree_ref()
|
H A D | cgraphunit.c | 1274 if (tree fn = decl_function_context (decl)) in analyze_functions() 1357 && !decl_function_context (node->decl)) in analyze_functions()
|
H A D | asan.c | 2332 if (decl_function_context (inner) == current_function_decl in instrument_derefs() 2350 && decl_function_context (inner) == current_function_decl in instrument_derefs()
|
H A D | passes.c | 307 && !decl_function_context (decl) in rest_of_decl_compilation()
|
H A D | gimplify.c | 2577 gcc_assert (decl_function_context (LABEL_EXPR_LABEL (*expr_p)) in gimplify_label_expr() 2832 && decl_function_context (decl) == current_function_decl) in gimplify_var_or_parm_decl() 5869 && decl_function_context (*to_p) == current_function_decl in gimplify_modify_expr() 5870 && decl_function_context (*from_p) == current_function_decl) in gimplify_modify_expr() 12631 && decl_function_context (*tp) == current_function_decl) in computable_teams_clause() 13884 gcc_assert (decl_function_context (label) == current_function_decl); in gimplify_expr()
|
H A D | dwarf2out.c | 5706 || !decl_function_context (t)) in new_die() 21465 if (name && DECL_P (name) && decl_function_context (name)) in uses_local_type_r() 22267 decl_function_context in gen_formal_parameter_die() 23838 (type, decl_function_context (decl_or_origin))) in gen_variable_die() 23905 decl_function_context in gen_variable_die() 25354 && ! decl_function_context (TYPE_STUB_DECL (type))) in gen_struct_or_union_type_die() 26578 tree context = decl_function_context (decl); in dwarf2out_early_global_decl() 26898 && decl_function_context (decl) in dwarf2out_decl() 26922 if (TREE_STATIC (decl) && decl_function_context (decl)) in dwarf2out_decl() 26950 if (decl_function_context (decl)) in dwarf2out_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-nested.cc | 385 gcc_checking_assert (decl_function_context (decl) == info->context); in lookup_field_for_decl() 1090 target_context = decl_function_context (decl); in get_nonlocal_debug_decl() 1165 tree x, target_context = decl_function_context (t); in convert_nonlocal_reference_op() 1213 if (decl_function_context (t) != info->context) in convert_nonlocal_reference_op() 1370 if (decl_function_context (decl) != info->context) in convert_nonlocal_omp_clauses() 1472 if (decl_function_context (decl) != info->context) in convert_nonlocal_omp_clauses() 1649 && decl_function_context (t) != info->context) in note_nonlocal_vla_type() 1653 && decl_function_context (t) != info->context) in note_nonlocal_vla_type() 1840 if (decl_function_context (decl) != info->context) in convert_nonlocal_reference_stmt() 1861 && decl_function_context (lhs) != info->context) in convert_nonlocal_reference_stmt() [all …]
|
H A D | dbxout.cc | 1326 tree context = decl_function_context (current_function_decl); in dbxout_switch_text_section() 2740 context = decl_function_context (decl); in dbxout_symbol() 3058 letter = decl_function_context (decl) ? 'V' : 'S'; in dbxout_symbol_location()
|
H A D | cgraphunit.cc | 1286 if (tree fn = decl_function_context (decl)) in analyze_functions() 1369 && !decl_function_context (node->decl)) in analyze_functions()
|
H A D | stmt.cc | 113 tree function = decl_function_context (label); in force_label_rtx()
|
H A D | ipa-free-lang-data.cc | 634 || (decl_function_context (decl) && !TREE_STATIC (decl))) in free_lang_data_in_decl()
|
H A D | asan.cc | 2759 if (decl_function_context (inner) == current_function_decl in instrument_derefs() 2777 && decl_function_context (inner) == current_function_decl in instrument_derefs()
|
H A D | passes.cc | 307 && !decl_function_context (decl) in rest_of_decl_compilation()
|
H A D | dwarf2out.cc | 5850 || !decl_function_context (t)) in new_die() 22153 if (name && DECL_P (name) && decl_function_context (name)) in uses_local_type_r() 22965 decl_function_context in gen_formal_parameter_die() 24536 (type, decl_function_context (decl_or_origin))) in gen_variable_die() 24603 decl_function_context in gen_variable_die() 25950 && ! decl_function_context (TYPE_STUB_DECL (type))) in gen_struct_or_union_type_die() 27183 tree context = decl_function_context (decl); in dwarf2out_early_global_decl() 27510 && decl_function_context (decl) in dwarf2out_decl() 27534 if (TREE_STATIC (decl) && decl_function_context (decl)) in dwarf2out_decl() 27562 if (decl_function_context (decl)) in dwarf2out_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lambda.c | 789 = decl_function_context (TYPE_NAME (closure)); in lambda_expr_this_capture() 969 fn = decl_function_context (fn); in current_nonlambda_function() 1063 bool nested_def = decl_function_context (TYPE_MAIN_DECL (type)); in maybe_add_lambda_conv_op()
|
H A D | friend.c | 145 context = decl_function_context (TYPE_MAIN_DECL (supplicant)); in is_friend()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lambda.cc | 788 = decl_function_context (TYPE_NAME (closure)); in lambda_expr_this_capture() 968 fn = decl_function_context (fn); in current_nonlambda_function() 1062 bool nested_def = decl_function_context (TYPE_MAIN_DECL (type)); in maybe_add_lambda_conv_op()
|
H A D | friend.cc | 145 context = decl_function_context (TYPE_MAIN_DECL (supplicant)); in is_friend()
|
H A D | ChangeLog-2000 | 1484 * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context. 5682 * decl2.c (finish_vtable_vardecl): Don't check decl_function_context. 6131 (pushtag): Use decl_function_context, not 6139 Use decl_function_context, nothack_decl_function_context. 6141 (grokdeclarator): Likewise. Use decl_function_context, not 6145 DECL_CLASS_CONTEXT. Use decl_function_context, not 6147 (finish_function): Use decl_function_context, not 6155 (finish_vtable_vardec): Use decl_function_context, not 6169 decl_function_context, not hack_decl_function_context. 6175 (synthesize_method): Use decl_function_context, not [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-attribs.c | 1618 && decl_function_context (decl) == 0) in handle_constructor_attribute() 1648 && decl_function_context (decl) == 0) in handle_destructor_attribute() 2379 else if (decl_function_context (decl) == 0 && current_function_decl == NULL) in handle_alias_ifunc_attribute() 2646 if (decl_function_context (*node) in handle_weakref_attribute() 2728 else if (decl_function_context (decl) != 0 || !TREE_PUBLIC (decl)) in handle_visibility_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-attribs.cc | 822 else if (decl_function_context (decl)) in d_handle_alias_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-attribs.cc | 1938 && decl_function_context (decl) == 0) in handle_constructor_attribute() 1968 && decl_function_context (decl) == 0) in handle_destructor_attribute() 2738 else if (decl_function_context (decl) == 0 && current_function_decl == NULL) in handle_alias_ifunc_attribute() 3003 if (decl_function_context (*node) in handle_weakref_attribute() 3085 else if (decl_function_context (decl) != 0 || !TREE_PUBLIC (decl)) in handle_visibility_attribute()
|