| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-create.c | 1499 ctf_dict_t *dst_fp, ctf_id_t dst_type) in ctf_add_type_mapping() argument 1506 if (LCTF_TYPE_ISPARENT (dst_fp, dst_type) && dst_fp->ctf_parent) in ctf_add_type_mapping() 1509 dst_type = LCTF_TYPE_TO_INDEX(dst_fp, dst_type); in ctf_add_type_mapping() 1533 (void *) (uintptr_t) dst_type); in ctf_add_type_mapping() 1543 ctf_id_t dst_type = 0; in ctf_type_mapping() local 1553 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, in ctf_type_mapping() 1556 if (dst_type != 0) in ctf_type_mapping() 1558 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type, in ctf_type_mapping() 1561 return dst_type; in ctf_type_mapping() 1570 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, in ctf_type_mapping() [all …]
|
| H A D | ctf-link.c | 525 ctf_id_t dst_type = 0; in ctf_link_one_variable() local 541 if ((dst_type = ctf_dedup_type_mapping (fp, in_fp, type)) == CTF_ERR) in ctf_link_one_variable() 544 if (dst_type != 0) in ctf_link_one_variable() 546 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type))) in ctf_link_one_variable() 549 if (check_variable (name, fp, dst_type, &dvd)) in ctf_link_one_variable() 552 if (ctf_add_variable (fp, name, dst_type) < 0) in ctf_link_one_variable() 558 if (dvd && dvd->dvd_type == dst_type) in ctf_link_one_variable() 579 if (dst_type == 0) in ctf_link_one_variable() 581 if ((dst_type = ctf_dedup_type_mapping (per_cu_out_fp, in ctf_link_one_variable() 585 if (dst_type == 0) in ctf_link_one_variable() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-create.c | 1469 ctf_dict_t *dst_fp, ctf_id_t dst_type) in ctf_add_type_mapping() argument 1476 if (LCTF_TYPE_ISPARENT (dst_fp, dst_type) && dst_fp->ctf_parent) in ctf_add_type_mapping() 1479 dst_type = LCTF_TYPE_TO_INDEX(dst_fp, dst_type); in ctf_add_type_mapping() 1503 (void *) (uintptr_t) dst_type); in ctf_add_type_mapping() 1513 ctf_id_t dst_type = 0; in ctf_type_mapping() local 1523 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, in ctf_type_mapping() 1526 if (dst_type != 0) in ctf_type_mapping() 1528 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type, in ctf_type_mapping() 1531 return dst_type; in ctf_type_mapping() 1540 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, in ctf_type_mapping() [all …]
|
| H A D | ctf-link.c | 510 ctf_id_t dst_type = 0; in ctf_link_one_variable() local 526 if ((dst_type = ctf_dedup_type_mapping (fp, in_fp, type)) == CTF_ERR) in ctf_link_one_variable() 529 if (dst_type != 0) in ctf_link_one_variable() 531 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type))) in ctf_link_one_variable() 534 if (check_variable (name, fp, dst_type, &dvd)) in ctf_link_one_variable() 537 if (ctf_add_variable (fp, name, dst_type) < 0) in ctf_link_one_variable() 543 if (dvd && dvd->dvd_type == dst_type) in ctf_link_one_variable() 564 if (dst_type == 0) in ctf_link_one_variable() 566 if ((dst_type = ctf_dedup_type_mapping (per_cu_out_fp, in ctf_link_one_variable() 570 if (dst_type == 0) in ctf_link_one_variable() [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_multi_move_dims_templ.c | 20 enum isl_dim_type dst_type, unsigned dst_pos, in MULTI() 33 !isl_space_is_named_or_nested(multi->space, dst_type)) in MULTI() 36 if (dst_type == isl_dim_out || src_type == isl_dim_out) in MULTI() 40 if (dst_type == isl_dim_div || src_type == isl_dim_div) in MULTI() 46 if (dst_type == src_type) in MULTI() 52 space = isl_space_move_dims(space, dst_type, dst_pos, in MULTI() 58 dst_type, dst_pos, src_type, src_pos, n); in MULTI() 64 el = FN(EL,move_dims)(el, dst_type, dst_pos, in MULTI()
|
| H A D | isl_pw_move_dims_templ.c | 12 enum isl_dim_type dst_type, unsigned dst_pos, in FN() 20 space = isl_space_move_dims(space, dst_type, dst_pos, in FN() 33 dst_type, dst_pos, src_type, src_pos, n); in FN() 37 if (dst_type == isl_dim_in) in FN() 38 dst_type = isl_dim_set; in FN() 46 domain = isl_set_move_dims(domain, dst_type, dst_pos, in FN()
|
| H A D | isl_multi_pw_aff_explicit_domain.c | 117 enum isl_dim_type dst_type, unsigned dst_pos, in isl_multi_pw_aff_move_explicit_domain_dims() argument 125 if (dst_type == isl_dim_in) in isl_multi_pw_aff_move_explicit_domain_dims() 126 dst_type = isl_dim_set; in isl_multi_pw_aff_move_explicit_domain_dims() 129 mpa->u.dom = isl_set_move_dims(mpa->u.dom, dst_type, dst_pos, in isl_multi_pw_aff_move_explicit_domain_dims()
|
| H A D | isl_copy_tuple_id_templ.c | 21 enum isl_dim_type dst_type, __isl_keep isl_space *src, in BFN() 34 dst = FN(TYPE,set_tuple_id)(dst, dst_type, id); in BFN()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | class_type_info.cc | 46 __do_upcast (const __class_type_info *dst_type, in __do_upcast() argument 51 __do_upcast (dst_type, *obj_ptr, result); in __do_upcast() 73 const __class_type_info *dst_type, in __do_dyncast() argument 86 if (*this == *dst_type) in __do_dyncast()
|
| H A D | dyncast.cc | 47 const __class_type_info *dst_type, // desired target type in __dynamic_cast() argument 72 dst_type, whole_ptr, src_type, src_ptr, result); in __dynamic_cast() 88 result.dst2src = dst_type->__find_public_src (src2dst, result.dst_ptr, in __dynamic_cast()
|
| H A D | si_class_type_info.cc | 46 const __class_type_info *dst_type, in __do_dyncast() argument 52 if (*this == *dst_type) in __do_dyncast() 70 return __base_type->__do_dyncast (src2dst, access_path, dst_type, obj_ptr, in __do_dyncast()
|
| H A D | vmi_class_type_info.cc | 82 const __class_type_info *dst_type, in __do_dyncast() argument 98 if (*this == *dst_type) in __do_dyncast() 162 dst_type, base, in __do_dyncast() 233 old_sub_kind = dst_type->__find_public_src in __do_dyncast() 245 new_sub_kind = dst_type->__find_public_src in __do_dyncast()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | class_type_info.cc | 46 __do_upcast (const __class_type_info *dst_type, in __do_upcast() argument 51 __do_upcast (dst_type, *obj_ptr, result); in __do_upcast() 73 const __class_type_info *dst_type, in __do_dyncast() argument 86 if (*this == *dst_type) in __do_dyncast()
|
| H A D | si_class_type_info.cc | 46 const __class_type_info *dst_type, in __do_dyncast() argument 52 if (*this == *dst_type) in __do_dyncast() 70 return __base_type->__do_dyncast (src2dst, access_path, dst_type, obj_ptr, in __do_dyncast()
|
| H A D | dyncast.cc | 47 const __class_type_info *dst_type, // desired target type in __dynamic_cast() argument 75 dst_type, whole_ptr, src_type, src_ptr, result); in __dynamic_cast() 92 result.dst2src = dst_type->__find_public_src (src2dst, result.dst_ptr, in __dynamic_cast()
|
| H A D | vmi_class_type_info.cc | 82 const __class_type_info *dst_type, in __do_dyncast() argument 98 if (*this == *dst_type) in __do_dyncast() 162 dst_type, base, in __do_dyncast() 233 old_sub_kind = dst_type->__find_public_src in __do_dyncast() 245 new_sub_kind = dst_type->__find_public_src in __do_dyncast()
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 1263 ctf_id_t dst_type = CTF_ERR; in ctf_add_type() local 1317 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type() 1318 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type() 1326 if (dst_type != CTF_ERR && dst_kind != kind) { in ctf_add_type() 1331 dst_type = CTF_ERR; in ctf_add_type() 1346 if (dst_type == CTF_ERR && name[0] != '\0') { in ctf_add_type() 1371 dst.ctb_type = dst_type; in ctf_add_type() 1386 if (dst_type != CTF_ERR) { in ctf_add_type() 1387 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0) in ctf_add_type() 1394 dst_type = ctf_add_integer(dst_fp, flag, name, &src_en); in ctf_add_type() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ginsn.h | 269 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp); 273 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp); 285 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp); 288 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp); 291 enum ginsn_dst_type dst_type, unsigned int dst_reg); 295 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp); 299 enum ginsn_dst_type dst_type, unsigned int dst_reg);
|
| H A D | ginsn.c | 233 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) in ginsn_new_add() argument 240 ginsn_set_dst (&ginsn->dst, dst_type, dst_reg, dst_disp); in ginsn_new_add() 249 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) in ginsn_new_and() argument 256 ginsn_set_dst (&ginsn->dst, dst_type, dst_reg, dst_disp); in ginsn_new_and() 310 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) in ginsn_new_mov() argument 316 ginsn_set_dst (&ginsn->dst, dst_type, dst_reg, dst_disp); in ginsn_new_mov() 324 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) in ginsn_new_store() argument 330 gas_assert (dst_type == GINSN_DST_INDIRECT); in ginsn_new_store() 331 ginsn_set_dst (&ginsn->dst, dst_type, dst_reg, dst_disp); in ginsn_new_store() 339 enum ginsn_dst_type dst_type, unsigned int dst_reg) in ginsn_new_load() argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | cxx11-ios_failure.cc | 136 __do_upcast (const __class_type_info *dst_type, 145 __iosfail_type_info::__do_upcast(const __class_type_info *dst_type, in __do_upcast() argument 151 if (__is_ios_failure_handler(dst_type)) in __do_upcast() 157 return __class_type_info::__do_upcast(dst_type, obj_ptr); in __do_upcast()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | cxx11-ios_failure.cc | 145 __do_upcast (const __class_type_info *dst_type, 154 __iosfail_type_info::__do_upcast(const __class_type_info *dst_type, in __do_upcast() argument 160 if (__is_ios_failure_handler(dst_type)) in __do_upcast() 166 return __class_type_info::__do_upcast(dst_type, obj_ptr); in __do_upcast()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/ |
| H A D | single.c | 468 convert_type (void *dst, int dst_type, int dst_kind, void *src, int src_type, in convert_type() argument 550 switch (dst_type) in convert_type() 721 "%d to type %d kind %d\n", src_type, src_kind, dst_type, dst_kind); in convert_type() 1158 copy_data (void *ds, void *sr, int dst_type, int src_type, in copy_data() argument 1163 if (dst_type == src_type && dst_kind == src_kind) in copy_data() 1166 if ((dst_type == BT_CHARACTER || src_type == BT_CHARACTER) in copy_data() 1176 else if (dst_type == BT_CHARACTER && dst_kind == 1) in copy_data() 1178 else if (dst_type == BT_CHARACTER) in copy_data() 1183 convert_type (ds, dst_type, dst_kind, sr, src_type, src_kind, stat); in copy_data() 2028 size_t num, size_t size, int *stat, int dst_type) in send_by_ref() argument [all …]
|
| H A D | libcaf.h | 233 int dst_type); 238 int *src_stat, int dst_type, int src_type);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/caf/ |
| H A D | single.c | 468 convert_type (void *dst, int dst_type, int dst_kind, void *src, int src_type, in convert_type() argument 550 switch (dst_type) in convert_type() 721 "%d to type %d kind %d\n", src_type, src_kind, dst_type, dst_kind); in convert_type() 1158 copy_data (void *ds, void *sr, int dst_type, int src_type, in copy_data() argument 1163 if (dst_type == src_type && dst_kind == src_kind) in copy_data() 1166 if ((dst_type == BT_CHARACTER || src_type == BT_CHARACTER) in copy_data() 1176 else if (dst_type == BT_CHARACTER && dst_kind == 1) in copy_data() 1178 else if (dst_type == BT_CHARACTER) in copy_data() 1183 convert_type (ds, dst_type, dst_kind, sr, src_type, src_kind, stat); in copy_data() 2028 size_t num, size_t size, int *stat, int dst_type) in send_by_ref() argument [all …]
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_xlator.c | 265 ctf_id_t dst_type = dst->dn_type; in dt_xlator_lookup() local 266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup() 283 dst_type = ctf_type_reference(dst_ctfp, dst_type); in dt_xlator_lookup() 284 dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup() 348 dst_dtt.dtt_type = dst_type; in dt_xlator_lookup()
|