HomeSort by: relevance | last modified time | path
    Searched refs:utype (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
align.exp.tcl 71 set utype [join [split $type] _]
72 if {$type != $utype} {
73 puts $outfile "typedef $type $utype;"
75 puts $outfile "$type item_$utype;"
77 puts $outfile "unsigned a_$utype\n = ${align_func} ($type);"
79 set utype [join [split $type] _]
84 set utype [join [split $type] _]
87 puts $outfile "DEF ($utype, $uinner);"
88 set joined "${utype}_x_${uinner}"
94 puts $outfile "DEF_WITH_1_STATIC ($utype, $uinner);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
align.exp.tcl 71 set utype [join [split $type] _]
72 if {$type != $utype} {
73 puts $outfile "typedef $type $utype;"
75 puts $outfile "$type item_$utype;"
77 puts $outfile "unsigned a_$utype\n = ${align_func} ($type);"
79 set utype [join [split $type] _]
84 set utype [join [split $type] _]
87 puts $outfile "DEF ($utype, $uinner);"
88 set joined "${utype}_x_${uinner}"
94 puts $outfile "DEF_WITH_1_STATIC ($utype, $uinner);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
align.exp 107 set utype [join [split $type] _]
108 puts $outfile "$type item_$utype;"
109 puts $outfile "unsigned a_$utype\n = alignof ($type);"
110 puts $outfile "typedef $type t_$utype;"
111 puts $outfile "t_$utype item_t_$utype;"
116 set utype [join [split $type] _]
119 puts $outfile "align_pair<$type, $inner> item_${utype}_x_${uinner};"
120 puts $outfile "unsigned a_${utype}_x_${uinner}"
123 puts $outfile "align_union<$type, $inner> item_${utype}_u_${uinner};
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
align.exp 107 set utype [join [split $type] _]
108 puts $outfile "$type item_$utype;"
109 puts $outfile "unsigned a_$utype\n = alignof ($type);"
110 puts $outfile "typedef $type t_$utype;"
111 puts $outfile "t_$utype item_t_$utype;"
116 set utype [join [split $type] _]
119 puts $outfile "align_pair<$type, $inner> item_${utype}_x_${uinner};"
120 puts $outfile "unsigned a_${utype}_x_${uinner}"
123 puts $outfile "align_union<$type, $inner> item_${utype}_u_${uinner};
    [all...]
  /src/usr.bin/ftp/
fetch.c 92 url_t utype; member in struct:urlinfo
232 ui->utype = UNKNOWN_URL_T;
242 dui->utype = sui->utype;
407 switch(ui->utype) {
428 switch (ui->utype) {
488 ui->utype = HTTP_URL_T;
492 ui->utype = FTP_URL_T;
496 ui->utype = FILE_URL_T;
500 ui->utype = HTTPS_URL_T
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-chrec.cc 493 tree utype = unsigned_type_for (type);
494 tree uop1 = chrec_convert_rhs (utype, op1);
495 tree uleft0 = chrec_convert_rhs (utype, CHREC_LEFT (op0));
496 tree uright0 = chrec_convert_rhs (utype, CHREC_RIGHT (op0));
497 tree left = chrec_fold_multiply (utype, uleft0, uop1);
498 tree right = chrec_fold_multiply (utype, uright0, uop1);
726 tree utype = TREE_TYPE (chrecr);
727 if (INTEGRAL_TYPE_P (utype) && !TYPE_OVERFLOW_WRAPS (utype))
728 utype = unsigned_type_for (TREE_TYPE (chrecr))
492 tree utype = unsigned_type_for (type); local
724 tree utype = TREE_TYPE (chrecr); local
1593 tree utype = unsigned_type_for (type); local
    [all...]
match.pd 200 (with { tree utype = unsigned_type_for (TREE_TYPE (@0)); }
201 (convert (absu:utype @0)))))
575 (with { tree utype = unsigned_type_for (type); }
576 (cond (le (plus (convert:utype @1) { build_one_cst (utype); })
577 { build_int_cst (utype, 2); })
848 (with { tree utype = unsigned_type_for (TREE_TYPE (@0)); }
849 (cmp (mod (convert:utype @0) (convert:utype @2)) (convert:utype @1))))))
    [all...]
tree-switch-conversion.cc 720 tree tidx, sub, utype, tidxtype;
730 utype = TREE_TYPE (m_index_expr);
731 if (TREE_TYPE (utype))
732 utype = lang_hooks.types.type_for_mode (TYPE_MODE (TREE_TYPE (utype)), 1);
733 else if (TREE_CODE (utype) == BITINT_TYPE
734 && (TYPE_PRECISION (utype) > MAX_FIXED_MODE_SIZE
735 || TYPE_MODE (utype) == BLKmode))
736 utype = unsigned_type_for (utype);
719 tree tidx, sub, utype, tidxtype; local
867 tree utype, tidx; local
    [all...]
vr-values.cc 1768 tree utype = type; local
1772 utype = unsigned_type_for (type);
1774 op0 = fold_convert (utype, op0);
1775 else if (!useless_type_conversion_p (utype, TREE_TYPE (op0)))
1777 g = gimple_build_assign (make_ssa_name (utype), NOP_EXPR, op0);
1783 op1 = fold_convert (utype, op1);
1784 else if (!useless_type_conversion_p (utype, TREE_TYPE (op1)))
1786 g = gimple_build_assign (make_ssa_name (utype), NOP_EXPR, op1);
1791 g = gimple_build_assign (make_ssa_name (utype), subcode, op0, op1);
1794 if (utype != type
    [all...]
ubsan.cc 1772 tree utype = build_nonstandard_integer_type (modebitsize, 1); local
1777 || GET_MODE_BITSIZE (SCALAR_INT_TYPE_MODE (utype)) != modebitsize
1782 if (as != TYPE_ADDR_SPACE (utype))
1783 utype = build_qualified_type (utype, TYPE_QUALS (utype)
1794 tree mem = build2 (MEM_REF, utype, gimple_assign_lhs (g),
1796 tree urhs = make_ssa_name (utype);
1815 minv = fold_convert (utype, minv);
1816 maxv = fold_convert (utype, maxv)
    [all...]
tree-vect-patterns.cc 3869 tree utype = unsigned_type_for (type); local
3870 tree uvectype = get_vectype_for_scalar_type (vinfo, utype);
3896 if (!useless_type_conversion_p (utype, TREE_TYPE (oprnd0)))
3898 def = vect_recog_temp_ssa_var (utype, NULL);
3908 scalar_int_mode mode = SCALAR_INT_TYPE_MODE (utype);
3922 def = vect_recog_temp_ssa_var (utype, NULL);
3968 var1 = vect_recog_temp_ssa_var (utype, NULL);
3974 var2 = vect_recog_temp_ssa_var (utype, NULL);
3984 var = vect_recog_temp_ssa_var (utype, NULL);
3987 if (!useless_type_conversion_p (type, utype))
4660 tree utype local
    [all...]
tree-ssa-dce.cc 1244 tree utype = unsigned_type_for (type); local
1245 tree result = fold_build2_loc (loc, subcode, utype,
1246 fold_convert_loc (loc, utype, arg0),
1247 fold_convert_loc (loc, utype, arg1));
tree-ssa-loop-ivopts.cc 4040 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); local
4045 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype))
4049 uutype = unsigned_type_for (utype);
4052 if (TYPE_PRECISION (utype) < TYPE_PRECISION (ctype))
4202 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); local
4206 if (TYPE_PRECISION (utype) >= TYPE_PRECISION (ctype))
4239 && TYPE_PRECISION (utype) + bits > TYPE_PRECISION (ctype))
4259 if (POINTER_TYPE_P (utype))
4264 var = fold_build2 (POINTER_PLUS_EXPR, utype, ubase, var);
4268 var = fold_convert (utype, var)
4917 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 163 (with { tree utype = unsigned_type_for (TREE_TYPE (@0)); }
164 (convert (absu:utype @0)))))
463 (with { tree utype = unsigned_type_for (type); }
464 (cond (le (plus (convert:utype @1) { build_one_cst (utype); })
465 { build_int_cst (utype, 2); })
655 (with { tree utype = unsigned_type_for (TREE_TYPE (@0)); }
656 (cmp (mod (convert:utype @0) (convert:utype @2)) (convert:utype @1))))))
    [all...]
