Searched refs:unsignedNum (Results 1 – 1 of 1) sorted by relevance
478 auto unsignedNum{Int::Read(p, 10, false /*unsigned*/)}; in Test() local479 num.value = unsignedNum.value.Negate().value; in Test()480 num.overflow = unsignedNum.overflow || num.value > Int{0}; in Test()