Searched refs:old_type (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/usr.bin/rpcgen/
H A Drpc_parse.h91 const char *old_type; member in struct:typedef_def
H A Drpc_util.c140 if (streq(def->def.ty.old_type, "opaque"))
143 return (def->def.ty.old_type);
146 return (fixit(def->def.ty.old_type, orig));
215 type = def->def.ty.old_type;
H A Drpc_cout.c82 if (strcmp(def->def.ty.old_type, def->def_name) == 0)
145 !isvectordef(def->def.ty.old_type,
611 const char *type = def->def.ty.old_type;
H A Drpc_hout.c98 !isvectordef(def->def.ty.old_type,
409 const char *old = def->def.ty.old_type;
H A Drpc_parse.c422 defp->def.ty.old_type = dec.type;
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_object.c202 * Turn this object from old_type into DMU_OTN_ZAP_METADATA, and bump the
208 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, argument
220 ASSERT3U(dn->dn_type, ==, old_type);
/freebsd-10.1-release/sbin/init/
H A Dinit.c1385 char *old_getty, *old_window, *old_type; local
1421 old_type = sp->se_type ? strdup(sp->se_type) : 0;
1429 || (!old_type && sp->se_type)
1430 || (old_type && !sp->se_type)
1435 || (old_type && strcmp(old_type, sp->se_type) != 0)
1446 if (old_type)
1447 free(old_type);
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dcolumn.cpp484 symbol *old_type = type; local
488 type[i] = old_type[i];
489 a_delete old_type; local
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dvarobj.c1643 char *old_type, *new_type;
1644 old_type = varobj_get_type (var);
1652 if (strcmp (old_type, new_type) == 0)
1639 char *old_type, *new_type; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp598 uint32_t old_type = local
602 if (size == old_size && kind == old_type)
/freebsd-10.1-release/contrib/gcc/cp/
H A Dpt.c1707 tree old_type; local
1723 old_type = TREE_TYPE (decl);
1724 spec_types = TYPE_ARG_TYPES (old_type);
1767 TREE_TYPE (old_type),
1771 new_type = build_function_type (TREE_TYPE (old_type),
1774 TYPE_ATTRIBUTES (old_type));
1776 TYPE_RAISES_EXCEPTIONS (old_type));
H A Ddecl.c1090 tree old_type;
1096 old_type = TREE_TYPE (old_decl);
1097 old_exceptions = TYPE_RAISES_EXCEPTIONS (old_type);
1085 tree old_type; local
/freebsd-10.1-release/contrib/gcc/
H A Dgimplify.c1543 tree old_type = TREE_TYPE (expr);
1549 expr = build1 (NOP_EXPR, old_type, expr);
1542 tree old_type = TREE_TYPE (expr); local

Completed in 313 milliseconds