Searched refs:new_type (Results 1 - 25 of 30) sorted by relevance

12

/haiku-buildtools/legacy/gcc/libobjc/
H A Dgc.c407 char *new_type; local
414 new_type = objc_atomic_malloc (strlen (ivar->ivar_type));
415 strncpy (new_type, ivar->ivar_type,
417 strcat (new_type, type + 1);
418 ivar->ivar_type = new_type;
422 char *new_type; local
429 new_type = objc_malloc (strlen (ivar->ivar_type) + 2);
430 strncpy (new_type, ivar->ivar_type,
432 strcat (new_type, "!");
433 strcat (new_type, typ
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dhp300hpux.c365 int new_type; local
368 new_type = 0;
377 new_type = N_FN;
383 new_type = N_UNDF;
387 new_type = N_ABS;
391 new_type = N_TEXT;
395 new_type = N_DATA;
399 new_type = N_BSS;
403 new_type = N_COMM;
411 new_type |
[all...]
H A Delf32-m32c.c1495 int new_type;
1562 new_type = ELF32_R_TYPE(srel->r_info);
1584 new_type = R_M32C_NONE;
1600 new_type = R_M32C_8_PCREL;
1613 new_type = R_M32C_16_PCREL;
1626 new_type = R_M32C_16_PCREL;
1650 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1693 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1718 new_type = R_M32C_NONE;
1731 new_type
1489 int new_type; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dhp300hpux.c352 int new_type; local
355 new_type = 0;
364 new_type = N_FN;
370 new_type = N_UNDF;
374 new_type = N_ABS;
378 new_type = N_TEXT;
382 new_type = N_DATA;
386 new_type = N_BSS;
390 new_type = N_COMM;
398 new_type |
[all...]
H A Delf32-m32c.c1538 int new_type;
1605 new_type = ELF32_R_TYPE(srel->r_info);
1627 new_type = R_M32C_NONE;
1643 new_type = R_M32C_8_PCREL;
1656 new_type = R_M32C_16_PCREL;
1669 new_type = R_M32C_16_PCREL;
1693 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1736 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes];
1761 new_type = R_M32C_NONE;
1774 new_type
1532 int new_type; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dcgraphclones.c198 tree new_type = NULL; local
226 new_type = build_distinct_type_copy (orig_type);
227 TYPE_ARG_TYPES (new_type) = new_reversed;
231 new_type
234 TYPE_CONTEXT (new_type) = TYPE_CONTEXT (orig_type);
238 TREE_TYPE (new_type) = void_type_node;
240 return new_type;
255 tree new_type; local
257 new_type = TREE_TYPE (orig_decl);
258 if (prototype_p (new_type)
[all...]
H A Dipa-chkp.c328 tree new_type = build_tree_list (NULL_TREE, local
330 TREE_CHAIN (new_type) = TREE_CHAIN (arg_type);
331 TREE_CHAIN (arg_type) = new_type;
346 tree new_type = build_tree_list (NULL_TREE, local
348 TREE_CHAIN (new_type) = TREE_CHAIN (arg_type);
349 TREE_CHAIN (arg_type) = new_type;
H A Dtree-vect-patterns.c732 tree new_type, new_oprnd; local
756 new_type = build_nonstandard_integer_type (TYPE_PRECISION (type) / 2,
758 if ((code == MULT_EXPR && !int_fits_type_p (const_oprnd, new_type))
760 && compare_tree_int (const_oprnd, TYPE_PRECISION (new_type)) == 1))
765 new_oprnd = make_ssa_name (new_type);
769 *half_type = new_type;
1295 vect_operation_fits_smaller_type (gimple stmt, tree def, tree *new_type, argument
1333 if (*new_type)
1335 half_type = *new_type;
1470 *new_type
1506 tree var = NULL_TREE, new_type = NULL_TREE, new_oprnd; variable
[all...]
H A Dtree-inline.c955 tree new_type = remap_type (TREE_TYPE (*tp), id); local
957 if (new_type == TREE_TYPE (*tp))
961 *tp = wide_int_to_tree (new_type, *tp);
965 TREE_TYPE (*tp) = new_type;
1138 tree new_type = remap_type (TREE_TYPE (*tp), id); local
1140 if (new_type == TREE_TYPE (*tp))
1144 *tp = wide_int_to_tree (new_type, *tp);
1148 TREE_TYPE (*tp) = new_type;
H A Dipa-prop.c3859 tree new_type = NULL; local
3864 new_type = build_distinct_type_copy (orig_type);
3865 TYPE_ARG_TYPES (new_type) = new_reversed;
3869 new_type
3872 TYPE_CONTEXT (new_type) = TYPE_CONTEXT (orig_type);
3883 TREE_TYPE (fndecl) = new_type;
H A Dgimplify.c8701 tree new_type, xop0, xop1;
8703 new_type = TREE_TYPE (*expr_p);
8704 if (!useless_type_conversion_p (orig_type, new_type))
8729 expression's new_type. */
8732 if (!useless_type_conversion_p (new_type, TREE_TYPE (xop0)))
8734 new_type,
8736 if (!useless_type_conversion_p (new_type, TREE_TYPE (xop1)))
8738 new_type,
8698 tree new_type, xop0, xop1; local
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils.c975 tree new_type, old_field, field_list = NULL_TREE;
982 new_type = make_node (TREE_CODE (type));
987 TYPE_NAME (new_type) = TYPE_NAME (type);
988 TYPE_JUSTIFIED_MODULAR_P (new_type) = TYPE_JUSTIFIED_MODULAR_P (type);
989 TYPE_CONTAINS_TEMPLATE_P (new_type) = TYPE_CONTAINS_TEMPLATE_P (type);
991 TYPE_PADDING_P (new_type) = TYPE_PADDING_P (type);
999 TYPE_ALIGN (new_type) = align;
1019 TYPE_ALIGN (new_type) = MIN (TYPE_ALIGN (type), align);
1022 TYPE_USER_ALIGN (new_type) = 1;
1051 = create_field_decl (DECL_NAME (old_field), new_field_type, new_type,
969 tree new_type, old_field, field_list = NULL_TREE; local
1108 tree new_type; local
2178 tree new_type = copy_node (type); local
3743 update_pointer_to(tree old_type, tree new_type) argument
[all...]
H A Ddecl.c136 tree new_type; member in struct:variant_desc_d
3423 v->new_type = new_variant;
3530 gnu_cont_type = v->new_type;
8594 new_variant = v->new_type;
8665 copy_and_substitute_in_size (tree new_type, tree old_type,
8671 TYPE_SIZE (new_type) = TYPE_SIZE (old_type);
8672 TYPE_SIZE_UNIT (new_type) = TYPE_SIZE_UNIT (old_type);
8673 SET_TYPE_ADA_SIZE (new_type, TYPE_ADA_SIZE (old_type));
8674 TYPE_ALIGN (new_type) = TYPE_ALIGN (old_type);
8675 relate_alias_sets (new_type, old_typ
8648 copy_and_substitute_in_size(tree new_type, tree old_type, vec<subst_pair> subst_list) argument
[all...]
H A Dgigi.h802 extern void update_pointer_to (tree old_type, tree new_type);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-types.c811 tree new_type;
832 new_type = make_node (REAL_TYPE);
833 TYPE_PRECISION (new_type) = mode_precision;
834 layout_type (new_type);
835 return new_type;
841 tree new_type;
852 new_type = make_node (COMPLEX_TYPE);
853 TREE_TYPE (new_type) = scalar_type;
854 layout_type (new_type);
855 return new_type;
810 tree new_type; local
840 tree new_type; local
861 tree new_type; local
[all...]
H A Dtrans-common.c337 tree new_type; local
340 new_type = build_qualified_type (TREE_TYPE (field), TYPE_QUAL_VOLATILE);
341 TREE_TYPE (field) = new_type;
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dverify.c240 tree new_type = merge_types (old_type, type_map [i]); local
241 if (TREE_VEC_ELT (vec, i) != new_type)
249 || (TYPE_IS_WIDE (new_type)
253 TREE_VEC_ELT (vec, i) = new_type;
254 if (new_type == TYPE_UNKNOWN)
259 else if (TYPE_IS_WIDE (new_type))
H A Dparse.c5751 duplicate_declaration_error_p (new_field_name, new_type, cl)
5752 tree new_field_name, new_type, cl;
5760 ((TREE_CODE (new_type) == POINTER_TYPE
5761 && TREE_TYPE (new_type) == NULL_TREE) ?
5762 IDENTIFIER_POINTER (TYPE_NAME (new_type)) :
5763 lang_printable_name (new_type, 1)));
H A Dparse.y3094 duplicate_declaration_error_p (new_field_name, new_type, cl)
3095 tree new_field_name, new_type, cl;
3103 ((TREE_CODE (new_type) == POINTER_TYPE
3104 && TREE_TYPE (new_type) == NULL_TREE) ?
3105 IDENTIFIER_POINTER (TYPE_NAME (new_type)) :
3106 lang_printable_name (new_type, 1)));
/haiku-buildtools/gcc/gcc/cp/
H A Dvtable-class-hierarchy.c925 tree new_type; local
937 new_type = build_pointer_type (TREE_TYPE (base_ptr_var_decl));
938 arg1 = build1 (ADDR_EXPR, new_type, base_ptr_var_decl);
H A Dtree.c3696 tree new_type;
3698 new_type = build_type_attribute_variant (type, attributes);
3699 if (TREE_CODE (new_type) == FUNCTION_TYPE
3700 || TREE_CODE (new_type) == METHOD_TYPE)
3702 new_type = build_exception_variant (new_type,
3704 new_type = build_ref_qualified_type (new_type,
3709 gcc_assert (!CLASS_TYPE_P (type) || new_type == type);
3711 return new_type;
3690 tree new_type; local
[all...]
H A Dpt.c2226 tree new_type; local
2284 new_type = build_method_type_directly (object_type,
2289 new_type = build_function_type (TREE_TYPE (old_type),
2291 new_type = cp_build_type_attribute_variant (new_type,
2293 new_type = build_exception_variant (new_type,
2297 TYPE_HAS_LATE_RETURN_TYPE (new_type) = 1;
2299 TREE_TYPE (decl) = new_type;
10759 tree new_type
10758 tree new_type = tsubst (TREE_TYPE (t), args, complain, in_decl); local
10824 tree new_type; local
13547 tree new_type = tsubst (TREE_TYPE (t), args, complain, in_decl); local
14749 tree new_type = tsubst (TREE_TYPE (t), args, complain, in_decl); local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc158 Function_type* new_type = Type::make_function_type(NULL, NULL, NULL, loc); local
159 new_type->set_is_varargs();
160 new_type->set_is_builtin();
161 this->globals_->add_function_declaration("new", NULL, new_type, loc);
7192 Function_type* new_type = local
7194 if (old_type->is_valid_redeclaration(new_type, &reason))
7204 Function_type* new_type = local
7206 if (old_type->is_valid_redeclaration(new_type, &reason))
7211 Function_type* new_type = new_object->func_value()->type(); local
7212 if (old_type->is_valid_redeclaration(new_type,
[all...]
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c670 tree new_type = (tree)(*slot); local
671 gcc_checking_assert (new_type != t);
672 TYPE_CANONICAL (t) = new_type;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c5487 tree new_type = tsubst (TREE_TYPE (t), args,
5489 TREE_TYPE (r) = new_type;
5490 CLASSTYPE_TI_TEMPLATE (new_type) = r;
5491 DECL_RESULT (r) = TYPE_MAIN_DECL (new_type);
5492 DECL_TI_ARGS (r) = CLASSTYPE_TI_ARGS (new_type);
5486 tree new_type = tsubst (TREE_TYPE (t), args, local

Completed in 620 milliseconds

12