Home
last modified time | relevance | path

Searched refs:oldtype (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/sys/arch/sparc/sparc/
H A Dmemreg.c248 static int oldtype = -1; variable
268 oldtype = -1; in hypersparc_memerr()
298 if (oldtype == T_STOREBUFFAULT || addrold == sfva) in viking_memerr()
301 oldtype = T_STOREBUFFAULT; in viking_memerr()
316 if (oldtype == T_DATAFAULT) in viking_memerr()
318 oldtype = T_DATAFAULT; in viking_memerr()
/netbsd-src/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) in new_tag() argument
976 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) { in new_tag()
977 t = oldtype; in new_tag()
978 oldtype = oldtype->subtype; /* XXX */ in new_tag()
985 t->subtype = oldtype; in new_tag()
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) in new_tag() argument
2773 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) { in new_tag()
2774 t = oldtype; in new_tag()
2775 oldtype = oldtype->subtype; /* XXX */ in new_tag()
2782 t->subtype = oldtype; in new_tag()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc1687 match_builtin_function_types (tree newtype, tree oldtype, in match_builtin_function_types() argument
1695 tree oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types()
1707 tree oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()
1726 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs)); in match_builtin_function_types() local
1732 if (!types_close_enough_to_match (oldtype, newtype)) in match_builtin_function_types()
1736 if (POINTER_TYPE_P (oldtype)) in match_builtin_function_types()
1761 if (j == nbst && !comptypes (oldtype, newtype)) in match_builtin_function_types()
1763 if (POINTER_TYPE_P (oldtype)) in match_builtin_function_types()
1769 tree oldref = TYPE_MAIN_VARIANT (TREE_TYPE (oldtype)); in match_builtin_function_types()
1778 *strict = oldtype; in match_builtin_function_types()
[all …]
H A DChangeLog2445 argument oldtype and newtype. Instead of handling
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c1675 match_builtin_function_types (tree newtype, tree oldtype, in match_builtin_function_types() argument
1683 tree oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types()
1695 tree oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()
1714 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs)); in match_builtin_function_types() local
1717 if (!types_close_enough_to_match (oldtype, newtype)) in match_builtin_function_types()
1721 if (POINTER_TYPE_P (oldtype)) in match_builtin_function_types()
1746 if (j == nbst && !comptypes (oldtype, newtype)) in match_builtin_function_types()
1748 if (POINTER_TYPE_P (oldtype)) in match_builtin_function_types()
1754 tree oldref = TYPE_MAIN_VARIANT (TREE_TYPE (oldtype)); in match_builtin_function_types()
1763 *strict = oldtype; in match_builtin_function_types()
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Devt.c79 int newtype, oldtype; member
121 type = evttype_map[i].oldtype;
/netbsd-src/lib/libpthread/
H A Dpthread.c942 pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() argument
952 if (oldtype != NULL) { in pthread_setcanceltype()
954 *oldtype = PTHREAD_CANCEL_ASYNCHRONOUS; in pthread_setcanceltype()
956 *oldtype = PTHREAD_CANCEL_DEFERRED; in pthread_setcanceltype()
/netbsd-src/sys/dev/isa/
H A Dega.c704 const struct wsscreen_descr *oldtype = oldscr->pcs.type; in ega_doswitch() local
709 oldtype->ncols * oldtype->nrows); in ega_doswitch()
/netbsd-src/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-src/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) in dsl_dir_transfer_space() argument
1424 ASSERT(oldtype < DD_USED_NUM); in dsl_dir_transfer_space()
1435 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] >= delta : in dsl_dir_transfer_space()
1438 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] -= delta; in dsl_dir_transfer_space()
/netbsd-src/sys/dev/ic/
H A Dvga.c1034 const struct wsscreen_descr *oldtype = oldscr->pcs.type; in vga_doswitch() local
1039 oldtype->ncols * oldtype->nrows); in vga_doswitch()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlinker.c1507 enum bfd_link_hash_type oldtype; in _bfd_generic_link_add_one_symbol() local
1510 oldtype = h->type; in _bfd_generic_link_add_one_symbol()
1557 if (oldtype == bfd_link_hash_defweak) in _bfd_generic_link_add_one_symbol()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlinker.c1510 enum bfd_link_hash_type oldtype; in _bfd_generic_link_add_one_symbol() local
1513 oldtype = h->type; in _bfd_generic_link_add_one_symbol()
1560 if (oldtype == bfd_link_hash_defweak) in _bfd_generic_link_add_one_symbol()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c398 Type *oldtype = type; in aliasSemantic() local
475 type = oldtype; in aliasSemantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc2262 tree oldtype = TREE_TYPE (decl); in execute_oacc_device_lower() local
2266 adjusted = (TREE_TYPE (newdecl) != oldtype in execute_oacc_device_lower()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c2085 tree oldtype = TREE_TYPE (olddecl); in duplicate_decls() local
2087 if (newtype != error_mark_node && oldtype != error_mark_node in duplicate_decls()
2088 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype)) in duplicate_decls()
2090 = CLASSTYPE_FRIEND_CLASSES (oldtype); in duplicate_decls()
2207 tree oldtype = TREE_TYPE (olddecl); in duplicate_decls() local
2216 newtype = oldtype; in duplicate_decls()
2311 if (! same_type_p (newtype, oldtype) in duplicate_decls()
H A Dpt.c28331 tree oldtype = TREE_TYPE (olddecl); in rewrite_template_parm() local
28332 newtype = cxx_make_type (TREE_CODE (oldtype)); in rewrite_template_parm()
28334 if (TREE_CODE (oldtype) == TEMPLATE_TYPE_PARM) in rewrite_template_parm()
28336 = TEMPLATE_TYPE_PARM_FOR_CLASS (oldtype); in rewrite_template_parm()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc2248 tree oldtype = TREE_TYPE (olddecl); in duplicate_decls() local
2250 if (newtype != error_mark_node && oldtype != error_mark_node in duplicate_decls()
2251 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype)) in duplicate_decls()
2253 = CLASSTYPE_FRIEND_CLASSES (oldtype); in duplicate_decls()
2366 tree oldtype = TREE_TYPE (olddecl); in duplicate_decls() local
2375 newtype = oldtype; in duplicate_decls()
2472 if (! same_type_p (newtype, oldtype) in duplicate_decls()
H A DChangeLog-20143739 * decl.c (duplicate_decls): Always use oldtype for TYPE_DECL.
H A Dpt.cc29305 tree oldtype = TREE_TYPE (olddecl); in rewrite_template_parm() local
29306 newtype = cxx_make_type (TREE_CODE (oldtype)); in rewrite_template_parm()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6216 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) {
6218 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype);
6219 int res = REAL(pthread_setcanceltype)(type, oldtype);
6220 if (res == 0 && oldtype != nullptr)
6221 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldtype, sizeof(*oldtype));
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6663 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) {
6665 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype);
6666 int res = REAL(pthread_setcanceltype)(type, oldtype);
6667 if (res == 0 && oldtype != nullptr)
6668 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldtype, sizeof(*oldtype));
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6460 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) {
6462 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype);
6463 int res = REAL(pthread_setcanceltype)(type, oldtype);
6464 if (res == 0 && oldtype != nullptr)
6465 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldtype, sizeof(*oldtype));
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d6481 Type oldtype = ds.type; in aliasSemantic() local

12