Searched refs:TYPE_OVERFLOW_TRAPS (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dflags.h351 #define TYPE_OVERFLOW_TRAPS(TYPE) \
349 #define TYPE_OVERFLOW_TRAPS macro
H A Dtree-vect-generic.c304 if (!TYPE_OVERFLOW_TRAPS (type))
311 if (!TYPE_OVERFLOW_TRAPS (type))
H A Dtree-vectorizer.c1913 else if (INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type))
H A Dtree-eh.c1879 else if (INTEGRAL_TYPE_P (t) && TYPE_OVERFLOW_TRAPS (t))
H A Dfold-const.c1199 || !TYPE_OVERFLOW_TRAPS (type))
8078 && !TYPE_OVERFLOW_TRAPS (TREE_TYPE (arg0)))
10228 && !TYPE_OVERFLOW_TRAPS (type)
10238 && !TYPE_OVERFLOW_TRAPS (type))
H A Doptabs.c326 trapv = INTEGRAL_TYPE_P (type) && TYPE_OVERFLOW_TRAPS (type);

Completed in 106 milliseconds