Home
last modified time | relevance | path

Searched refs:ddecl (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c815 tree ddecl = NULL_TREE; in modify_call() local
816 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); ix += 2) in modify_call()
817 if (ddecl == origin) in modify_call()
819 ddecl = (**debug_args)[ix + 1]; in modify_call()
822 if (ddecl == NULL) in modify_call()
824 ddecl = make_node (DEBUG_EXPR_DECL); in modify_call()
825 DECL_ARTIFICIAL (ddecl) = 1; in modify_call()
826 TREE_TYPE (ddecl) = TREE_TYPE (origin); in modify_call()
827 SET_DECL_MODE (ddecl, DECL_MODE (origin)); in modify_call()
830 vec_safe_push (*debug_args, ddecl); in modify_call()
[all …]
H A Dattribs.c1110 build_decl_attribute_variant (tree ddecl, tree attribute) in build_decl_attribute_variant() argument
1112 DECL_ATTRIBUTES (ddecl) = attribute; in build_decl_attribute_variant()
1113 return ddecl; in build_decl_attribute_variant()
H A Dipa-split.c1477 tree ddecl; in split_function() local
1492 ddecl = (**debug_args)[i + 1]; in split_function()
1494 = gimple_build_debug_bind (ddecl, unshare_expr (arg), call); in split_function()
H A Dvarasm.c7950 tree ddecl = make_node (DEBUG_EXPR_DECL), type; in make_debug_expr_from_rtl() local
7954 DECL_ARTIFICIAL (ddecl) = 1; in make_debug_expr_from_rtl()
7962 TREE_TYPE (ddecl) = type; in make_debug_expr_from_rtl()
7964 TREE_TYPE (ddecl) = lang_hooks.types.type_for_mode (mode, 1); in make_debug_expr_from_rtl()
7965 SET_DECL_MODE (ddecl, mode); in make_debug_expr_from_rtl()
7967 DEBUG_EXPR_TREE_DECL (dval) = ddecl; in make_debug_expr_from_rtl()
7968 SET_DECL_RTL (ddecl, dval); in make_debug_expr_from_rtl()
H A Dtree-inline.c6479 tree ddecl; in tree_function_versioning() local
6486 ddecl = make_node (DEBUG_EXPR_DECL); in tree_function_versioning()
6487 DECL_ARTIFICIAL (ddecl) = 1; in tree_function_versioning()
6488 TREE_TYPE (ddecl) = TREE_TYPE (parm); in tree_function_versioning()
6489 SET_DECL_MODE (ddecl, DECL_MODE (parm)); in tree_function_versioning()
6491 vec_safe_push (*debug_args, ddecl); in tree_function_versioning()
H A Dcfgexpand.c5325 tree ddecl; in expand_debug_source_expr() local
5329 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); in expand_debug_source_expr()
5331 if (ddecl == aexp) in expand_debug_source_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc972 tree ddecl = NULL_TREE; in modify_call() local
973 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); ix += 2) in modify_call()
974 if (ddecl == origin) in modify_call()
976 ddecl = (**debug_args)[ix + 1]; in modify_call()
979 if (ddecl == NULL) in modify_call()
981 ddecl = build_debug_expr_decl (TREE_TYPE (origin)); in modify_call()
983 SET_DECL_MODE (ddecl, DECL_MODE (origin)); in modify_call()
986 vec_safe_push (*debug_args, ddecl); in modify_call()
988 gimple *def_temp = gimple_build_debug_bind (ddecl, in modify_call()
H A Dipa-split.cc1496 tree ddecl; in split_function() local
1511 ddecl = (**debug_args)[i + 1]; in split_function()
1513 = gimple_build_debug_bind (ddecl, unshare_expr (arg), call); in split_function()
H A Dattribs.cc1232 build_decl_attribute_variant (tree ddecl, tree attribute) in build_decl_attribute_variant() argument
1234 DECL_ATTRIBUTES (ddecl) = attribute; in build_decl_attribute_variant()
1235 return ddecl; in build_decl_attribute_variant()
H A Dvarasm.cc8246 tree ddecl = make_node (DEBUG_EXPR_DECL), type; in make_debug_expr_from_rtl() local
8250 DECL_ARTIFICIAL (ddecl) = 1; in make_debug_expr_from_rtl()
8258 TREE_TYPE (ddecl) = type; in make_debug_expr_from_rtl()
8260 TREE_TYPE (ddecl) = lang_hooks.types.type_for_mode (mode, 1); in make_debug_expr_from_rtl()
8261 SET_DECL_MODE (ddecl, mode); in make_debug_expr_from_rtl()
8263 DEBUG_EXPR_TREE_DECL (dval) = ddecl; in make_debug_expr_from_rtl()
8264 SET_DECL_RTL (ddecl, dval); in make_debug_expr_from_rtl()
H A Dtree-inline.cc6441 tree ddecl; in tree_function_versioning() local
6448 ddecl = build_debug_expr_decl (TREE_TYPE (parm)); in tree_function_versioning()
6450 SET_DECL_MODE (ddecl, DECL_MODE (parm)); in tree_function_versioning()
6452 vec_safe_push (*debug_args, ddecl); in tree_function_versioning()
H A Dcfgexpand.cc5511 tree ddecl; in expand_debug_source_expr() local
5515 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); in expand_debug_source_expr()
5517 if (ddecl == aexp) in expand_debug_source_expr()