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

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
optabs-tree.cc 265 trapv = INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type);
match.pd 664 && !TYPE_OVERFLOW_TRAPS (type)
674 && !TYPE_OVERFLOW_TRAPS (type)
1362 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1369 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1413 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1415 && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (@2))
1422 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1424 && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (@2))
1431 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1433 && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (@2)
    [all...]
tree-data-ref.cc 595 gcc_assert (INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type));
686 && !TYPE_OVERFLOW_TRAPS (to_type)
687 && !TYPE_OVERFLOW_TRAPS (from_type));
762 if (INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type))
951 || (INTEGRAL_TYPE_P (itype) && !TYPE_OVERFLOW_TRAPS (itype)))
953 || (INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type)))
tree-vect-generic.cc 1222 if (ANY_INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type))
1229 if (ANY_INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type))
gimple-match-head.cc 150 && TYPE_OVERFLOW_TRAPS (res_op->type));
tree-ssa-math-opts.cc 2537 if (TYPE_OVERFLOW_TRAPS (type))
3264 && (!type_has_mode_precision_p (type) || TYPE_OVERFLOW_TRAPS (type)))
4409 /* Exclude the case where TYPE_OVERFLOW_TRAPS (type) as that should
4411 if (TYPE_OVERFLOW_TRAPS (type))
tree-eh.cc 2676 honor_trapv = INTEGRAL_TYPE_P (t) && TYPE_OVERFLOW_TRAPS (t);
2896 else if (INTEGRAL_TYPE_P (t) && TYPE_OVERFLOW_TRAPS (t))
gimple.cc 2260 && TYPE_OVERFLOW_TRAPS (t)),
tree-ssa-loop-niter.cc 2204 && TYPE_OVERFLOW_TRAPS (TREE_TYPE (expr)))
tree.h 872 #define TYPE_OVERFLOW_TRAPS(TYPE) \
tree-ssa-sccvn.cc 6126 else if (INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type))
fold-const.cc 564 && !TYPE_OVERFLOW_TRAPS (type)
7176 && TYPE_OVERFLOW_TRAPS (type), op1))
tree.cc 6889 if (!TYPE_OVERFLOW_TRAPS (type))
  /src/external/gpl3/gcc/dist/gcc/
optabs-tree.cc 249 trapv = INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type);
match.pd 857 && !TYPE_OVERFLOW_TRAPS (type)
867 && !TYPE_OVERFLOW_TRAPS (type)
1771 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1778 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1825 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1827 && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (@2))
1834 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1836 && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (@2))
1843 (if (!TYPE_OVERFLOW_SANITIZED (type) && !TYPE_OVERFLOW_TRAPS (type)
1845 && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (@2)
    [all...]
tree-data-ref.cc 596 gcc_assert (INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type));
690 && !TYPE_OVERFLOW_TRAPS (to_type)
691 && !TYPE_OVERFLOW_TRAPS (from_type));
766 if (INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type))
958 || (INTEGRAL_TYPE_P (itype) && !TYPE_OVERFLOW_TRAPS (itype)))
960 || (INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type)))
tree-vect-generic.cc 1189 if (ANY_INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type))
1196 if (ANY_INTEGRAL_TYPE_P (type) && !TYPE_OVERFLOW_TRAPS (type))
gimple-match-exports.cc 303 && TYPE_OVERFLOW_TRAPS (res_op->type));
tree-ssa-math-opts.cc 2649 if (TYPE_OVERFLOW_TRAPS (type))
3428 && (!type_has_mode_precision_p (type) || TYPE_OVERFLOW_TRAPS (type)))
5398 /* Exclude the case where TYPE_OVERFLOW_TRAPS (type) as that should
5400 if (TYPE_OVERFLOW_TRAPS (type))
tree-eh.cc 2680 honor_trapv = INTEGRAL_TYPE_P (t) && TYPE_OVERFLOW_TRAPS (t);
2900 else if (INTEGRAL_TYPE_P (t) && TYPE_OVERFLOW_TRAPS (t))
gimple.cc 2335 && TYPE_OVERFLOW_TRAPS (t)),
tree-ssa-loop-niter.cc 2805 && TYPE_OVERFLOW_TRAPS (TREE_TYPE (expr)))
tree-ssa-sccvn.cc 6627 else if (INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type))
tree.h 978 #define TYPE_OVERFLOW_TRAPS(TYPE) \
fold-const.cc 660 && !TYPE_OVERFLOW_TRAPS (type)
7442 && TYPE_OVERFLOW_TRAPS (type), op1))

Completed in 136 milliseconds

1 2