Searched refs:ddecl (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ipa-param-manipulation.cc | 972 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()
|
| D | ipa-split.cc | 1496 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()
|
| D | attribs.cc | 1232 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()
|
| D | varasm.cc | 8246 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()
|
| D | tree-inline.cc | 6441 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()
|
| D | cfgexpand.cc | 5511 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()
|