Home
last modified time | relevance | path

Searched refs:ovf (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dvr-values.c958 tree op0, tree op1, bool *ovf) in check_for_binary_op_overflow() argument
990 *ovf = arith_overflowed_p (subcode, type, vr0.min, in check_for_binary_op_overflow()
993 subcode == MINUS_EXPR ? vr1.min : vr1.max) != *ovf) in check_for_binary_op_overflow()
1001 if (*ovf) in check_for_binary_op_overflow()
1354 bool ovf = false; in extract_range_basic() local
1356 op0, op1, &ovf)) in extract_range_basic()
1358 build_int_cst (type, ovf), in extract_range_basic()
3941 bool ovf = false; in simplify_internal_call_using_ranges() local
3983 || (is_ubsan && ovf)) in simplify_internal_call_using_ranges()
3994 if (ovf in simplify_internal_call_using_ranges()
[all …]
H A Dtree-ssa-math-opts.c3202 tree ovf = make_ssa_name (type); in match_uaddsub_overflow() local
3203 g2 = gimple_build_assign (ovf, IMAGPART_EXPR, in match_uaddsub_overflow()
3218 gimple_cond_set_lhs (cond_stmt, ovf); in match_uaddsub_overflow()
3227 gimple_assign_set_rhs1 (use_stmt, ovf); in match_uaddsub_overflow()
3237 boolean_type_node, ovf, in match_uaddsub_overflow()
H A Dtree-ssa-loop-manip.c103 bool ovf; in create_iv() local
105 if (!tree_expr_nonnegative_warnv_p (step, &ovf) in create_iv()
H A Dmatch.pd3348 bool ovf;
3350 TYPE_SIGN (TREE_TYPE (@1)), &ovf);
3352 (if (ovf)
3361 bool ovf;
3363 TYPE_SIGN (TREE_TYPE (@1)), &ovf);
3365 (if (ovf)
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-manip.c89 bool ovf; in create_iv() local
91 if (!tree_expr_nonnegative_warnv_p (step, &ovf) in create_iv()
H A Dc-typeck.c4252 bool ovf; in build_conditional_expr() local
4289 && tree_expr_nonnegative_warnv_p (op1, &ovf)) in build_conditional_expr()
4291 && tree_expr_nonnegative_warnv_p (op2, &ovf))) in build_conditional_expr()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c1972 bool ovf; in warn_for_sign_compare() local
1988 if (tree_expr_nonnegative_warnv_p (sop, &ovf)) in warn_for_sign_compare()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dbfd-in2.h2165 #define HOWTO(type, right, size, bits, pcrel, left, ovf, func, name, \ argument
2167 { (unsigned) type, size < 0 ? -size : size, bits, right, left, ovf, \
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c1435 tree ovf in cxx_eval_internal_function() local
1441 return build_complex (TREE_TYPE (t), result, ovf); in cxx_eval_internal_function()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c7741 tree gpr, fpr, ovf, sav, t; in ix86_va_start() local
7808 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), unshare_expr (valist), in ix86_va_start()
7837 type = TREE_TYPE (ovf); in ix86_va_start()
7845 t = build2 (MODIFY_EXPR, type, ovf, t); in ix86_va_start()
7871 tree gpr, fpr, ovf, sav, t; in ix86_gimplify_va_arg() local
7894 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), valist, f_ovf, NULL_TREE); in ix86_gimplify_va_arg()
8126 t = ovf; in ix86_gimplify_va_arg()
8130 t = fold_build_pointer_plus_hwi (ovf, align - 1); in ix86_gimplify_va_arg()
8139 gimplify_assign (unshare_expr (ovf), t, pre_p); in ix86_gimplify_va_arg()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c10235 bool ovf; in warn_for_sign_compare() local
10251 if (tree_expr_nonnegative_warnv_p (sop, &ovf)) in warn_for_sign_compare()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c5054 bool ovf; in build_conditional_expr() local
5091 && tree_expr_nonnegative_warnv_p (op1, &ovf)) in build_conditional_expr()
5093 && tree_expr_nonnegative_warnv_p (op2, &ovf))) in build_conditional_expr()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c9843 tree gpr, fpr, ovf, sav, t; in ix86_va_start() local
9918 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), unshare_expr (valist), in ix86_va_start()
9947 type = TREE_TYPE (ovf); in ix86_va_start()
9958 chkp_expand_bounds_reset_for_mem (ovf, t); in ix86_va_start()
9960 t = build2 (MODIFY_EXPR, type, ovf, t); in ix86_va_start()
9991 tree gpr, fpr, ovf, sav, t; in ix86_gimplify_va_arg() local
10014 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), valist, f_ovf, NULL_TREE); in ix86_gimplify_va_arg()
10253 t = ovf; in ix86_gimplify_va_arg()
10257 t = fold_build_pointer_plus_hwi (ovf, align - 1); in ix86_gimplify_va_arg()
10266 gimplify_assign (unshare_expr (ovf), t, pre_p); in ix86_gimplify_va_arg()