Home | History | Annotate | Download | only in Sema

Lines Matching full:issigned

669 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) {
671 Val.setIsSigned(IsSigned);
684 AdjustAPSInt(ConvVal, Val.getBitWidth(), Val.isSigned());
884 ConstantCondValue.isSigned() == CondIsSigned));