tree-switch-conversion.cc 684 tree tidx, sub, utype;
694 utype = TREE_TYPE (m_index_expr);
695 if (TREE_TYPE (utype))
696 utype = lang_hooks.types.type_for_mode (TYPE_MODE (TREE_TYPE (utype)), 1);
698 utype = lang_hooks.types.type_for_mode (TYPE_MODE (utype), 1);
701 tidx = make_ssa_name (utype);
702 sub = fold_build2_loc (loc, MINUS_EXPR, utype,
703 fold_convert_loc (loc, utype, m_index_expr)
683 tree tidx, sub, utype; local
822 tree utype, tidx; local
    [all...]
ubsan.cc 1699 tree utype = build_nonstandard_integer_type (modebitsize, 1); local
1704 || GET_MODE_BITSIZE (SCALAR_INT_TYPE_MODE (utype)) != modebitsize
1709 if (as != TYPE_ADDR_SPACE (utype))
1710 utype = build_qualified_type (utype, TYPE_QUALS (utype)
1721 tree mem = build2 (MEM_REF, utype, gimple_assign_lhs (g),
1723 tree urhs = make_ssa_name (utype);
1742 minv = fold_convert (utype, minv);
1743 maxv = fold_convert (utype, maxv)
    [all...]
tree-ssa-dce.cc 1228 tree utype = type; local
1230 utype = build_nonstandard_integer_type (TYPE_PRECISION (type), 1);
1231 tree result = fold_build2_loc (loc, subcode, utype,
1232 fold_convert_loc (loc, utype, arg0),
1233 fold_convert_loc (loc, utype, arg1));
tree-ssa-loop-niter.cc 1563 tree utype = unsigned_type_for (base_type); local
1565 = fold_build2 (MINUS_EXPR, utype,
1566 fold_convert (utype, niter->control.base),
1567 fold_convert (utype, niter->control.step));
2777 tree utype = unsigned_type_for (TREE_TYPE (src));
2778 src = fold_convert (utype, src);
2795 call = fold_convert (utype, call);
2798 call = fold_convert (utype, build_call_expr (fn, 1, src));
2800 iter = fold_build2 (MINUS_EXPR, utype, call, build_int_cst (utype, 1))
    [all...]
vr-values.cc 4145 tree utype = type; local
4149 utype = build_nonstandard_integer_type (prec, 1);
4151 op0 = fold_convert (utype, op0);
4152 else if (!useless_type_conversion_p (utype, TREE_TYPE (op0)))
4154 g = gimple_build_assign (make_ssa_name (utype), NOP_EXPR, op0);
4160 op1 = fold_convert (utype, op1);
4161 else if (!useless_type_conversion_p (utype, TREE_TYPE (op1)))
4163 g = gimple_build_assign (make_ssa_name (utype), NOP_EXPR, op1);
4168 g = gimple_build_assign (make_ssa_name (utype), subcode, op0, op1);
4171 if (utype != type
    [all...]
tree-ssa-loop-ivopts.cc 3999 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); local
4004 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype))
4008 uutype = unsigned_type_for (utype);
4011 if (TYPE_PRECISION (utype) < TYPE_PRECISION (ctype))
4161 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); local
4165 if (TYPE_PRECISION (utype) >= TYPE_PRECISION (ctype))
4198 && TYPE_PRECISION (utype) + bits > TYPE_PRECISION (ctype))
4218 if (POINTER_TYPE_P (utype))
4223 var = fold_build2 (POINTER_PLUS_EXPR, utype, ubase, var);
4227 var = fold_convert (utype, var)
4868 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); local
    [all...]
