Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils/bfd/
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 |= N_EXT;
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
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 |= N_EXT;
[all …]
Delf32-m32c.c1489 int new_type; in m32c_elf_relax_section() local
1556 new_type = ELF32_R_TYPE(srel->r_info); in m32c_elf_relax_section()
1578 new_type = R_M32C_NONE; in m32c_elf_relax_section()
1594 new_type = R_M32C_8_PCREL; in m32c_elf_relax_section()
1607 new_type = R_M32C_16_PCREL; in m32c_elf_relax_section()
1620 new_type = R_M32C_16_PCREL; in m32c_elf_relax_section()
1644 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes]; in m32c_elf_relax_section()
1687 new_type = bytes_to_reloc[enctbl[e->new_encoding].bytes]; in m32c_elf_relax_section()
1712 new_type = R_M32C_NONE; in m32c_elf_relax_section()
1725 new_type = R_M32C_8_PCREL; in m32c_elf_relax_section()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionValueLanguage.cpp48 LanguageType new_type = in SetValueFromString() local
50 if (new_type && languages_for_types[new_type]) { in SetValueFromString()
52 m_current_value = new_type; in SetValueFromString()
/openbsd/src/gnu/usr.bin/perl/lib/File/
DBasename.pm380 my $new_type = shift;
384 $Fileparse_fstype = $type if $new_type =~ /^$type/i;
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DEvent.h210 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() argument
/openbsd/src/gnu/gcc/gcc/cp/
Dtree.c1944 tree new_type; in cp_build_type_attribute_variant() local
1946 new_type = build_type_attribute_variant (type, attributes); in cp_build_type_attribute_variant()
1947 if (TREE_CODE (new_type) == FUNCTION_TYPE in cp_build_type_attribute_variant()
1948 && (TYPE_RAISES_EXCEPTIONS (new_type) in cp_build_type_attribute_variant()
1950 new_type = build_exception_variant (new_type, in cp_build_type_attribute_variant()
1954 gcc_assert (!CLASS_TYPE_P (type) || new_type == type); in cp_build_type_attribute_variant()
1956 return new_type; in cp_build_type_attribute_variant()
Dpt.c1708 tree new_type; in copy_default_args_to_explicit_spec() local
1766 new_type = build_method_type_directly (object_type, in copy_default_args_to_explicit_spec()
1771 new_type = build_function_type (TREE_TYPE (old_type), in copy_default_args_to_explicit_spec()
1773 new_type = cp_build_type_attribute_variant (new_type, in copy_default_args_to_explicit_spec()
1775 new_type = build_exception_variant (new_type, in copy_default_args_to_explicit_spec()
1777 TREE_TYPE (decl) = new_type; in copy_default_args_to_explicit_spec()
6438 tree new_type = tsubst (TREE_TYPE (t), args, complain, in_decl); in tsubst_decl() local
6439 if (new_type == error_mark_node) in tsubst_decl()
6444 TREE_TYPE (r) = new_type; in tsubst_decl()
6446 = build_decl (TYPE_DECL, DECL_NAME (decl), new_type); in tsubst_decl()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dverify.c279 tree new_type = merge_types (old_type, type_map [i]); local
280 if (TREE_VEC_ELT (vec, i) != new_type)
288 || (TYPE_IS_WIDE (new_type)
292 TREE_VEC_ELT (vec, i) = new_type;
293 if (new_type == TYPE_UNKNOWN)
298 else if (TYPE_IS_WIDE (new_type))
Dparse.y4250 duplicate_declaration_error_p (new_field_name, new_type, cl) in duplicate_declaration_error_p() argument
4251 tree new_field_name, new_type, cl; in duplicate_declaration_error_p()
4258 ((TREE_CODE (new_type) == POINTER_TYPE
4259 && TREE_TYPE (new_type) == NULL_TREE) ?
4260 IDENTIFIER_POINTER (TYPE_NAME (new_type)) :
4261 lang_printable_name (new_type, 1)));
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dc-exp.y942 struct type *new_type; variable
954 new_type = cp_lookup_nested_type (type, ncopy,
956 if (new_type == NULL)
960 $$ = new_type;
Dc-exp.c2350 struct type *new_type; local
2362 new_type = cp_lookup_nested_type (type, ncopy,
2364 if (new_type == NULL)
2368 yyval.tval = new_type;
Dada-lang.c1578 struct type *new_type; in packed_array_type() local
1585 new_type = alloc_type (TYPE_OBJFILE (type)); in packed_array_type()
1588 create_array_type (new_type, new_elt_type, TYPE_FIELD_TYPE (type, 0)); in packed_array_type()
1589 TYPE_FIELD_BITSIZE (new_type, 0) = *elt_bits; in packed_array_type()
1590 TYPE_NAME (new_type) = ada_type_name (type); in packed_array_type()
1596 *elt_bits = TYPE_LENGTH (new_type) = 0; in packed_array_type()
1600 TYPE_LENGTH (new_type) = in packed_array_type()
1604 TYPE_FLAGS (new_type) |= TYPE_FLAG_FIXED_INSTANCE; in packed_array_type()
1605 return new_type; in packed_array_type()
6222 struct type *new_type; in template_to_static_fixed_type() local
[all …]
Dvalue.h342 struct type *new_type);
Dvarobj.c1695 char *old_type, *new_type; in value_of_root() local
1703 new_type = varobj_get_type (tmp_var); in value_of_root()
1704 if (strcmp (old_type, new_type) == 0) in value_of_root()
Dmdebugread.c282 static struct type *new_type (char *);
1041 t = new_type (NULL); in parse_symbol()
4695 new_type (char *name) in new_type() function
/openbsd/src/usr.bin/rpcgen/
Drpc_parse.c377 check_type_name(char *name, int new_type) in check_type_name() argument
389 if (new_type) { in check_type_name()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.c6243 tree type = *node, new_type = NULL_TREE; local
6320 new_type = other_type;
6325 if (new_type == NULL_TREE)
6329 new_type = (*lang_hooks.types.type_for_mode) (new_mode,
6332 if (!new_type)
6338 new_type = build_type_copy (new_type);
6354 index = build_int_2 (TYPE_VECTOR_SUBPARTS (new_type) - 1, 0);
6361 TYPE_DEBUG_REPRESENTATION_TYPE (new_type) = rt;
6363 list_node = build_tree_list (NULL, new_type);
6369 *node = vector_size_helper (*node, new_type);
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c1382 tree new_type; local
1440 new_type = build_cplus_method_type (object_type,
1445 new_type = build_function_type (TREE_TYPE (old_type),
1447 new_type = build_type_attribute_variant (new_type,
1449 new_type = build_exception_variant (new_type,
1451 TREE_TYPE (decl) = new_type;
6034 tree new_type = tsubst (TREE_TYPE (t), args, complain, in_decl); local
6035 if (new_type == error_mark_node)
6038 TREE_TYPE (r) = new_type;
6039 CLASSTYPE_TI_TEMPLATE (new_type) = r;
[all …]
/openbsd/src/gnu/usr.bin/perl/
Dsv.c960 Perl_sv_upgrade(pTHX_ SV *const sv, svtype new_type) in Perl_sv_upgrade() argument
972 if (old_type == new_type) in Perl_sv_upgrade()
984 if (new_type > SVt_PVMG && SvIsCOW(sv)) { in Perl_sv_upgrade()
1035 if (new_type == SVt_NV) in Perl_sv_upgrade()
1036 new_type = SVt_PVNV; in Perl_sv_upgrade()
1038 if (new_type < SVt_PVIV) { in Perl_sv_upgrade()
1039 new_type = (new_type == SVt_NV) in Perl_sv_upgrade()
1045 if (new_type < SVt_PVNV) { in Perl_sv_upgrade()
1046 new_type = SVt_PVNV; in Perl_sv_upgrade()
1050 assert(new_type > SVt_PV); in Perl_sv_upgrade()
[all …]
/openbsd/src/gnu/gcc/gcc/
Dtree-inline.c538 tree new_type = remap_type (TREE_TYPE (*tp), id); in copy_body_r() local
540 if (new_type == TREE_TYPE (*tp)) in copy_body_r()
544 *tp = build_int_cst_wide (new_type, TREE_INT_CST_LOW (*tp), in copy_body_r()
549 TREE_TYPE (*tp) = new_type; in copy_body_r()
Dtree-ssa-alias.c2184 tree new_type; in create_tag_raw() local
2187 new_type = build_type_variant (type, 0, 0); in create_tag_raw()
2188 TYPE_ATTRIBUTES (new_type) = TYPE_ATTRIBUTES (type); in create_tag_raw()
Dc-common.c5264 tree type = *node, new_type, size; in handle_vector_size_attribute() local
5327 new_type = build_vector_type (type, nunits); in handle_vector_size_attribute()
5330 *node = reconstruct_complex_type (*node, new_type); in handle_vector_size_attribute()
Dgimplify.c447 tree new_type; in create_tmp_var_raw() local
450 new_type = build_type_variant (type, 0, 0); in create_tmp_var_raw()
451 TYPE_ATTRIBUTES (new_type) = TYPE_ATTRIBUTES (type); in create_tmp_var_raw()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c11445 enum arm_reg_type new_type, old_type; local
11453 new_type = arm_reg_parse_any (newname);
11455 if (new_type == REG_TYPE_MAX)
11474 if (new_type != old_type
11476 != arm_reg_parse (&q, all_reg_maps[new_type].htab)))

12