Searched refs:oldtype (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/sys/arch/sparc/sparc/
H A Dmemreg.c248 static int oldtype = -1; variable
268 oldtype = -1;
298 if (oldtype == T_STOREBUFFAULT || addrold == sfva)
301 oldtype = T_STOREBUFFAULT;
316 if (oldtype == T_DATAFAULT)
318 oldtype = T_DATAFAULT;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1parse.y55 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
973 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype)
976 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
977 t = oldtype;
978 oldtype = oldtype->subtype; /* XXX */
985 t->subtype = oldtype;
H A Dasn1parse.c88 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
2770 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) argument
2773 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
2774 t = oldtype;
2775 oldtype = oldtype->subtype; /* XXX */
2782 t->subtype = oldtype;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_dir.h147 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Devt.c79 int newtype, oldtype; member in struct:__anon43
121 type = evttype_map[i].oldtype;
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc1700 match_builtin_function_types (tree newtype, tree oldtype,
1708 tree oldrettype = TREE_TYPE (oldtype);
1720 tree oldargs = TYPE_ARG_TYPES (oldtype);
1739 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs));
1745 if (!types_close_enough_to_match (oldtype, newtype))
1749 if (POINTER_TYPE_P (oldtype))
1774 if (j == nbst && !comptypes (oldtype, newtype))
1776 if (POINTER_TYPE_P (oldtype))
1782 tree oldref = TYPE_MAIN_VARIANT (TREE_TYPE (oldtype));
1791 *strict = oldtype;
1687 match_builtin_function_types(tree newtype, tree oldtype, tree *strict, unsigned *argno) argument
1806 diagnose_arglist_conflict(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1847 validate_proto_after_old_defn(tree newdecl, tree newtype, tree oldtype) argument
1952 tree newtype, oldtype; local
2520 merge_decls(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
2964 tree newtype = NULL, oldtype = NULL; local
9570 tree oldtype = old_decl ? TREE_TYPE (old_decl) : newtype; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c1688 match_builtin_function_types (tree newtype, tree oldtype,
1696 tree oldrettype = TREE_TYPE (oldtype);
1708 tree oldargs = TYPE_ARG_TYPES (oldtype);
1727 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs));
1730 if (!types_close_enough_to_match (oldtype, newtype))
1734 if (POINTER_TYPE_P (oldtype))
1759 if (j == nbst && !comptypes (oldtype, newtype))
1761 if (POINTER_TYPE_P (oldtype))
1767 tree oldref = TYPE_MAIN_VARIANT (TREE_TYPE (oldtype));
1776 *strict = oldtype;
1675 match_builtin_function_types(tree newtype, tree oldtype, tree *strict, unsigned *argno) argument
1791 diagnose_arglist_conflict(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1832 validate_proto_after_old_defn(tree newdecl, tree newtype, tree oldtype) argument
1930 tree newtype, oldtype; local
2497 merge_decls(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
2934 tree newtype = NULL, oldtype = NULL; local
[all...]
/netbsd-current/lib/libpthread/
H A Dpthread.c942 pthread_setcanceltype(int type, int *oldtype) argument
952 if (oldtype != NULL) {
954 *oldtype = PTHREAD_CANCEL_ASYNCHRONOUS;
956 *oldtype = PTHREAD_CANCEL_DEFERRED;
/netbsd-current/sys/dev/isa/
H A Dega.c704 const struct wsscreen_descr *oldtype = oldscr->pcs.type; local
709 oldtype->ncols * oldtype->nrows);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_dir.c1421 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx)
1424 ASSERT(oldtype < DD_USED_NUM);
1435 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] >= delta :
1438 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] -= delta;
1420 dsl_dir_transfer_space(dsl_dir_t *dd, int64_t delta, dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx) argument
/netbsd-current/sys/dev/ic/
H A Dvga.c1034 const struct wsscreen_descr *oldtype = oldscr->pcs.type; local
1039 oldtype->ncols * oldtype->nrows);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbtypes.c288 alloc_type_instance (struct type *oldtype)
294 if (! TYPE_OBJFILE_OWNED (oldtype))
295 type = GDBARCH_OBSTACK_ZALLOC (get_type_arch (oldtype), struct type);
297 type = OBSTACK_ZALLOC (&TYPE_OBJFILE (oldtype)->objfile_obstack,
300 TYPE_MAIN_TYPE (type) = TYPE_MAIN_TYPE (oldtype);
287 alloc_type_instance(struct type *oldtype) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.c293 alloc_type_instance (struct type *oldtype)
299 if (!oldtype->is_objfile_owned ())
300 type = GDBARCH_OBSTACK_ZALLOC (oldtype->arch_owner (), struct type);
302 type = OBSTACK_ZALLOC (&oldtype->objfile_owner ()->objfile_obstack,
305 TYPE_MAIN_TYPE (type) = TYPE_MAIN_TYPE (oldtype);
292 alloc_type_instance(struct type *oldtype) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dlinker.c1512 enum bfd_link_hash_type oldtype;
1515 oldtype = h->type;
1562 if (oldtype == bfd_link_hash_defweak)
1507 enum bfd_link_hash_type oldtype; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dlinker.c1509 enum bfd_link_hash_type oldtype;
1512 oldtype = h->type;
1559 if (oldtype == bfd_link_hash_defweak)
1504 enum bfd_link_hash_type oldtype; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dlinker.c1512 enum bfd_link_hash_type oldtype;
1515 oldtype = h->type;
1562 if (oldtype == bfd_link_hash_defweak)
1507 enum bfd_link_hash_type oldtype; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dlinker.c1512 enum bfd_link_hash_type oldtype;
1515 oldtype = h->type;
1562 if (oldtype == bfd_link_hash_defweak)
1507 enum bfd_link_hash_type oldtype; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c398 Type *oldtype = type; local
475 type = oldtype;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc2262 tree oldtype = TREE_TYPE (decl); local
2266 adjusted = (TREE_TYPE (newdecl) != oldtype
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c2090 tree oldtype = TREE_TYPE (olddecl);
2092 if (newtype != error_mark_node && oldtype != error_mark_node
2093 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
2095 = CLASSTYPE_FRIEND_CLASSES (oldtype);
2212 tree oldtype = TREE_TYPE (olddecl);
2221 newtype = oldtype;
2316 if (! same_type_p (newtype, oldtype)
2085 tree oldtype = TREE_TYPE (olddecl); local
2207 tree oldtype = TREE_TYPE (olddecl); local
H A Dpt.c28333 tree oldtype = TREE_TYPE (olddecl);
28334 newtype = cxx_make_type (TREE_CODE (oldtype));
28336 if (TREE_CODE (oldtype) == TEMPLATE_TYPE_PARM)
28338 = TEMPLATE_TYPE_PARM_FOR_CLASS (oldtype);
28331 tree oldtype = TREE_TYPE (olddecl); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc2253 tree oldtype = TREE_TYPE (olddecl);
2255 if (newtype != error_mark_node && oldtype != error_mark_node
2256 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
2258 = CLASSTYPE_FRIEND_CLASSES (oldtype);
2371 tree oldtype = TREE_TYPE (olddecl);
2380 newtype = oldtype;
2477 if (! same_type_p (newtype, oldtype)
2248 tree oldtype = TREE_TYPE (olddecl); local
2366 tree oldtype = TREE_TYPE (olddecl); local
H A Dpt.cc29308 tree oldtype = TREE_TYPE (olddecl);
29309 newtype = cxx_make_type (TREE_CODE (oldtype));
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d6489 Type oldtype = ds.type;

Completed in 509 milliseconds