tree-chrec.cc 1475 tree utype = unsigned_type_for (type);
1477 fold_convert (utype,
1479 fold_convert (utype,
1471 tree utype = unsigned_type_for (type); local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 2019 struct type *utype = get_unsigned_type (arch, orig_type);
2022 first = value_cast (utype, first);
2023 second = value_cast (utype, second);
2053 struct type *utype
2056 first = value_cast (utype, first);
2018 struct type *utype = get_unsigned_type (arch, orig_type); local
2052 struct type *utype local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 2018 struct type *utype = get_unsigned_type (arch, orig_type);
2021 first = value_cast (utype, first);
2022 second = value_cast (utype, second);
2052 struct type *utype
2055 first = value_cast (utype, first);
2017 struct type *utype = get_unsigned_type (arch, orig_type); local
2051 struct type *utype local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 2538 tree utype; local
2589 utype = unsigned_type_for (type);
2591 utype = unsigned_type_for (gfc_array_index_type);
2592 countm1 = gfc_create_var (utype, "countm1");
2636 tou = fold_convert (utype, to);
2637 fromu = fold_convert (utype, from);
2638 stepu = fold_convert (utype, step);
2643 tmp2 = fold_build2_loc (loc, TRUNC_DIV_EXPR, utype,
2644 fold_build2_loc (loc, MINUS_EXPR, utype,
2658 tmp2 = fold_build2_loc (loc, TRUNC_DIV_EXPR, utype,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 2616 tree utype; local
2667 utype = unsigned_type_for (type);
2669 utype = unsigned_type_for (gfc_array_index_type);
2670 countm1 = gfc_create_var (utype, "countm1");
2714 tou = fold_convert (utype, to);
2715 fromu = fold_convert (utype, from);
2716 stepu = fold_convert (utype, step);
2721 tmp2 = fold_build2_loc (loc, TRUNC_DIV_EXPR, utype,
2722 fold_build2_loc (loc, MINUS_EXPR, utype,
2736 tmp2 = fold_build2_loc (loc, TRUNC_DIV_EXPR, utype,
    [all...]

Completed in 98 milliseconds

1 2 3