| /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/dist/ipsec-tools/src/racoon/ |
| evt.c | 79 int newtype, oldtype; member in struct:__anon5 117 type = evttype_map[i].oldtype;
|
| /src/sys/dev/isa/ |
| ega.c | 704 const struct wsscreen_descr *oldtype = oldscr->pcs.type; local 709 oldtype->ncols * oldtype->nrows);
|
| /src/sys/dev/ic/ |
| vga.c | 1034 const struct wsscreen_descr *oldtype = oldscr->pcs.type; local 1039 oldtype->ncols * oldtype->nrows);
|
| /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/gcc.old/dist/gcc/ |
| omp-offload.cc | 2262 tree oldtype = TREE_TYPE (decl); local 2266 adjusted = (TREE_TYPE (newdecl) != oldtype
|
| /src/external/gpl3/gdb/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.old/dist/bfd/ |
| linker.c | 1515 enum bfd_link_hash_type oldtype; 1518 oldtype = h->type; 1565 if (oldtype == bfd_link_hash_defweak) 1510 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/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/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
|