Home
last modified time | relevance | path

Searched refs:TYPE_OVERFLOW_TRAPS (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDflags.h131 #define TYPE_OVERFLOW_TRAPS(TYPE) \ macro
HDtree-vect-generic.c416 if (!TYPE_OVERFLOW_TRAPS (type)) in expand_vector_operation()
423 if (!TYPE_OVERFLOW_TRAPS (type)) in expand_vector_operation()
HDtree-eh.c2460 honor_trapv = INTEGRAL_TYPE_P (t) && TYPE_OVERFLOW_TRAPS (t); in tree_could_trap_p()
2592 else if (INTEGRAL_TYPE_P (t) && TYPE_OVERFLOW_TRAPS (t)) in stmt_could_throw_1_p()
HDfold-const.c565 || !TYPE_OVERFLOW_TRAPS (type)) in fold_negate_expr()
10025 && !TYPE_OVERFLOW_TRAPS (type)) in fold_binary_loc()
10039 && !TYPE_OVERFLOW_TRAPS (type)) in fold_binary_loc()
10510 && !TYPE_OVERFLOW_TRAPS (type)) in fold_binary_loc()
12145 && !TYPE_OVERFLOW_TRAPS (type) in fold_binary_loc()
12157 && !TYPE_OVERFLOW_TRAPS (type)) in fold_binary_loc()
HDtree-ssa-sccvn.c4052 && TYPE_OVERFLOW_TRAPS (type)) in vn_nary_may_trap()
HDtree-vect-loop.c2243 else if (INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type) in vect_is_simple_reduction_1()
HDgimple.c2529 && TYPE_OVERFLOW_TRAPS (t)), in gimple_could_trap_p_1()
HDoptabs.c523 trapv = INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type); in optab_for_tree_code()
/dragonfly/contrib/gcc-8.0/gcc/
HDoptabs-tree.c212 trapv = INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type); in optab_for_tree_code()
HDtree-ssa-math-opts.c2202 if (TYPE_OVERFLOW_TRAPS (type)) in is_widening_mult_p()
2861 && (!type_has_mode_precision_p (type) || TYPE_OVERFLOW_TRAPS (type))) in convert_mult_to_fma()
3303 if (TYPE_OVERFLOW_TRAPS (type)) in divmod_candidate_p()
HDtree-vect-generic.c985 if (ANY_INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type)) in expand_vector_operation()
992 if (ANY_INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type)) in expand_vector_operation()
HDmatch.pd452 && !TYPE_OVERFLOW_TRAPS (type)
462 && !TYPE_OVERFLOW_TRAPS (type)
870 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
877 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1788 (if (!TYPE_OVERFLOW_TRAPS (type))
1800 (if (!TYPE_OVERFLOW_TRAPS (type)
4547 && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (@0))
HDtree-eh.c2610 honor_trapv = INTEGRAL_TYPE_P (t) && TYPE_OVERFLOW_TRAPS (t); in tree_could_trap_p()
2841 else if (INTEGRAL_TYPE_P (t) && TYPE_OVERFLOW_TRAPS (t)) in stmt_could_throw_1_p()
HDgimple.c2043 && TYPE_OVERFLOW_TRAPS (t)), in gimple_could_trap_p_1()
HDtree-ssa-loop-niter.c2017 && TYPE_OVERFLOW_TRAPS (TREE_TYPE (expr))) in expand_simple_operations()
HDtree-data-ref.c708 || (INTEGRAL_TYPE_P (itype) && !TYPE_OVERFLOW_TRAPS (itype))) in split_constant_offset_1()
HDtree.h856 #define TYPE_OVERFLOW_TRAPS(TYPE) \ macro
HDtree-ssa-sccvn.c5156 && TYPE_OVERFLOW_TRAPS (type)) in vn_nary_may_trap()
HDtree.c7221 if (!TYPE_OVERFLOW_TRAPS (type)) in operation_no_trapping_overflow()
HDfold-const.c548 && !TYPE_OVERFLOW_TRAPS (type) in fold_negate_expr_1()