Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/common/ctf/
Dctf_create.c1349 ctf_id_t dst_type) in soucmp() argument
1358 if ((dst_type = ctf_type_resolve(dst_fp, dst_type)) == CTF_ERR) in soucmp()
1363 if ((dst_tp = ctf_lookup_by_id(&dst_fp, dst_type)) == NULL) in soucmp()
1412 ctf_id_t dst_type = CTF_ERR; in ctf_add_type() local
1465 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
1466 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type()
1474 if (dst_type != CTF_ERR && dst_kind != kind) { in ctf_add_type()
1479 dst_type = CTF_ERR; in ctf_add_type()
1494 if (dst_type == CTF_ERR && name[0] != '\0') { in ctf_add_type()
1519 dst.ctb_type = dst_type; in ctf_add_type()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dclass_type_info.cc46 __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()
Dsi_class_type_info.cc46 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()
Ddyncast.cc47 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()
Dvmi_class_type_info.cc82 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/binutils/dist/gas/
Dginsn.h269 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);
Dginsn.c233 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/cddl/osnet/dist/lib/libdtrace/common/
Ddt_xlator.c265 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()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dopencl-lang.c287 struct type *dst_type = in create_value() local
292 if (dst_type == NULL) in create_value()
293 dst_type = init_vector_type (elm_type, n); in create_value()
295 make_cv_type (TYPE_CONST (type), TYPE_VOLATILE (type), dst_type, NULL); in create_value()
298 ret = value::allocate (dst_type); in create_value()
305 ret = value::allocate_computed (dst_type, &opencl_value_funcs, c); in create_value()
311 ret = value::allocate (dst_type); in create_value()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc8587 build_const_cast_1 (location_t loc, tree dst_type, tree expr, in build_const_cast_1() argument
8595 gcc_assert (dst_type != error_mark_node); in build_const_cast_1()
8604 if (!INDIRECT_TYPE_P (dst_type) && !TYPE_PTRDATAMEM_P (dst_type)) in build_const_cast_1()
8609 "nor a pointer-to-data-member type", dst_type); in build_const_cast_1()
8613 if (TREE_CODE (TREE_TYPE (dst_type)) == FUNCTION_TYPE) in build_const_cast_1()
8618 dst_type); in build_const_cast_1()
8623 dst_type = cv_unqualified (dst_type); in build_const_cast_1()
8626 used_types_insert (dst_type); in build_const_cast_1()
8648 if (TYPE_REF_P (dst_type)) in build_const_cast_1()
8650 reference_type = dst_type; in build_const_cast_1()
[all …]
Dparser.cc9694 get_cast_suggestion (tree dst_type, tree orig_expr) in get_cast_suggestion() argument
9707 trial = build_const_cast (input_location, dst_type, orig_expr, tf_none); in get_cast_suggestion()
9712 trial = build_static_cast (input_location, dst_type, orig_expr, tf_none); in get_cast_suggestion()
9717 trial = build_reinterpret_cast (input_location, dst_type, orig_expr, in get_cast_suggestion()
9740 tree dst_type) in maybe_add_cast_fixit() argument
9749 const char *cast_suggestion = get_cast_suggestion (dst_type, orig_expr); in maybe_add_cast_fixit()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc1162 tree dst_type = build_pointer_type_for_mode (unsigned_V16QI_type_node, in rs6000_gimple_fold_mma_builtin() local
1164 tree dst_base = build1 (VIEW_CONVERT_EXPR, dst_type, dst_ptr); in rs6000_gimple_fold_mma_builtin()
1169 build_int_cst (dst_type, index * 16)); in rs6000_gimple_fold_mma_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-cp.cc1631 tree dst_type, tree src_type) in ipa_vr_operation_and_type_effects() argument
1633 range_fold_unary_expr (dst_vr, operation, dst_type, src_vr, src_type); in ipa_vr_operation_and_type_effects()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386.c5524 enum ginsn_dst_type dst_type = GINSN_DST_REG; in x86_ginsn_alu_imm() local
5581 dst_type, dw2_regnum, 0); in x86_ginsn_alu_imm()
5608 enum ginsn_dst_type dst_type = GINSN_DST_REG; in x86_ginsn_move() local
5640 dst_type = GINSN_DST_INDIRECT; in x86_ginsn_move()
5651 dst_type, dst_reg, dst_disp); in x86_ginsn_move()