Example #1
0
unsigned
DigitEntry::GetUnsignedValue() const
{
    assert(!IsSigned());

    return GetPositiveInteger();
}
Example #2
0
 bool TypeBasic::IsSigned()
 {
     return IsSigned( Ty );
 }