Searched refs:isUnsignedIntegerType (Results 1 – 16 of 16) sorted by relevance
591 if (QT->isUnsignedIntegerType() && !HasPlusPrefix) in fixType()622 else if (QT->isUnsignedIntegerType()) { in fixType()
504 else if (PT->isUnsignedIntegerType()) in fixType()
592 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() || in checkIncorrectRelationalOperator()
294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
1781 bool isUnsignedIntegerType() const;
760 bool Type::isUnsignedIntegerType() const { in isUnsignedIntegerType() function in Type770 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType()784 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
4557 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize); in getPromotedIntegerType()4603 bool LHSUnsigned = LHSC->isUnsignedIntegerType(); in getIntegerTypeOrder()4604 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder()
2046 CharType->isUnsignedIntegerType()); in extractStringLiteralCharacter()2066 CharType->isUnsignedIntegerType()); in expandStringLiteral()8441 L->getType()->isUnsignedIntegerType())); in FastEvaluateAsRValue()
465 if (Ops.Ty->isUnsignedIntegerType() && in EmitMul()1629 !(type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec()1680 } else if (CanOverflow && type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec()2075 !(type->isUnsignedIntegerType() && in EmitCompoundAssignLValue()2548 if (op.Ty->isUnsignedIntegerType() && in EmitAdd()2579 if (op.Ty->isUnsignedIntegerType() && in EmitSub()
783 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv()
1660 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()1661 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
3381 return T->isUnsignedIntegerType(); in EvaluateUnaryTypeTrait()
1299 else if (elementType->isUnsignedIntegerType()) in CheckVectorType()
1557 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); in ActOnStringLiteral()3237 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant()
4378 if (ArgType->isUnsignedIntegerType()) { in CheckAbsoluteValueFunction()
1819 if (FromType->isUnsignedIntegerType() && BitWidth <= ToSize) { in IsIntegralPromotion()