| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_xlator.c | 265 ctf_id_t dst_type = dst->dn_type; local 266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); 283 dst_type = ctf_type_reference(dst_ctfp, dst_type); 284 dst_base = ctf_type_resolve(dst_ctfp, dst_type); 348 dst_dtt.dtt_type = dst_type;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-i386-ginsn.c | 219 enum ginsn_dst_type dst_type = GINSN_DST_REG; local 281 dst_type, dw2_regnum, 0); 308 enum ginsn_dst_type dst_type = GINSN_DST_REG; local 346 dst_type = GINSN_DST_INDIRECT; 357 dst_type, dst_reg, dst_disp);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-i386-ginsn.c | 219 enum ginsn_dst_type dst_type = GINSN_DST_REG; local 281 dst_type, dw2_regnum, 0); 308 enum ginsn_dst_type dst_type = GINSN_DST_REG; local 346 dst_type = GINSN_DST_INDIRECT; 357 dst_type, dst_reg, dst_disp);
|
| /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...] |
| /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...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| opencl-lang.c | 287 struct type *dst_type = local 292 if (dst_type == NULL) 293 dst_type = init_vector_type (elm_type, n); 295 make_cv_type (TYPE_CONST (type), TYPE_VOLATILE (type), dst_type, NULL); local 298 ret = value::allocate (dst_type); 305 ret = value::allocate_computed (dst_type, &opencl_value_funcs, c); 311 ret = value::allocate (dst_type);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| opencl-lang.c | 287 struct type *dst_type = local 292 if (dst_type == NULL) 293 dst_type = init_vector_type (elm_type, n); 295 make_cv_type (TYPE_CONST (type), TYPE_VOLATILE (type), dst_type, NULL); local 298 ret = value::allocate (dst_type); 305 ret = value::allocate_computed (dst_type, &opencl_value_funcs, c); 311 ret = value::allocate (dst_type);
|
| /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...] |
| /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...] |
| ctf-link.c | 527 ctf_id_t dst_type = 0; local 543 if ((dst_type = ctf_dedup_type_mapping (fp, in_fp, type)) == CTF_ERR) 546 if (dst_type != 0) 548 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type))) 551 if (check_variable (name, fp, dst_type, &dvd)) 554 if (ctf_add_variable (fp, name, dst_type) < 0) 560 if (dvd && dvd->dvd_type == dst_type) 581 if (dst_type == 0) 583 if ((dst_type = ctf_dedup_type_mapping (per_cu_out_fp, 587 if (dst_type == 0 1005 ctf_id_t dst_type; 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...] |
| ctf-link.c | 527 ctf_id_t dst_type = 0; local 543 if ((dst_type = ctf_dedup_type_mapping (fp, in_fp, type)) == CTF_ERR) 546 if (dst_type != 0) 548 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type))) 551 if (check_variable (name, fp, dst_type, &dvd)) 554 if (ctf_add_variable (fp, name, dst_type) < 0) 560 if (dvd && dvd->dvd_type == dst_type) 581 if (dst_type == 0) 583 if ((dst_type = ctf_dedup_type_mapping (per_cu_out_fp, 587 if (dst_type == 0 1005 ctf_id_t dst_type; 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/gcc/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 1138 tree dst_type = build_pointer_type_for_mode (unsigned_V16QI_type_node, local 1140 tree dst_base = build1 (NOP_EXPR, dst_type, dst_ptr); 1145 build_int_cst (dst_type, index * 16));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-builtin.cc | 1162 tree dst_type = build_pointer_type_for_mode (unsigned_V16QI_type_node, local 1164 tree dst_base = build1 (VIEW_CONVERT_EXPR, dst_type, dst_ptr); 1169 build_int_cst (dst_type, index * 16));
|
| /src/external/mit/isl/dist/ |
| isl_fold.c | 1709 enum isl_dim_type dst_type; member in struct:isl_fold_move_dims_data 1724 qp = isl_qpolynomial_move_dims(qp, data->dst_type, data->dst_pos, 1731 enum isl_dim_type dst_type, unsigned dst_pos, 1735 { dst_type, dst_pos, src_type, src_pos, n }; 1748 set_dst_type = domain_type(dst_type);
|