| /dragonfly/contrib/binutils-2.34/libctf/ |
| HD | ctf-link.c | 38 ctf_file_t *dst_fp, ctf_id_t dst_type) in ctf_add_type_mapping() argument 45 if (LCTF_TYPE_ISPARENT (dst_fp, dst_type) && dst_fp->ctf_parent) in ctf_add_type_mapping() 48 dst_type = LCTF_TYPE_TO_INDEX(dst_fp, dst_type); in ctf_add_type_mapping() 73 (void *) (uintptr_t) dst_type); in ctf_add_type_mapping() 83 ctf_id_t dst_type = 0; in ctf_type_mapping() local 93 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, in ctf_type_mapping() 96 if (dst_type != 0) in ctf_type_mapping() 98 dst_type = LCTF_INDEX_TO_TYPE (target_fp, dst_type, in ctf_type_mapping() 101 return dst_type; in ctf_type_mapping() 110 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, in ctf_type_mapping() [all …]
|
| HD | ctf-create.c | 1615 ctf_id_t dst_type = CTF_ERR; in ctf_add_type_internal() local 1668 if ((dst_tp = ctf_lookup_by_id (&tmp_fp, dst_type)) != NULL) in ctf_add_type_internal() 1685 dst_type = tmp; in ctf_add_type_internal() 1686 dst_kind = ctf_type_kind_unsliced (dst_fp, dst_type); in ctf_add_type_internal() 1697 if (dst_type != CTF_ERR && dst_kind != kind) in ctf_add_type_internal() 1703 ctf_add_type_mapping (src_fp, src_type, dst_fp, dst_type); in ctf_add_type_internal() 1704 return dst_type; in ctf_add_type_internal() 1712 "old (ID %lx): %i\n", name, kind, dst_type, dst_kind); in ctf_add_type_internal() 1726 if (dst_type != CTF_ERR) in ctf_add_type_internal() 1730 if ((dst_tp = ctf_lookup_by_id (&fp, dst_type)) == NULL) in ctf_add_type_internal() [all …]
|
| HD | ctf-impl.h | 412 ctf_file_t *dst_fp, ctf_id_t dst_type);
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
| D | class_type_info.cc | 47 __do_upcast (const __class_type_info *dst_type, in __do_upcast() argument 52 __do_upcast (dst_type, *obj_ptr, result); in __do_upcast() 74 const __class_type_info *dst_type, in __do_dyncast() argument 87 if (*this == *dst_type) in __do_dyncast()
|
| D | dyncast.cc | 48 const __class_type_info *dst_type, // desired target type in __dynamic_cast() argument 61 dst_type, whole_ptr, src_type, src_ptr, result); in __dynamic_cast() 77 result.dst2src = dst_type->__find_public_src (src2dst, result.dst_ptr, in __dynamic_cast()
|
| D | si_class_type_info.cc | 47 const __class_type_info *dst_type, in __do_dyncast() argument 53 if (*this == *dst_type) in __do_dyncast() 71 return __base_type->__do_dyncast (src2dst, access_path, dst_type, obj_ptr, in __do_dyncast()
|
| D | vmi_class_type_info.cc | 83 const __class_type_info *dst_type, in __do_dyncast() argument 99 if (*this == *dst_type) in __do_dyncast() 163 dst_type, base, in __do_dyncast() 234 old_sub_kind = dst_type->__find_public_src in __do_dyncast() 246 new_sub_kind = dst_type->__find_public_src in __do_dyncast()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| D | cxx11-ios_failure.cc | 133 __do_upcast (const __class_type_info *dst_type, 142 __iosfail_type_info::__do_upcast(const __class_type_info *dst_type, in __do_upcast() argument 148 if (__is_ios_failure_handler(dst_type)) in __do_upcast() 154 return __class_type_info::__do_upcast(dst_type, obj_ptr); in __do_upcast()
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | opencl-lang.c | 395 struct type *dst_type = in create_value() local 400 if (dst_type == NULL) in create_value() 401 dst_type = init_vector_type (elm_type, n); in create_value() 403 make_cv_type (TYPE_CONST (type), TYPE_VOLATILE (type), dst_type, NULL); in create_value() 406 ret = allocate_value (dst_type); in create_value() 413 ret = allocate_computed_value (dst_type, &opencl_value_funcs, c); in create_value() 419 ret = allocate_value (dst_type); in create_value()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | typeck.c | 6342 build_const_cast_1 (tree dst_type, tree expr, tsubst_flags_t complain, in build_const_cast_1() argument 6350 gcc_assert (dst_type != error_mark_node); in build_const_cast_1() 6359 if (!POINTER_TYPE_P (dst_type) && !TYPE_PTRMEM_P (dst_type)) in build_const_cast_1() 6364 "reference, nor a pointer-to-data-member type", dst_type); in build_const_cast_1() 6368 if (TREE_CODE (TREE_TYPE (dst_type)) == FUNCTION_TYPE) in build_const_cast_1() 6372 "or reference to a function type", dst_type); in build_const_cast_1() 6377 used_types_insert (dst_type); in build_const_cast_1() 6399 if (TREE_CODE (dst_type) == REFERENCE_TYPE) in build_const_cast_1() 6401 reference_type = dst_type; in build_const_cast_1() 6402 if (!TYPE_REF_IS_RVALUE (dst_type) in build_const_cast_1() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | typeck.c | 7561 build_const_cast_1 (tree dst_type, tree expr, tsubst_flags_t complain, in build_const_cast_1() argument 7569 gcc_assert (dst_type != error_mark_node); in build_const_cast_1() 7578 if (!POINTER_TYPE_P (dst_type) && !TYPE_PTRDATAMEM_P (dst_type)) in build_const_cast_1() 7583 "reference, nor a pointer-to-data-member type", dst_type); in build_const_cast_1() 7587 if (TREE_CODE (TREE_TYPE (dst_type)) == FUNCTION_TYPE) in build_const_cast_1() 7591 "or reference to a function type", dst_type); in build_const_cast_1() 7596 dst_type = cv_unqualified (dst_type); in build_const_cast_1() 7599 used_types_insert (dst_type); in build_const_cast_1() 7621 if (TREE_CODE (dst_type) == REFERENCE_TYPE) in build_const_cast_1() 7623 reference_type = dst_type; in build_const_cast_1() [all …]
|
| HD | parser.c | 8853 get_cast_suggestion (tree dst_type, tree orig_expr) in get_cast_suggestion() argument 8866 trial = build_const_cast (dst_type, orig_expr, tf_none); in get_cast_suggestion() 8871 trial = build_static_cast (dst_type, orig_expr, tf_none); in get_cast_suggestion() 8876 trial = build_reinterpret_cast (dst_type, orig_expr, tf_none); in get_cast_suggestion() 8898 tree dst_type) in maybe_add_cast_fixit() argument 8907 const char *cast_suggestion = get_cast_suggestion (dst_type, orig_expr); in maybe_add_cast_fixit()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | ipa-cp.c | 1894 tree dst_type, tree src_type) in ipa_vr_operation_and_type_effects() argument 1897 extract_range_from_unary_expr (dst_vr, operation, dst_type, src_vr, src_type); in ipa_vr_operation_and_type_effects()
|
| HD | hsa-gen.c | 4484 BrigType16_t dst_type = hsa_extend_inttype_to_32bit (dest->m_type); in gen_hsa_divmod() local 4487 insn = new hsa_insn_packed (3, BRIG_OPCODE_COMBINE, dst_type, in gen_hsa_divmod()
|