Searched refs:isUnsignedIntegerType (Results 1 – 12 of 12) sorted by relevance
698 bool Type::isUnsignedIntegerType() const { in isUnsignedIntegerType() function in Type708 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType()722 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()730 return VT->getElementType()->isUnsignedIntegerType(); in hasUnsignedIntegerRepresentation()732 return isUnsignedIntegerType(); in hasUnsignedIntegerRepresentation()
3711 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize); in getPromotedIntegerType()3742 bool LHSUnsigned = LHSC->isUnsignedIntegerType(); in getIntegerTypeOrder()3743 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder()
1507 CharType->isUnsignedIntegerType()); in ExtractStringLiteralCharacter()6294 L->getType()->isUnsignedIntegerType())); in EvaluateAsRValue()
406 else if (PT->isUnsignedIntegerType()) in fixType()
463 else if (QT->isUnsignedIntegerType()) { in fixType()
294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
1670 bool isUnsignedIntegerType() const;
1468 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()1469 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
3031 return T->isUnsignedIntegerType(); in EvaluateUnaryTypeTrait()
1727 if (FromType->isUnsignedIntegerType() && BitWidth <= ToSize) { in IsIntegralPromotion()
2602 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant()
570 if (Op.Ty->getAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv()