Home | History | Annotate | Download | only in Sema

Lines Matching full:issigned

336         Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(),
419 if (InitializerValue.isSigned() && InitializerValue.isNegative())
431 ConvertedValue.setIsSigned(InitializerValue.isSigned());