| /src/external/gpl3/gcc.old/dist/gcc/ |
| multiple_target.cc | 296 tree new_decl = copy_node (node->decl); local 297 new_node = cgraph_node::get_create (new_decl); 298 DECL_ATTRIBUTES (new_decl) = attributes;
|
| cgraphclones.cc | 205 tree new_decl; local 215 new_decl = copy_node (thunk->decl); 217 new_decl); 222 new_decl = copy_node (thunk->decl); 223 for (tree *arg = &DECL_ARGUMENTS (new_decl); 228 DECL_CONTEXT (*arg) = new_decl; 233 gcc_checking_assert (!DECL_STRUCT_FUNCTION (new_decl)); 234 gcc_checking_assert (!DECL_INITIAL (new_decl)); 235 gcc_checking_assert (!DECL_RESULT (new_decl)); 236 gcc_checking_assert (!DECL_RTL_SET_P (new_decl)); 586 tree new_decl; local 1017 tree new_decl; local [all...] |
| langhooks.cc | 777 tree new_decl = lang_hooks.simulate_builtin_function_decl (decl); local 784 if (TREE_CODE (new_decl) == FUNCTION_DECL 785 && fndecl_built_in_p (new_decl, function_code, BUILT_IN_MD)) 786 return new_decl;
|
| cgraphunit.cc | 787 tree new_decl = copy_node (n->decl); local 789 DECL_INITIAL (new_decl) = NULL_TREE; 790 if (TREE_CODE (new_decl) == FUNCTION_DECL) 791 DECL_STRUCT_FUNCTION (new_decl) = NULL; 792 SET_DECL_ASSEMBLER_NAME (new_decl, symver); 793 TREE_PUBLIC (new_decl) = 1; 794 DECL_ATTRIBUTES (new_decl) = NULL; 796 symtab_node *symver_node = symtab_node::get_create (new_decl);
|
| omp-simd-clone.cc | 451 tree new_decl = copy_node (old_node->decl); local 452 DECL_NAME (new_decl) = clone_function_name_numbered (old_decl, 454 SET_DECL_ASSEMBLER_NAME (new_decl, DECL_NAME (new_decl)); 455 SET_DECL_RTL (new_decl, NULL); 456 DECL_STATIC_CONSTRUCTOR (new_decl) = 0; 457 DECL_STATIC_DESTRUCTOR (new_decl) = 0; 458 new_node = old_node->create_version_clone (new_decl, vNULL, NULL);
|
| symtab.cc | 2044 tree new_decl; local 2063 new_decl = copy_node (node->decl); 2064 DECL_DLLIMPORT_P (new_decl) = 0; 2075 DECL_NAME (new_decl) = name; 2076 if (TREE_CODE (new_decl) == FUNCTION_DECL) 2077 DECL_STRUCT_FUNCTION (new_decl) = NULL; 2078 DECL_INITIAL (new_decl) = NULL; 2079 SET_DECL_ASSEMBLER_NAME (new_decl, DECL_NAME (new_decl)); 2080 SET_DECL_RTL (new_decl, NULL) [all...] |
| ipa-param-manipulation.cc | 567 tree new_decl = copy_node (orig_decl); local 573 TREE_TYPE (new_decl) = new_type; 576 DECL_VINDEX (new_decl) = NULL_TREE; 579 if (fndecl_built_in_p (new_decl)) 580 set_decl_built_in_function (new_decl, NOT_BUILT_IN, 0); 582 DECL_VIRTUAL_P (new_decl) = 0; 583 DECL_LANG_SPECIFIC (new_decl) = NULL; 587 DECL_IS_MALLOC (new_decl) = 0; 589 return new_decl; 1584 tree new_decl = m_new_decls[i] local [all...] |
| omp-offload.cc | 1859 tree *new_decl = info->adjusted_vars->get (*base); 1860 if (!new_decl) 1863 int base_quals = TYPE_QUALS (TREE_TYPE (*new_decl)); 1887 *base = *new_decl; 1892 tree *new_decl = info->adjusted_vars->get (*tp); local 1893 if (new_decl) 1895 *tp = *new_decl;
|
| tree-nested.cc | 1047 tree new_decl local 1050 DECL_ARTIFICIAL (new_decl) = DECL_ARTIFICIAL (decl); 1051 DECL_IGNORED_P (new_decl) = DECL_IGNORED_P (decl); 1052 TREE_THIS_VOLATILE (new_decl) = TREE_THIS_VOLATILE (decl); 1053 TREE_SIDE_EFFECTS (new_decl) = TREE_SIDE_EFFECTS (decl); 1054 TREE_READONLY (new_decl) = TREE_READONLY (decl); 1055 TREE_ADDRESSABLE (new_decl) = TREE_ADDRESSABLE (decl); 1056 DECL_SEEN_IN_BIND_EXPR_P (new_decl) = 1; 1061 DECL_BY_REFERENCE (new_decl) = 1; 1064 DECL_LANG_SPECIFIC (new_decl) = DECL_LANG_SPECIFIC (decl) 1083 tree x, field, new_decl; local 1891 tree x, new_decl; local 3186 tree new_decl = copy_decl_no_change (decl, id); local [all...] |
| trans-mem.cc | 4917 tree new_decl; local 4928 tree old_decl, new_decl, tm_name; 4936 new_decl = build_decl (DECL_SOURCE_LOCATION (old_decl), 4940 SET_DECL_ASSEMBLER_NAME (new_decl, tm_name); 4941 SET_DECL_RTL (new_decl, NULL); 4944 TREE_PUBLIC (new_decl) = TREE_PUBLIC (old_decl); 4945 DECL_CONTEXT (new_decl) = DECL_CONTEXT (old_decl); 4946 DECL_LANG_SPECIFIC (new_decl) = DECL_LANG_SPECIFIC (old_decl); 4947 TREE_READONLY (new_decl) = TREE_READONLY (old_decl); 4948 DECL_EXTERNAL (new_decl) = 0 4906 tree new_decl; member in struct:create_version_alias_info 4971 tree new_decl, old_decl, tm_name; local [all...] |
| tree-inline.cc | 1044 tree new_decl; local 1047 new_decl = remap_decl (*tp, id); 1048 gcc_assert (new_decl); 1050 STRIP_TYPE_NOPS (new_decl); 1055 if (TREE_CODE (new_decl) == INTEGER_CST 1056 && !useless_type_conversion_p (TREE_TYPE (*tp), TREE_TYPE (new_decl))) 1057 new_decl = fold_convert (TREE_TYPE (*tp), new_decl); 1058 *tp = new_decl; 1240 tree new_decl; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| multiple_target.cc | 295 tree new_decl = copy_node (node->decl); local 296 new_node = cgraph_node::get_create (new_decl); 297 DECL_ATTRIBUTES (new_decl) = attributes;
|
| cgraphclones.cc | 208 tree new_decl; local 218 new_decl = copy_node (thunk->decl); 220 new_decl); 225 new_decl = copy_node (thunk->decl); 226 for (tree *arg = &DECL_ARGUMENTS (new_decl); 231 DECL_CONTEXT (*arg) = new_decl; 236 gcc_checking_assert (!DECL_STRUCT_FUNCTION (new_decl)); 237 gcc_checking_assert (!DECL_INITIAL (new_decl)); 238 gcc_checking_assert (!DECL_RESULT (new_decl)); 239 gcc_checking_assert (!DECL_RTL_SET_P (new_decl)); 599 tree new_decl; local 1030 tree new_decl; local [all...] |
| langhooks.cc | 774 tree new_decl = lang_hooks.simulate_builtin_function_decl (decl); local 781 if (TREE_CODE (new_decl) == FUNCTION_DECL 782 && fndecl_built_in_p (new_decl, function_code, BUILT_IN_MD)) 783 return new_decl;
|
| cgraphunit.cc | 798 tree new_decl = copy_node (n->decl); local 800 DECL_INITIAL (new_decl) = NULL_TREE; 801 if (TREE_CODE (new_decl) == FUNCTION_DECL) 802 DECL_STRUCT_FUNCTION (new_decl) = NULL; 803 SET_DECL_ASSEMBLER_NAME (new_decl, symver); 804 TREE_PUBLIC (new_decl) = 1; 805 DECL_ATTRIBUTES (new_decl) = NULL; 807 symtab_node *symver_node = symtab_node::get_create (new_decl);
|
| omp-simd-clone.cc | 647 tree new_decl = copy_node (old_node->decl); local 648 DECL_NAME (new_decl) = clone_function_name_numbered (old_decl, 650 SET_DECL_ASSEMBLER_NAME (new_decl, DECL_NAME (new_decl)); 651 SET_DECL_RTL (new_decl, NULL); 652 DECL_STATIC_CONSTRUCTOR (new_decl) = 0; 653 DECL_STATIC_DESTRUCTOR (new_decl) = 0; 654 new_node = old_node->create_version_clone (new_decl, vNULL, NULL);
|
| symtab.cc | 2045 tree new_decl; local 2064 new_decl = copy_node (node->decl); 2065 DECL_DLLIMPORT_P (new_decl) = 0; 2076 DECL_NAME (new_decl) = name; 2077 if (TREE_CODE (new_decl) == FUNCTION_DECL) 2078 DECL_STRUCT_FUNCTION (new_decl) = NULL; 2079 DECL_INITIAL (new_decl) = NULL; 2080 SET_DECL_ASSEMBLER_NAME (new_decl, DECL_NAME (new_decl)); 2081 SET_DECL_RTL (new_decl, NULL) [all...] |
| ipa-param-manipulation.cc | 537 tree new_decl = copy_node (orig_decl); local 543 TREE_TYPE (new_decl) = new_type; 546 DECL_VINDEX (new_decl) = NULL_TREE; 549 if (fndecl_built_in_p (new_decl)) 550 set_decl_built_in_function (new_decl, NOT_BUILT_IN, 0); 552 DECL_VIRTUAL_P (new_decl) = 0; 553 DECL_LANG_SPECIFIC (new_decl) = NULL; 557 DECL_IS_MALLOC (new_decl) = 0; 559 return new_decl; 1705 tree new_decl = m_new_decls[i] local [all...] |
| tree-nested.cc | 1055 tree new_decl local 1058 DECL_ARTIFICIAL (new_decl) = DECL_ARTIFICIAL (decl); 1059 DECL_IGNORED_P (new_decl) = DECL_IGNORED_P (decl); 1060 TREE_THIS_VOLATILE (new_decl) = TREE_THIS_VOLATILE (decl); 1061 TREE_SIDE_EFFECTS (new_decl) = TREE_SIDE_EFFECTS (decl); 1062 TREE_READONLY (new_decl) = TREE_READONLY (decl); 1063 TREE_ADDRESSABLE (new_decl) = TREE_ADDRESSABLE (decl); 1064 DECL_SEEN_IN_BIND_EXPR_P (new_decl) = 1; 1069 DECL_BY_REFERENCE (new_decl) = 1; 1072 DECL_LANG_SPECIFIC (new_decl) = DECL_LANG_SPECIFIC (decl) 1091 tree x, field, new_decl; local 1902 tree x, new_decl; local 3211 tree new_decl = copy_decl_no_change (decl, id); local [all...] |
| omp-offload.cc | 1889 tree *new_decl = info->adjusted_vars->get (*base); 1890 if (!new_decl) 1893 int base_quals = TYPE_QUALS (TREE_TYPE (*new_decl)); 1917 *base = *new_decl; 1922 tree *new_decl = info->adjusted_vars->get (*tp); local 1923 if (new_decl) 1925 *tp = *new_decl; 2702 tree new_decl = gimple_call_arg (gsi_stmt (gsi), 0); local 2703 gimple_call_set_arg (gsi_stmt (gsi2), 1, new_decl); 2705 new_decl = TREE_OPERAND (new_decl, 0) 2701 tree new_decl = gimple_call_arg (gsi_stmt (gsi), 0); local [all...] |
| trans-mem.cc | 4932 tree new_decl; local 4943 tree old_decl, new_decl, tm_name; 4951 new_decl = build_decl (DECL_SOURCE_LOCATION (old_decl), 4955 SET_DECL_ASSEMBLER_NAME (new_decl, tm_name); 4956 SET_DECL_RTL (new_decl, NULL); 4959 TREE_PUBLIC (new_decl) = TREE_PUBLIC (old_decl); 4960 DECL_CONTEXT (new_decl) = DECL_CONTEXT (old_decl); 4961 DECL_LANG_SPECIFIC (new_decl) = DECL_LANG_SPECIFIC (old_decl); 4962 TREE_READONLY (new_decl) = TREE_READONLY (old_decl); 4963 DECL_EXTERNAL (new_decl) = 0 4921 tree new_decl; member in struct:create_version_alias_info 4986 tree new_decl, old_decl, tm_name; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-builtins.cc | 2173 tree new_decl; 2175 new_decl = build_decl (UNKNOWN_LOCATION, 2180 DECL_EXTERNAL (new_decl) = 1; 2181 TREE_STATIC (new_decl) = 1; 2182 TREE_PUBLIC (new_decl) = 1; 2183 DECL_INITIAL (new_decl) = 0; 2184 DECL_ARTIFICIAL (new_decl) = 0; 2185 DECL_PRESERVE_P (new_decl) = 1; 2187 make_decl_one_only (new_decl, DECL_ASSEMBLER_NAME (new_decl)); 2172 tree new_decl; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-builtins.cc | 2077 tree new_decl; 2079 new_decl = build_decl (UNKNOWN_LOCATION, 2084 DECL_EXTERNAL (new_decl) = 1; 2085 TREE_STATIC (new_decl) = 1; 2086 TREE_PUBLIC (new_decl) = 1; 2087 DECL_INITIAL (new_decl) = 0; 2088 DECL_ARTIFICIAL (new_decl) = 0; 2089 DECL_PRESERVE_P (new_decl) = 1; 2091 make_decl_one_only (new_decl, DECL_ASSEMBLER_NAME (new_decl)); 2076 tree new_decl; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 1106 tree new_decl; local 1152 new_decl = rs6000_builtin_decls[RS6000_BIF_XXMFACC_INTERNAL]; 1153 new_call = gimple_build_call (new_decl, 1, src); 1160 new_decl 1171 new_call = gimple_build_call (new_decl, 2, src, 1219 new_decl = rs6000_builtin_decls[rs6000_builtin_info[fncode].assoc_bif]; 1245 new_call = gimple_build_call (new_decl, 0); 1248 new_call = gimple_build_call (new_decl, 1, op[0]); 1251 new_call = gimple_build_call (new_decl, 2, op[0], op[1]); 1254 new_call = gimple_build_call (new_decl, 3, op[0], op[1], op[2]) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 1082 tree new_decl; local 1128 new_decl = rs6000_builtin_decls[RS6000_BIF_XXMFACC_INTERNAL]; 1129 new_call = gimple_build_call (new_decl, 1, src); 1136 new_decl 1147 new_call = gimple_build_call (new_decl, 2, src, 1195 new_decl = rs6000_builtin_decls[rs6000_builtin_info[fncode].assoc_bif]; 1221 new_call = gimple_build_call (new_decl, 0); 1224 new_call = gimple_build_call (new_decl, 1, op[0]); 1227 new_call = gimple_build_call (new_decl, 2, op[0], op[1]); 1230 new_call = gimple_build_call (new_decl, 3, op[0], op[1], op[2]) [all...] |