| /src/external/mit/isl/dist/ |
| isl_pw_move_dims_templ.c | 12 enum isl_dim_type dst_type, unsigned dst_pos, 20 space = isl_space_move_dims(space, dst_type, dst_pos, 33 dst_type, dst_pos, src_type, src_pos, n); 37 if (dst_type == isl_dim_in) 38 dst_type = isl_dim_set; 46 domain = isl_set_move_dims(domain, dst_type, dst_pos,
|
| isl_multi_move_dims_templ.c | 15 * to dimensions of "dst_type" at "dst_pos". 20 enum isl_dim_type dst_type, unsigned dst_pos, 33 !isl_space_is_named_or_nested(multi->space, dst_type)) 36 if (dst_type == isl_dim_out || src_type == isl_dim_out) 40 if (dst_type == isl_dim_div || src_type == isl_dim_div) 46 if (dst_type == src_type) 52 space = isl_space_move_dims(space, dst_type, dst_pos, 58 dst_type, dst_pos, src_type, src_pos, n); 64 el = FN(EL,move_dims)(el, dst_type, dst_pos,
|
| isl_copy_tuple_id_templ.c | 18 * to that of "dst_type" in "dst", if there is any such identifier. 21 enum isl_dim_type dst_type, __isl_keep isl_space *src, 34 dst = FN(TYPE,set_tuple_id)(dst, dst_type, id);
|
| isl_multi_pw_aff_explicit_domain.c | 113 * of the explicit domain of "mpa" to dimensions of "dst_type" at "dst_pos". 117 enum isl_dim_type dst_type, unsigned dst_pos, 125 if (dst_type == isl_dim_in) 126 dst_type = isl_dim_set; 129 mpa->u.dom = isl_set_move_dims(mpa->u.dom, dst_type, dst_pos,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| class_type_info.cc | 46 __do_upcast (const __class_type_info *dst_type, 51 __do_upcast (dst_type, *obj_ptr, result); 73 const __class_type_info *dst_type, 86 if (*this == *dst_type)
|
| dyncast.cc | 47 const __class_type_info *dst_type, // desired target type 77 && *whole_type == *dst_type) 81 dst_type, whole_ptr, src_type, src_ptr, result); 98 result.dst2src = dst_type->__find_public_src (src2dst, result.dst_ptr,
|
| si_class_type_info.cc | 46 const __class_type_info *dst_type, 52 if (*this == *dst_type) 70 return __base_type->__do_dyncast (src2dst, access_path, dst_type, obj_ptr,
|
| vmi_class_type_info.cc | 82 const __class_type_info *dst_type, 98 if (*this == *dst_type) 110 // If src_type is a unique non-virtual base of dst_type, we have a good 162 dst_type, base, 198 // Found two different DST_TYPE bases, or a valid one and a set of 233 old_sub_kind = dst_type->__find_public_src 245 new_sub_kind = dst_type->__find_public_src
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| class_type_info.cc | 46 __do_upcast (const __class_type_info *dst_type, 51 __do_upcast (dst_type, *obj_ptr, result); 73 const __class_type_info *dst_type, 86 if (*this == *dst_type)
|
| dyncast.cc | 47 const __class_type_info *dst_type, // desired target type 75 dst_type, whole_ptr, src_type, src_ptr, result); 92 result.dst2src = dst_type->__find_public_src (src2dst, result.dst_ptr,
|
| si_class_type_info.cc | 46 const __class_type_info *dst_type, 52 if (*this == *dst_type) 70 return __base_type->__do_dyncast (src2dst, access_path, dst_type, obj_ptr,
|
| vmi_class_type_info.cc | 82 const __class_type_info *dst_type, 98 if (*this == *dst_type) 110 // If src_type is a unique non-virtual base of dst_type, we have a good 162 dst_type, base, 198 // Found two different DST_TYPE bases, or a valid one and a set of 233 old_sub_kind = dst_type->__find_public_src 245 new_sub_kind = dst_type->__find_public_src
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| cxx11-ios_failure.cc | 100 __do_upcast (const __class_type_info *dst_type, 109 __iosfail_type_info::__do_upcast(const __class_type_info *dst_type, 115 if (__is_ios_failure_handler(dst_type)) 121 return __class_type_info::__do_upcast(dst_type, obj_ptr);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| 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, 160 if (__is_ios_failure_handler(dst_type)) 166 return __class_type_info::__do_upcast(dst_type, obj_ptr);
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-create.c | 1558 ctf_dict_t *dst_fp, ctf_id_t dst_type) 1565 if (LCTF_TYPE_ISPARENT (dst_fp, dst_type) && dst_fp->ctf_parent) 1568 dst_type = LCTF_TYPE_TO_INDEX(dst_fp, dst_type); 1592 (void *) (uintptr_t) dst_type); 1602 ctf_id_t dst_type = 0; local 1612 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, 1615 if (dst_type != 0) 1617 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type, 1649 ctf_id_t dst_type = CTF_ERR; local [all...] |
| ctf-link.c | 493 ctf_id_t dst_type = 0; local 509 if ((dst_type = ctf_dedup_type_mapping (fp, in_fp, type)) == CTF_ERR) 512 if (dst_type != 0) 514 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type))) 517 if (check_variable (name, fp, dst_type, &dvd)) 520 if (ctf_add_variable (fp, name, dst_type) < 0) 526 if (dvd && dvd->dvd_type == dst_type) 547 if (dst_type == 0) 549 if ((dst_type = ctf_dedup_type_mapping (per_cu_out_fp, 553 if (dst_type == 0 971 ctf_id_t dst_type; local [all...] |
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-create.c | 1558 ctf_dict_t *dst_fp, ctf_id_t dst_type) 1565 if (LCTF_TYPE_ISPARENT (dst_fp, dst_type) && dst_fp->ctf_parent) 1568 dst_type = LCTF_TYPE_TO_INDEX(dst_fp, dst_type); 1592 (void *) (uintptr_t) dst_type); 1602 ctf_id_t dst_type = 0; local 1612 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, 1615 if (dst_type != 0) 1617 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type, 1649 ctf_id_t dst_type = CTF_ERR; local [all...] |
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-create.c | 1555 ctf_dict_t *dst_fp, ctf_id_t dst_type) 1562 if (LCTF_TYPE_ISPARENT (dst_fp, dst_type) && dst_fp->ctf_parent) 1565 dst_type = LCTF_TYPE_TO_INDEX(dst_fp, dst_type); 1589 (void *) (uintptr_t) dst_type); 1599 ctf_id_t dst_type = 0; local 1609 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, 1612 if (dst_type != 0) 1614 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type, 1646 ctf_id_t dst_type = CTF_ERR; local [all...] |
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-create.c | 1558 ctf_dict_t *dst_fp, ctf_id_t dst_type) 1565 if (LCTF_TYPE_ISPARENT (dst_fp, dst_type) && dst_fp->ctf_parent) 1568 dst_type = LCTF_TYPE_TO_INDEX(dst_fp, dst_type); 1592 (void *) (uintptr_t) dst_type); 1602 ctf_id_t dst_type = 0; local 1612 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, 1615 if (dst_type != 0) 1617 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type, 1649 ctf_id_t dst_type = CTF_ERR; local [all...] |
| ctf-link.c | 493 ctf_id_t dst_type = 0; local 509 if ((dst_type = ctf_dedup_type_mapping (fp, in_fp, type)) == CTF_ERR) 512 if (dst_type != 0) 514 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type))) 517 if (check_variable (name, fp, dst_type, &dvd)) 520 if (ctf_add_variable (fp, name, dst_type) < 0) 526 if (dvd && dvd->dvd_type == dst_type) 547 if (dst_type == 0) 549 if ((dst_type = ctf_dedup_type_mapping (per_cu_out_fp, 553 if (dst_type == 0 971 ctf_id_t dst_type; local [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| scfi.c | 489 enum ginsn_dst_type dst_type; local 502 dst_type = ginsn_get_dst_type (dst); 517 && (dst_type == GINSN_DST_REG || dst_type == GINSN_DST_INDIRECT) 529 else if (dst_type == GINSN_DST_INDIRECT 535 && dst_type == GINSN_DST_INDIRECT) 565 enum ginsn_dst_type dst_type; local 578 dst_type = ginsn_get_dst_type (dst); 594 && dst_type == GINSN_DST_REG && dst_reg == REG_SP 607 else if (dst_type == GINSN_DST_REG && dst_reg == REG_S 733 enum ginsn_dst_type dst_type; local [all...] |
| 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);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| scfi.c | 489 enum ginsn_dst_type dst_type; local 502 dst_type = ginsn_get_dst_type (dst); 517 && (dst_type == GINSN_DST_REG || dst_type == GINSN_DST_INDIRECT) 529 else if (dst_type == GINSN_DST_INDIRECT 535 && dst_type == GINSN_DST_INDIRECT) 565 enum ginsn_dst_type dst_type; local 578 dst_type = ginsn_get_dst_type (dst); 594 && dst_type == GINSN_DST_REG && dst_reg == REG_SP 607 else if (dst_type == GINSN_DST_REG && dst_reg == REG_S 733 enum ginsn_dst_type dst_type; local [all...] |
| 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);
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_create.c | 1349 ctf_id_t dst_type) 1358 if ((dst_type = ctf_type_resolve(dst_fp, dst_type)) == CTF_ERR) 1363 if ((dst_tp = ctf_lookup_by_id(&dst_fp, dst_type)) == NULL) 1412 ctf_id_t dst_type = CTF_ERR; local 1465 dst_type = (ctf_id_t)hep->h_type; 1466 dst_kind = ctf_type_kind(dst_fp, dst_type); 1470 * If an identically named dst_type exists, fail with ECTF_CONFLICT 1471 * unless dst_type is a forward declaration and src_type is a struct, 1474 if (dst_type != CTF_ERR && dst_kind != kind) [all...] |