Searched refs:overflowed (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m4157 ! We're here if the divisor overflowed when Shifting.
H A Ddivsi3.S98 ! We're here if the %o1 overflowed when Shifting.
H A Dmodsi3.S98 ! We're here if the %o1 overflowed when Shifting.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp549 // Compute the size before cookie, and track whether it overflowed.
555 // Add in the cookie, and check whether it's overflowed.
656 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
658 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
660 hasOverflow = overflowed;
695 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
697 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
699 hasOverflow = overflowed;
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0ext.S124 * and beyond a 256 byte boundary and has overflowed 8 bits (see next comment).
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm185 ! We get here if the %o1 overflowed while shifting.
532 ! We get here if the %o1 overflowed while shifting.
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c6727 /* Check to see if the array bound overflowed. Make that an
10467 bool overflowed;
10474 overflowed = add_double (TREE_INT_CST_LOW (prev_value),
10478 overflowed |= !int_fits_type_p (value, TREE_TYPE (prev_value));
10480 if (overflowed)
10448 bool overflowed; local
/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c212 bool overflowed, bool overflowed_const)
274 if (overflowed || overflowed_const
279 if (overflowed
1782 the result has overflowed and flag_trapping_math. */
5817 computation overflowed. */
5884 overflowed. */
209 force_fit_type(tree t, int overflowable, bool overflowed, bool overflowed_const) argument

Completed in 208 milliseconds