Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
H A Drpc_util.c132 if (streq(def->def.ty.old_type, "opaque")) in fixit()
135 return(def->def.ty.old_type); in fixit()
138 return(fixit(def->def.ty.old_type, orig)); in fixit()
203 type = def->def.ty.old_type; in isvectordef()
H A Drpc_parse.h88 const char *old_type; member
H A Drpc_cout.c75 if (strcmp(def->def.ty.old_type, def->def_name) == 0) in emit()
136 def->def_kind != DEF_TYPEDEF || !isvectordef(def->def.ty.old_type, in print_header()
601 const char *type = def->def.ty.old_type; in emit_typedef()
H A Drpc_hout.c90 !isvectordef(def->def.ty.old_type, def->def.ty.rel)) in print_datadef()
390 const char *old = def->def.ty.old_type; in ptypedef()
H A Drpc_parse.c408 defp->def.ty.old_type = dec.type; in def_typedef()
/dragonfly/sbin/init/
H A Dinit.c1415 char *old_getty, *old_window, *old_type; in f_clean_ttys() local
1455 old_type = sp->se_type ? strdup(sp->se_type) : 0; in f_clean_ttys()
1463 || (!old_type && sp->se_type) in f_clean_ttys()
1464 || (old_type && !sp->se_type) in f_clean_ttys()
1469 || (old_type && strcmp(old_type, sp->se_type) != 0) in f_clean_ttys()
1480 if (old_type) in f_clean_ttys()
1481 free(old_type); in f_clean_ttys()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c128 enum dc_transfer_func_type old_type = stream->out_transfer_func->type; in amdgpu_dm_set_regamma_lut() local
168 stream->out_transfer_func->type = old_type; in amdgpu_dm_set_regamma_lut()
/dragonfly/sys/dev/acpica/
H A Dacpi_cpu_cstate.c1133 uint32_t old_type, type; in acpi_cst_set_lowest_oncpu() local
1144 old_type = sc->cst_cx_states[old_lowest].type; in acpi_cst_set_lowest_oncpu()
1146 if (old_type >= ACPI_STATE_C3 && type < ACPI_STATE_C3) { in acpi_cst_set_lowest_oncpu()
1148 } else if (type >= ACPI_STATE_C3 && old_type < ACPI_STATE_C3) { in acpi_cst_set_lowest_oncpu()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c1073 update_dependency_caches (dep_t dep, enum reg_note old_type) in update_dependency_caches() argument
1082 switch (old_type) in update_dependency_caches()
1135 enum reg_note old_type = DEP_TYPE (dep); in update_dep() local
1141 if ((int) DEP_TYPE (new_dep) < (int) old_type) in update_dep()
1192 update_dependency_caches (dep, old_type); in update_dep()
H A Dgimplify.c1803 tree old_type = TREE_TYPE (expr); in canonicalize_component_ref() local
1820 gcc_assert (useless_type_conversion_p (old_type, type)); in canonicalize_component_ref()
/dragonfly/contrib/gdb-7/gdb/
H A Dvarobj.c2746 char *old_type, *new_type; in value_of_root() local
2754 old_type = varobj_get_type (var); in value_of_root()
2756 if (strcmp (old_type, new_type) == 0) in value_of_root()
2784 xfree (old_type); in value_of_root()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-deps.c1074 update_dependency_caches (dep_t dep, enum reg_note old_type) in update_dependency_caches() argument
1083 switch (old_type) in update_dependency_caches()
1136 enum reg_note old_type = DEP_TYPE (dep); in update_dep() local
1145 if ((int) DEP_TYPE (new_dep) < (int) old_type) in update_dep()
1196 update_dependency_caches (dep, old_type); in update_dep()
H A Dgimplify.c2555 tree old_type = TREE_TYPE (expr); in canonicalize_component_ref() local
2572 gcc_assert (useless_type_conversion_p (old_type, type)); in canonicalize_component_ref()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c2846 enum iwm_ucode_type old_type = sc->cur_ucode; in iwm_load_ucode_wait_alive() local
2862 sc->cur_ucode = old_type; in iwm_load_ucode_wait_alive()
2887 sc->cur_ucode = old_type; in iwm_load_ucode_wait_alive()
2894 sc->cur_ucode = old_type; in iwm_load_ucode_wait_alive()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c2351 tree old_type = slot ? MAYBE_STAT_TYPE (*slot) : binding->type; in update_binding() local
2352 tree to_type = old_type; in update_binding()
2422 if (to_type != old_type in update_binding()
H A Dpt.c2463 tree old_type; in copy_default_args_to_explicit_spec() local
2479 old_type = TREE_TYPE (decl); in copy_default_args_to_explicit_spec()
2480 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec()
2523 TREE_TYPE (old_type), in copy_default_args_to_explicit_spec()
2527 new_type = build_function_type (TREE_TYPE (old_type), in copy_default_args_to_explicit_spec()
2530 TYPE_ATTRIBUTES (old_type)); in copy_default_args_to_explicit_spec()
2532 TYPE_RAISES_EXCEPTIONS (old_type)); in copy_default_args_to_explicit_spec()
2534 if (TYPE_HAS_LATE_RETURN_TYPE (old_type)) in copy_default_args_to_explicit_spec()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c2163 tree old_type; in copy_default_args_to_explicit_spec() local
2179 old_type = TREE_TYPE (decl); in copy_default_args_to_explicit_spec()
2180 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec()
2223 TREE_TYPE (old_type), in copy_default_args_to_explicit_spec()
2227 new_type = build_function_type (TREE_TYPE (old_type), in copy_default_args_to_explicit_spec()
2230 TYPE_ATTRIBUTES (old_type)); in copy_default_args_to_explicit_spec()
2232 TYPE_RAISES_EXCEPTIONS (old_type)); in copy_default_args_to_explicit_spec()
H A Ddecl.c1121 tree old_type; in check_redeclaration_exception_specification() local
1127 old_type = TREE_TYPE (old_decl); in check_redeclaration_exception_specification()
1128 old_exceptions = TYPE_RAISES_EXCEPTIONS (old_type); in check_redeclaration_exception_specification()