| /openbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 147 return (def->def.ty.old_type); in fixit() 149 return (fixit(def->def.ty.old_type, orig)); in fixit() 223 type = def->def.ty.old_type;
|
| H A D | rpc_parse.h | 63 char *old_type; member
|
| H A D | rpc_cout.c | 84 if (strcmp(def->def.ty.old_type, def->def_name) == 0) 161 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); 636 char *type = def->def.ty.old_type;
|
| H A D | rpc_hout.c | 98 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); 391 char *old = def->def.ty.old_type;
|
| H A D | rpc_parse.c | 412 defp->def.ty.old_type = dec.type;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | varobj.c | 1695 char *old_type, *new_type; in value_of_root() local 1696 old_type = varobj_get_type (var); in value_of_root() 1704 if (strcmp (old_type, new_type) == 0) in value_of_root()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | verify.c | 278 tree old_type = TREE_VEC_ELT (vec, i); local 279 tree new_type = merge_types (old_type, type_map [i]);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | gv.c | 446 const U32 old_type = SvTYPE(gv); in Perl_gv_init_pvn() local 447 const bool doproto = old_type > SVt_NULL; in Perl_gv_init_pvn() 480 if (old_type < SVt_PVGV) { in Perl_gv_init_pvn() 481 if (old_type >= SVt_PV) in Perl_gv_init_pvn()
|
| H A D | sv.c | 964 const svtype old_type = SvTYPE(sv); in Perl_sv_upgrade() 967 = bodies_by_type + old_type; in Perl_sv_upgrade() 972 if (old_type == new_type) in Perl_sv_upgrade() 1028 switch (old_type) { in Perl_sv_upgrade() 1067 sv_reftype(sv, 0), (UV) old_type, (UV) new_type); in Perl_sv_upgrade() 1070 if (UNLIKELY(old_type > new_type)) in Perl_sv_upgrade() 1072 (int)old_type, (int)new_type); in Perl_sv_upgrade() 1084 assert(old_type == SVt_NULL); in Perl_sv_upgrade() 1089 assert(old_type == SVt_NULL); in Perl_sv_upgrade() 1165 if (old_type in Perl_sv_upgrade() 912 const svtype old_type = SvTYPE(sv); Perl_sv_upgrade() local [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | pt.c | 1381 tree old_type; local 1397 old_type = TREE_TYPE (decl); 1398 spec_types = TYPE_ARG_TYPES (old_type); 1441 TREE_TYPE (old_type), 1445 new_type = build_function_type (TREE_TYPE (old_type), 1448 TYPE_ATTRIBUTES (old_type)); 1450 TYPE_RAISES_EXCEPTIONS (old_type));
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-arm.c | 11445 enum arm_reg_type new_type, old_type; local 11450 old_type = arm_reg_parse_any (q); 11457 if (old_type != REG_TYPE_MAX) 11459 old_regno = arm_reg_parse (&q, all_reg_maps[old_type].htab); 11461 all_reg_maps[old_type].htab); 11466 else if (old_type == REG_TYPE_MAX) 11474 if (new_type != old_type 11475 || (arm_reg_parse (&q, all_reg_maps[old_type].htab)
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | pt.c | 1707 tree old_type; in copy_default_args_to_explicit_spec() local 1723 old_type = TREE_TYPE (decl); in copy_default_args_to_explicit_spec() 1724 spec_types = TYPE_ARG_TYPES (old_type); in copy_default_args_to_explicit_spec() 1767 TREE_TYPE (old_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() 1774 TYPE_ATTRIBUTES (old_type)); in copy_default_args_to_explicit_spec() 1776 TYPE_RAISES_EXCEPTIONS (old_type)); in copy_default_args_to_explicit_spec()
|
| H A D | decl.c | 1072 tree old_type; in check_redeclaration_exception_specification() local 1078 old_type = TREE_TYPE (old_decl); in check_redeclaration_exception_specification() 1079 old_exceptions = TYPE_RAISES_EXCEPTIONS (old_type); in check_redeclaration_exception_specification()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 859 uint32_t old_type = in CreateWatchpoint() local 863 if (size == old_size && kind == old_type) { in CreateWatchpoint()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gimplify.c | 1542 tree old_type = TREE_TYPE (expr); in canonicalize_component_ref() local 1548 expr = build1 (NOP_EXPR, old_type, expr); in canonicalize_component_ref()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_iwm.c | 4404 enum iwm_ucode_type old_type = sc->sc_uc_current; in iwm_load_ucode_wait_alive() local 4420 sc->sc_uc_current = old_type; in iwm_load_ucode_wait_alive()
|