HomeSort by: relevance | last modified time | path
    Searched refs:oldtype (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/arch/sparc/sparc/
memreg.c 248 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;
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.y 55 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;
asn1parse.c 88 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
2770 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype)
2773 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
2774 t = oldtype;
2775 oldtype = oldtype->subtype; /* XXX */
2782 t->subtype = oldtype;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dsl_dir.h 147 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
  /src/crypto/dist/ipsec-tools/src/racoon/
evt.c 79 int newtype, oldtype; member in struct:__anon5
117 type = evttype_map[i].oldtype;
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 1818 match_builtin_function_types (tree newtype, tree oldtype,
1826 tree oldrettype = TREE_TYPE (oldtype);
1838 tree oldargs = TYPE_ARG_TYPES (oldtype);
1855 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs));
1861 if (!types_close_enough_to_match (oldtype, newtype))
1865 if (POINTER_TYPE_P (oldtype))
1890 if (j == nbst && !comptypes (oldtype, newtype))
1892 if (POINTER_TYPE_P (oldtype))
1898 tree oldref = TYPE_MAIN_VARIANT (TREE_TYPE (oldtype));
1907 *strict = oldtype;
2091 tree newtype, oldtype; local
3152 tree newtype = NULL, oldtype = NULL; local
10523 tree oldtype = old_decl ? TREE_TYPE (old_decl) : newtype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 1700 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;
1952 tree newtype, oldtype; local
2964 tree newtype = NULL, oldtype = NULL; local
9585 tree oldtype = old_decl ? TREE_TYPE (old_decl) : newtype; local
    [all...]
  /src/lib/libpthread/
pthread.c 987 pthread_setcanceltype(int type, int *oldtype)
1022 if (oldtype != NULL) {
1024 *oldtype = PTHREAD_CANCEL_ASYNCHRONOUS;
1026 *oldtype = PTHREAD_CANCEL_DEFERRED;
  /src/sys/dev/isa/
ega.c 704 const struct wsscreen_descr *oldtype = oldscr->pcs.type; local
709 oldtype->ncols * oldtype->nrows);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_dir.c 1421 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;
  /src/sys/dev/ic/
vga.c 1034 const struct wsscreen_descr *oldtype = oldscr->pcs.type; local
1039 oldtype->ncols * oldtype->nrows);
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 317 and point it at OLDTYPE. Allocate the new type instance from the
318 same place as OLDTYPE. */
321 alloc_type_instance (struct type *oldtype)
327 if (!oldtype->is_objfile_owned ())
328 type = GDBARCH_OBSTACK_ZALLOC (oldtype->arch_owner (), struct type);
330 type = OBSTACK_ZALLOC (&oldtype->objfile_owner ()->objfile_obstack,
333 TYPE_MAIN_TYPE (type) = TYPE_MAIN_TYPE (oldtype);
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 318 and point it at OLDTYPE. Allocate the new type instance from the
319 same place as OLDTYPE. */
322 alloc_type_instance (struct type *oldtype)
328 if (!oldtype->is_objfile_owned ())
329 type = GDBARCH_OBSTACK_ZALLOC (oldtype->arch_owner (), struct type);
331 type = OBSTACK_ZALLOC (&oldtype->objfile_owner ()->objfile_obstack,
334 TYPE_MAIN_TYPE (type) = TYPE_MAIN_TYPE (oldtype);
  /src/external/gpl3/binutils/dist/bfd/
linker.c 1553 enum bfd_link_hash_type oldtype;
1556 oldtype = h->type;
1603 if (oldtype == bfd_link_hash_defweak)
1548 enum bfd_link_hash_type oldtype; local
  /src/external/gpl3/binutils.old/dist/bfd/
linker.c 1551 enum bfd_link_hash_type oldtype;
1554 oldtype = h->type;
1601 if (oldtype == bfd_link_hash_defweak)
1546 enum bfd_link_hash_type oldtype; local
  /src/external/gpl3/gdb.old/dist/bfd/
linker.c 1517 enum bfd_link_hash_type oldtype;
1520 oldtype = h->type;
1567 if (oldtype == bfd_link_hash_defweak)
1512 enum bfd_link_hash_type oldtype; local
  /src/external/gpl3/gdb/dist/bfd/
linker.c 1551 enum bfd_link_hash_type oldtype;
1554 oldtype = h->type;
1601 if (oldtype == bfd_link_hash_defweak)
1546 enum bfd_link_hash_type oldtype; local
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 2292 tree oldtype = TREE_TYPE (decl); local
2296 adjusted = (TREE_TYPE (newdecl) != oldtype
  /src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc 2262 tree oldtype = TREE_TYPE (decl); local
2266 adjusted = (TREE_TYPE (newdecl) != oldtype
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 2425 tree oldtype = TREE_TYPE (olddecl);
2427 if (newtype != error_mark_node && oldtype != error_mark_node
2428 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
2430 = CLASSTYPE_FRIEND_CLASSES (oldtype);
2546 tree oldtype = TREE_TYPE (olddecl);
2555 newtype = oldtype;
2652 if (! same_type_p (newtype, oldtype)
2420 tree oldtype = TREE_TYPE (olddecl); local
2541 tree oldtype = TREE_TYPE (olddecl); local
pt.cc 29894 tree oldtype = TREE_TYPE (olddecl);
29895 newtype = cxx_make_type (TREE_CODE (oldtype));
29892 tree oldtype = TREE_TYPE (olddecl); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 2253 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
pt.cc 29344 tree oldtype = TREE_TYPE (olddecl);
29345 newtype = cxx_make_type (TREE_CODE (oldtype));
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dsymbolsem.d 6481 Type oldtype = ds.type;

Completed in 108 milliseconds