Home
last modified time | relevance | path

Searched refs:decl_function_context (Results 1 – 25 of 58) sorted by relevance

123

/openbsd/gnu/gcc/gcc/
H A Dtree-nested.c880 target_context = decl_function_context (decl); in get_nonlocal_debug_decl()
962 if (decl_function_context (t) != info->context) in convert_nonlocal_reference()
970 tree target_context = decl_function_context (t); in convert_nonlocal_reference()
1010 if (decl_function_context (t) != info->context) in convert_nonlocal_reference()
1156 if (decl_function_context (decl) != info->context) in convert_nonlocal_omp_clauses()
1270 if (decl_function_context (t) == info->context) in convert_local_reference()
1442 if (decl_function_context (decl) == info->context in convert_local_omp_clauses()
1502 target_context = decl_function_context (label); in convert_nl_goto_reference()
1616 target_context = decl_function_context (decl); in convert_tramp_reference()
1694 target_context = decl_function_context (decl); in convert_call_expr()
H A Dcgraphunit.c256 for (origin = decl_function_context (decl); origin; in decide_is_function_needed()
257 origin = decl_function_context (origin)) in decide_is_function_needed()
H A Dc-common.c4453 && decl_function_context (decl) == 0) in handle_constructor_attribute()
4481 && decl_function_context (decl) == 0) in handle_destructor_attribute()
4822 else if (decl_function_context (decl) == 0 && current_function_decl == NULL) in handle_alias_attribute()
4869 if (decl_function_context (*node) || current_function_decl) in handle_weakref_attribute()
4933 else if (decl_function_context (decl) != 0 || !TREE_PUBLIC (decl)) in handle_visibility_attribute()
H A Ddbxout.c2552 context = decl_function_context (decl); in dbxout_symbol()
2860 letter = decl_function_context (decl) ? 'V' : 'S'; in dbxout_symbol_location()
H A Dsdbout.c715 context = decl_function_context (decl); in sdbout_symbol()
H A Dstmt.c153 tree function = decl_function_context (label); in force_label_rtx()
240 tree context = decl_function_context (label); in expand_goto()
H A Ddwarf2out.c10890 fn = decl_function_context (fn); in add_abstract_origin_attribute()
11591 (context, decl, decl_function_context (decl) ? NULL : comp_unit_die); in dwarf2out_abstract_function()
12516 && ! decl_function_context (TYPE_STUB_DECL (type))) in gen_struct_or_union_type_die()
13421 if (decl_function_context (decl) in dwarf2out_decl()
13440 if (TREE_STATIC (decl) && decl_function_context (decl)) in dwarf2out_decl()
13481 if (decl_function_context (decl)) in dwarf2out_decl()
H A Dtree-inline.c525 || decl_function_context (*tp) == id->src_fn)) in copy_body_r()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dfriend.c117 context = decl_function_context (TYPE_MAIN_DECL (supplicant));
H A Dmethod.c230 tree context = decl_function_context (value);
747 tree context = decl_function_context (fndecl);
H A Dspew.c943 context = decl_function_context (pi->decl);
995 tree context = decl_function_context (decl);
H A Dtree.c1248 && (decl_function_context (TYPE_MAIN_DECL (t))
2516 if (decl_function_context (decl))
H A Ddecl.c1616 && decl_function_context (decl) == current_function_decl)
3026 context = decl_function_context (get_type_decl (cs));
9718 || decl_function_context (TYPE_MAIN_DECL (ctype))))
9783 if (ctype && decl_function_context (decl))
12374 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE;
14582 tree ctx = decl_function_context (decl1);
14642 && ! decl_function_context (decl1))
/openbsd/gnu/gcc/gcc/cp/
H A Dfriend.c111 context = decl_function_context (TYPE_MAIN_DECL (supplicant)); in is_friend()
H A Dtree.c1100 fn = decl_function_context (TYPE_MAIN_DECL (t)); in no_linkage_check()
2230 if (decl_function_context (decl)) in decl_linkage()
H A Dmethod.c745 tree context = decl_function_context (fndecl); in synthesize_method()
H A DChangeLog-20001484 * cp-tree.h (LOCAL_CLASS_P): Use 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
6179 (is_member_template): Use decl_function_context, not
[all …]
H A Ddecl.c6176 || decl_function_context (TYPE_MAIN_DECL (ctype)))) in grokfndecl()
6237 if (ctype && decl_function_context (decl)) in grokfndecl()
8416 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE; in grokdeclarator()
10740 tree ctx = decl_function_context (decl1); in start_preparsed_function()
10802 && ! decl_function_context (decl1)) in start_preparsed_function()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.c1367 context = decl_function_context (decl);
5671 tree context = decl_function_context (decl);
5703 tree context = decl_function_context (var);
5808 fn_context = decl_function_context (function);
6439 = (decl_function_context (current_function_decl) != 0
6707 tem = decl_function_context (current_function_decl);
6728 tem = decl_function_context (tem);
H A Ddbxout.c1970 context = decl_function_context (decl);
2289 letter = decl_function_context (decl) ? 'V' : 'S';
H A Dc-common.c5591 && decl_function_context (decl) == 0)
5621 && decl_function_context (decl) == 0)
5886 else if (decl_function_context (decl) == 0)
5928 if (decl_function_context (decl) != 0 || ! TREE_PUBLIC (decl))
H A Dsdbout.c734 context = decl_function_context (decl);
H A Ddwarfout.c3924 && current_function_decl == decl_function_context (decl))
4848 if (! decl_function_context (TYPE_STUB_DECL (type)))
H A Ddwarf2out.c10022 fn = decl_function_context (fn);
10735 (context, decl, decl_function_context (decl) ? NULL : comp_unit_die);
11565 && ! decl_function_context (TYPE_STUB_DECL (type)))
12253 if (decl_function_context (decl)
12303 if (decl_function_context (decl))
H A Dtree.c1340 return ((decl_function_context (arg) == 0 || DECL_NO_STATIC_CHAIN (arg))
4210 decl_function_context (decl) in decl_function_context() function

123