Home
last modified time | relevance | path

Searched refs:old_type (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/usr.bin/rpcgen/
H A Drpc_util.c151 return (def->def.ty.old_type); in fixit()
153 return (fixit(def->def.ty.old_type, orig)); in fixit()
223 type = def->def.ty.old_type; in isvectordef()
H A Drpc_parse.h60 const char *old_type; member
H A Drpc_cout.c94 if (strcmp(def->def.ty.old_type, def->def_name) == 0) in emit()
162 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_header()
613 const char *type = def->def.ty.old_type; in emit_typedef()
H A Drpc_hout.c139 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_funcdef()
425 const char *old = def->def.ty.old_type; in ptypedef()
H A Drpc_parse.c405 defp->def.ty.old_type = dec.type; in def_typedef()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_object.c183 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, in dmu_object_zapify() argument
195 ASSERT3U(dn->dn_type, ==, old_type); in dmu_object_zapify()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-sra.c1561 type_prevails_p (tree old_type, tree new_type) in type_prevails_p() argument
1563 if (old_type == new_type) in type_prevails_p()
1567 if (!is_gimple_reg_type (old_type) in type_prevails_p()
1570 if (is_gimple_reg_type (old_type) in type_prevails_p()
1575 if (TREE_CODE (old_type) != COMPLEX_TYPE in type_prevails_p()
1576 && TREE_CODE (old_type) != VECTOR_TYPE in type_prevails_p()
1580 if ((TREE_CODE (old_type) == COMPLEX_TYPE in type_prevails_p()
1581 || TREE_CODE (old_type) == VECTOR_TYPE) in type_prevails_p()
1587 if (INTEGRAL_TYPE_P (old_type) in type_prevails_p()
1589 return (TYPE_PRECISION (new_type) > TYPE_PRECISION (old_type)); in type_prevails_p()
[all …]
H A Dipa-param-manipulation.h253 tree build_new_function_type (tree old_type, bool type_is_original_p); in class()
H A Dipa-param-manipulation.c366 ipa_param_adjustments::build_new_function_type (tree old_type, in build_new_function_type() argument
370 if (prototype_p (old_type)) in build_new_function_type()
373 push_function_arg_types (&otypes, old_type); in build_new_function_type()
381 return build_adjusted_function_type (old_type, new_param_types_p, in build_new_function_type()
382 method2func_p (old_type), m_skip_return); in build_new_function_type()
H A Dsched-deps.c1075 update_dependency_caches (dep_t dep, enum reg_note old_type) in update_dependency_caches() argument
1084 switch (old_type) in update_dependency_caches()
1137 enum reg_note old_type = DEP_TYPE (dep); in update_dep() local
1146 if ((int) DEP_TYPE (new_dep) < (int) old_type) in update_dep()
1197 update_dependency_caches (dep, old_type); in update_dep()
H A Dtree-vect-loop.c8281 vect_halve_mask_nunits (tree old_type, machine_mode new_mode) in vect_halve_mask_nunits() argument
8283 poly_uint64 nunits = exact_div (TYPE_VECTOR_SUBPARTS (old_type), 2); in vect_halve_mask_nunits()
8291 vect_double_mask_nunits (tree old_type, machine_mode new_mode) in vect_double_mask_nunits() argument
8293 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (old_type) * 2; in vect_double_mask_nunits()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-sra.cc1574 type_prevails_p (tree old_type, tree new_type) in type_prevails_p() argument
1576 if (old_type == new_type) in type_prevails_p()
1580 if (!is_gimple_reg_type (old_type) in type_prevails_p()
1583 if (is_gimple_reg_type (old_type) in type_prevails_p()
1588 if (TREE_CODE (old_type) != COMPLEX_TYPE in type_prevails_p()
1589 && TREE_CODE (old_type) != VECTOR_TYPE in type_prevails_p()
1593 if ((TREE_CODE (old_type) == COMPLEX_TYPE in type_prevails_p()
1594 || TREE_CODE (old_type) == VECTOR_TYPE) in type_prevails_p()
1600 if (INTEGRAL_TYPE_P (old_type) in type_prevails_p()
1602 return (TYPE_PRECISION (new_type) > TYPE_PRECISION (old_type)); in type_prevails_p()
[all …]
H A Dipa-param-manipulation.h232 tree build_new_function_type (tree old_type, bool type_is_original_p); in class()
H A Dipa-param-manipulation.cc524 ipa_param_adjustments::build_new_function_type (tree old_type, in build_new_function_type() argument
528 if (prototype_p (old_type)) in build_new_function_type()
531 push_function_arg_types (&otypes, old_type); in build_new_function_type()
544 for (tree t = TYPE_ARG_TYPES (old_type); in build_new_function_type()
552 return build_adjusted_function_type (old_type, new_param_types_p, in build_new_function_type()
553 method2func_p (old_type), m_skip_return, in build_new_function_type()
H A Dsched-deps.cc1075 update_dependency_caches (dep_t dep, enum reg_note old_type) in update_dependency_caches() argument
1084 switch (old_type) in update_dependency_caches()
1137 enum reg_note old_type = DEP_TYPE (dep); in update_dep() local
1146 if ((int) DEP_TYPE (new_dep) < (int) old_type) in update_dep()
1197 update_dependency_caches (dep, old_type); in update_dep()
H A Dtree-vect-loop.cc9178 vect_halve_mask_nunits (tree old_type, machine_mode new_mode) in vect_halve_mask_nunits() argument
9180 poly_uint64 nunits = exact_div (TYPE_VECTOR_SUBPARTS (old_type), 2); in vect_halve_mask_nunits()
9188 vect_double_mask_nunits (tree old_type, machine_mode new_mode) in vect_double_mask_nunits() argument
9190 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (old_type) * 2; in vect_double_mask_nunits()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dcolumn.cpp486 symbol *old_type = type; in append() local
490 type[i] = old_type[i]; in append()
491 a_delete old_type; in append() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc2786 tree old_type = NULL_TREE; in update_binding() local
2792 old_type = binding->type; in update_binding()
2794 if (!old_type) in update_binding()
2799 old_type = STAT_TYPE (*slot); in update_binding()
2805 tree to_type = old_type; in update_binding()
2878 if (to_type != old_type in update_binding()
H A Dpt.cc2586 tree old_type; in copy_default_args_to_explicit_spec() local
2602 old_type = TREE_TYPE (decl); in copy_default_args_to_explicit_spec()
2603 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec()
2646 TREE_TYPE (old_type), in copy_default_args_to_explicit_spec()
2650 new_type = build_function_type (TREE_TYPE (old_type), in copy_default_args_to_explicit_spec()
2653 TYPE_ATTRIBUTES (old_type)); in copy_default_args_to_explicit_spec()
2654 new_type = cxx_copy_lang_qualifiers (new_type, old_type); in copy_default_args_to_explicit_spec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c2359 tree old_type = slot ? MAYBE_STAT_TYPE (*slot) : binding->type; in update_binding() local
2360 tree to_type = old_type; in update_binding()
2430 if (to_type != old_type in update_binding()
H A Dpt.c2548 tree old_type; in copy_default_args_to_explicit_spec() local
2564 old_type = TREE_TYPE (decl); in copy_default_args_to_explicit_spec()
2565 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec()
2608 TREE_TYPE (old_type), in copy_default_args_to_explicit_spec()
2612 new_type = build_function_type (TREE_TYPE (old_type), in copy_default_args_to_explicit_spec()
2615 TYPE_ATTRIBUTES (old_type)); in copy_default_args_to_explicit_spec()
2616 new_type = cxx_copy_lang_qualifiers (new_type, old_type); in copy_default_args_to_explicit_spec()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf64-ppc.c3928 struct ppc_stub_type old_type = stub_entry->type; in ppc_merge_stub() local
3930 if (old_type.main == ppc_stub_save_res) in ppc_merge_stub()
3971 old_type = stub_entry->type; in ppc_merge_stub()
3972 if (old_type.main == ppc_stub_plt_branch) in ppc_merge_stub()
3973 old_type.main = ppc_stub_long_branch; in ppc_merge_stub()
3975 if (old_type.main != stub_type.main in ppc_merge_stub()
3976 || (old_type.sub != stub_type.sub in ppc_merge_stub()
3977 && old_type.sub != ppc_stub_toc in ppc_merge_stub()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf64-ppc.c3927 struct ppc_stub_type old_type = stub_entry->type; in ppc_merge_stub() local
3929 if (old_type.main == ppc_stub_save_res) in ppc_merge_stub()
3970 old_type = stub_entry->type; in ppc_merge_stub()
3971 if (old_type.main == ppc_stub_plt_branch) in ppc_merge_stub()
3972 old_type.main = ppc_stub_long_branch; in ppc_merge_stub()
3974 if (old_type.main != stub_type.main in ppc_merge_stub()
3975 || (old_type.sub != stub_type.sub in ppc_merge_stub()
3976 && old_type.sub != ppc_stub_toc in ppc_merge_stub()
/netbsd-src/sys/dev/pci/
H A Dif_iwm.c3659 enum iwm_ucode_type old_type = sc->sc_uc_current; in iwm_load_ucode_wait_alive() local
3669 sc->sc_uc_current = old_type; in iwm_load_ucode_wait_alive()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c4089 expr_t old_type; in get_proc_ptr_comp() local
4096 old_type = e2->expr_type; in get_proc_ptr_comp()
4099 e2->expr_type = old_type; in get_proc_ptr_comp()

12