Searched refs:decl_function_context (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
H A Dtree-nested.c882 target_context = decl_function_context (decl);
964 if (decl_function_context (t) != info->context)
972 tree target_context = decl_function_context (t);
1012 if (decl_function_context (t) != info->context)
1158 if (decl_function_context (decl) != info->context)
1272 if (decl_function_context (t) == info->context)
1444 if (decl_function_context (decl) == info->context
1504 target_context = decl_function_context (label);
1618 target_context = decl_function_context (decl);
1691 target_context = decl_function_context (dec
[all...]
H A Dcgraphunit.c256 for (origin = decl_function_context (decl); origin;
257 origin = decl_function_context (origin))
H A Ddbxout.c2562 context = decl_function_context (decl);
2871 letter = decl_function_context (decl) ? 'V' : 'S';
H A Dsdbout.c715 context = decl_function_context (decl);
H A Dc-common.c4578 && decl_function_context (decl) == 0)
4606 && decl_function_context (decl) == 0)
4975 decl_function_context will not be set. Indeed, *would* never
4979 else if (decl_function_context (decl) == 0 && current_function_decl == NULL)
5026 if (decl_function_context (*node) || current_function_decl)
5090 else if (decl_function_context (decl) != 0 || !TREE_PUBLIC (decl))
H A Dstmt.c166 tree function = decl_function_context (label);
255 tree context = decl_function_context (label);
H A Ddwarf2out.c10991 fn = decl_function_context (fn);
11713 (context, decl, decl_function_context (decl) ? NULL : comp_unit_die);
12640 && ! decl_function_context (TYPE_STUB_DECL (type)))
13578 if (decl_function_context (decl)
13597 if (TREE_STATIC (decl) && decl_function_context (decl))
13638 if (decl_function_context (decl))
H A Dtree-inline.c525 || decl_function_context (*tp) == id->src_fn))
H A Dtree-ssa-alias.c2666 if (decl_function_context (var) == current_function_decl)
H A Dtree.c2837 else if (decl_function_context (node) == current_function_decl
5916 decl_function_context (tree decl)
5889 decl_function_context (tree decl) function
H A Dgimplify.c1662 && decl_function_context (decl) == current_function_decl)
5650 gcc_assert (decl_function_context (LABEL_EXPR_LABEL (*expr_p))
H A Dc-decl.c7415 if (!decl_function_context (fndecl))
7439 if (!decl_function_context (fndecl))
H A Dexpr.c6901 tree function = decl_function_context (exp);
6948 context = decl_function_context (exp);
H A Dcalls.c2225 || (fndecl && decl_function_context (fndecl) == current_function_decl)
H A Domp-low.c705 if (is_global_var (var) || decl_function_context (var) != ctx->cb.src_fn)
H A Dtree-cfg.c3738 if (decl_function_context (LABEL_EXPR_LABEL (stmt))
H A Dtree.h4254 extern tree decl_function_context (tree);
H A Dvarasm.c3792 && ((decl_function_context (value)
/freebsd-12-stable/contrib/gcc/cp/
H A Dfriend.c111 context = decl_function_context (TYPE_MAIN_DECL (supplicant));
H A Dtree.c1107 fn = decl_function_context (TYPE_MAIN_DECL (t));
2254 if (decl_function_context (decl))
H A Dmethod.c749 tree context = decl_function_context (fndecl);
H A Ddecl.c6642 || decl_function_context (TYPE_MAIN_DECL (ctype))))
6703 if (ctype && decl_function_context (decl))
8965 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE;
11313 tree ctx = decl_function_context (decl1);
11375 && ! decl_function_context (decl1))
H A Dsemantics.c2666 tree context = decl_function_context (decl);
H A Dcp-tree.h2029 (decl_function_context (TYPE_MAIN_DECL (NODE)) != NULL_TREE)
H A Dname-lookup.c4907 context = decl_function_context (get_type_decl (cs));

Completed in 644 milliseconds

12