Searched refs:isUnsignedIntegerType (Results 1 – 19 of 19) sorted by relevance
685 if (QT->isUnsignedIntegerType() && !HasPlusPrefix) in fixType()716 else if (QT->isUnsignedIntegerType()) { in fixType()
509 else if (PT->isUnsignedIntegerType()) in fixType()
664 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() || in checkIncorrectRelationalOperator()
294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
1925 bool isUnsignedIntegerType() const;
447 castTy->isUnsignedIntegerType()); in evalIntegralCast()
464 if (Ops.Ty->isUnsignedIntegerType() && in EmitMul()1655 !(type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec()1703 } else if (CanOverflow && type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec()2116 !(type->isUnsignedIntegerType() && in EmitCompoundAssignLValue()2589 if (op.Ty->isUnsignedIntegerType() && in EmitAdd()2620 if (op.Ty->isUnsignedIntegerType() && in EmitSub()
792 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv()
1746 bool Type::isUnsignedIntegerType() const { in isUnsignedIntegerType() function in Type1756 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType()1770 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
4808 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize); in getPromotedIntegerType()4854 bool LHSUnsigned = LHSC->isUnsignedIntegerType(); in getIntegerTypeOrder()4855 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder()
2226 CharType->isUnsignedIntegerType()); in extractStringLiteralCharacter()2246 CharType->isUnsignedIntegerType()); in expandStringLiteral()9121 L->getType()->isUnsignedIntegerType())); in FastEvaluateAsRValue()
1700 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()1701 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
593 !Arg2->getType()->isUnsignedIntegerType()) { in SemaBuiltinRWPipe()627 !Call->getArg(1)->getType()->isUnsignedIntegerType()) { in SemaBuiltinReserveRWPipe()5966 if (ArgType->isUnsignedIntegerType()) { in CheckAbsoluteValueFunction()
4036 return T->isUnsignedIntegerType(); in EvaluateUnaryTypeTrait()
1511 else if (elementType->isUnsignedIntegerType()) in CheckVectorType()
4893 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() || in handleAnyX86InterruptAttr()
1698 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); in ActOnStringLiteral()3343 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant()
1956 if (FromType->isUnsignedIntegerType() && BitWidth <= ToSize) { in IsIntegralPromotion()
4081 return Node->isUnsignedIntegerType(); in AST_MATCHER()