HomeSort by: relevance | last modified time | path
    Searched defs:ddecl (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-split.cc 1499 tree ddecl; local
1514 ddecl = (**debug_args)[i + 1];
1516 = gimple_build_debug_bind (ddecl, unshare_expr (arg), call);
ipa-param-manipulation.cc 942 tree ddecl = NULL_TREE; local
943 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); ix += 2)
944 if (ddecl == origin)
946 ddecl = (**debug_args)[ix + 1];
949 if (ddecl == NULL)
951 ddecl = build_debug_expr_decl (TREE_TYPE (origin));
953 SET_DECL_MODE (ddecl, DECL_MODE (origin));
956 vec_safe_push (*debug_args, ddecl);
958 gimple *def_temp = gimple_build_debug_bind (ddecl,
tree-inline.cc 6479 tree ddecl;
6486 ddecl = build_debug_expr_decl (TREE_TYPE (parm));
6488 SET_DECL_MODE (ddecl, DECL_MODE (parm));
6490 vec_safe_push (*debug_args, ddecl);
6478 tree ddecl; local
varasm.cc 8459 tree ddecl = make_node (DEBUG_EXPR_DECL), type;
8463 DECL_ARTIFICIAL (ddecl) = 1;
8471 TREE_TYPE (ddecl) = type;
8473 TREE_TYPE (ddecl) = lang_hooks.types.type_for_mode (mode, 1);
8474 SET_DECL_MODE (ddecl, mode);
8476 DEBUG_EXPR_TREE_DECL (dval) = ddecl;
8477 SET_DECL_RTL (ddecl, dval);
8433 tree ddecl = make_node (DEBUG_EXPR_DECL), type; local
cfgexpand.cc 5536 tree ddecl; local
5540 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl);
5542 if (ddecl == aexp)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-split.cc 1496 tree ddecl; local
1511 ddecl = (**debug_args)[i + 1];
1513 = gimple_build_debug_bind (ddecl, unshare_expr (arg), call);
ipa-param-manipulation.cc 972 tree ddecl = NULL_TREE; local
973 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); ix += 2)
974 if (ddecl == origin)
976 ddecl = (**debug_args)[ix + 1];
979 if (ddecl == NULL)
981 ddecl = build_debug_expr_decl (TREE_TYPE (origin));
983 SET_DECL_MODE (ddecl, DECL_MODE (origin));
986 vec_safe_push (*debug_args, ddecl);
988 gimple *def_temp = gimple_build_debug_bind (ddecl,
tree-inline.cc 6442 tree ddecl;
6449 ddecl = build_debug_expr_decl (TREE_TYPE (parm));
6451 SET_DECL_MODE (ddecl, DECL_MODE (parm));
6453 vec_safe_push (*debug_args, ddecl);
6441 tree ddecl; local
cfgexpand.cc 5514 tree ddecl; local
5518 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl);
5520 if (ddecl == aexp)
varasm.cc 8274 tree ddecl = make_node (DEBUG_EXPR_DECL), type;
8278 DECL_ARTIFICIAL (ddecl) = 1;
8286 TREE_TYPE (ddecl) = type;
8288 TREE_TYPE (ddecl) = lang_hooks.types.type_for_mode (mode, 1);
8289 SET_DECL_MODE (ddecl, mode);
8291 DEBUG_EXPR_TREE_DECL (dval) = ddecl;
8292 SET_DECL_RTL (ddecl, dval);
8248 tree ddecl = make_node (DEBUG_EXPR_DECL), type; local

Completed in 122 milliseconds