Searched refs:not0or1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dcheckedint.c204 int64_t not0or1 = ~(int64_t)1; local
205 if ((x & not0or1) && ((r == y) ? r : (r / x) != y))
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcheckedint.d670 enum not0or1 = ~1L;
671 if ((x & not0or1) &&
717 enum not0or1 = ~1L;
718 if ((x & not0or1) && ((r == y)? r : (r / x) != y))

Completed in 204 milliseconds