Searched refs:ddecl (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dipa-split.c1498 tree ddecl; local
1510 ddecl = make_node (DEBUG_EXPR_DECL);
1511 DECL_ARTIFICIAL (ddecl) = 1;
1512 TREE_TYPE (ddecl) = TREE_TYPE (parm);
1513 DECL_MODE (ddecl) = DECL_MODE (parm);
1515 vec_safe_push (*debug_args, ddecl);
1516 def_temp = gimple_build_debug_bind (ddecl, unshare_expr (arg),
H A Dipa-prop.c4061 tree ddecl = NULL_TREE, origin = DECL_ORIGIN (adj->base), arg; local
4074 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); ix += 2)
4075 if (ddecl == origin)
4077 ddecl = (**debug_args)[ix + 1];
4080 if (ddecl == NULL)
4082 ddecl = make_node (DEBUG_EXPR_DECL);
4083 DECL_ARTIFICIAL (ddecl) = 1;
4084 TREE_TYPE (ddecl) = TREE_TYPE (origin);
4085 DECL_MODE (ddecl) = DECL_MODE (origin);
4088 vec_safe_push (*debug_args, ddecl);
[all...]
H A Dvarasm.c7568 tree ddecl = make_node (DEBUG_EXPR_DECL), type;
7572 DECL_ARTIFICIAL (ddecl) = 1;
7580 TREE_TYPE (ddecl) = type;
7582 TREE_TYPE (ddecl) = lang_hooks.types.type_for_mode (mode, 1);
7583 DECL_MODE (ddecl) = mode;
7585 DEBUG_EXPR_TREE_DECL (dval) = ddecl;
7586 SET_DECL_RTL (ddecl, dval);
7542 tree ddecl = make_node (DEBUG_EXPR_DECL), type; local
H A Dcfgexpand.c4949 tree ddecl; local
4953 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl);
4955 if (ddecl == aexp)
H A Dtree.c4739 build_decl_attribute_variant (tree ddecl, tree attribute)
4741 DECL_ATTRIBUTES (ddecl) = attribute;
4742 return ddecl;
4718 build_decl_attribute_variant(tree ddecl, tree attribute) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.c3339 build_decl_attribute_variant (ddecl, attribute)
3340 tree ddecl, attribute;
3342 DECL_MACHINE_ATTRIBUTES (ddecl) = attribute;
3343 return ddecl;

Completed in 161 milliseconds