Home
last modified time | relevance | path

Searched refs:hasNonNegRange (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.h155 IntRange& nonNegRange, bool& hasNonNegRange) const;
H A Dintrange.c457 IntRange& nonNegRange, bool& hasNonNegRange) const in splitBySign() argument
465 hasNonNegRange = !imax.negative; in splitBySign()
466 if (hasNonNegRange) in splitBySign()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dintrange.d516 …f IntRange negRange, ref bool hasNegRange, ref IntRange nonNegRange, ref bool hasNonNegRange) const
524 hasNonNegRange = !imax.negative;
525 if (hasNonNegRange)