Searched refs:isSignedIntegerType (Results 1 – 24 of 24) sorted by relevance
679 if (QT->isSignedIntegerType()) in fixType()712 else if (QT->isSignedIntegerType()) { in fixType()
507 else if (PT->isSignedIntegerType()) in fixType()
293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSignedIntegerType)
1920 bool isSignedIntegerType() const;
609 hintQTy->isSignedIntegerType() || in EmitOpenCLKernelMetadata()610 (hintEltQTy && hintEltQTy->getElementType()->isSignedIntegerType()); in EmitOpenCLKernelMetadata()1749 size->getType()->isSignedIntegerType()) { in EmitVariablyModifiedType()
1697 FilterExpr->getType()->isSignedIntegerType()); in GenerateSEHFilterFunction()
2321 (T->isSignedIntegerType() ? 1 : 0); in EmitCheckTypeDescriptor()
6489 Ty->isSignedIntegerType()); in EmitVAArg()
358 bool Signed = Type->isSignedIntegerType(); in getIntegerWidthAndSignedness()
1706 bool Type::isSignedIntegerType() const { in isSignedIntegerType() function in Type1716 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType()1730 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerOrEnumerationType()
3819 if (E->getType()->isSignedIntegerType()) in mangleExpression()3840 if (IE->getSubExpr()->getType()->isSignedIntegerType()) in mangleExpression()
1337 bool isSigned = Node->getType()->isSignedIntegerType(); in VisitIntegerLiteral()
1976 bool isSigned = Node->getType()->isSignedIntegerType(); in VisitIntegerLiteral()
4758 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()4796 FromIsSigned == PromoteTypes[Idx]->isSignedIntegerType())) in getPromotedIntegerType()4804 if (Promotable->isSignedIntegerType()) in getPromotedIntegerType()
2951 return T->isSignedIntegerType() && in isOverflowingIntegerType()5926 Elts.push_back(APValue(APSInt(Elt, EltTy->isSignedIntegerType()))); in VisitCastExpr()
1700 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()1701 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
7470 bool ConstantSigned = ConstantT->isSignedIntegerType(); in DiagnoseOutOfRangeComparison()7471 bool CommonSigned = CommonT->isSignedIntegerType(); in DiagnoseOutOfRangeComparison()7780 TruncatedValue.setIsSigned(Bitfield->getType()->isSignedIntegerType()); in AnalyzeBitFieldAssignment()8346 SourceRange.NonNegative && Source->isSignedIntegerType()) { in CheckImplicitConversion()
1844 (FromType->isSignedIntegerType() || in IsIntegralPromotion()1908 bool FromIsSigned = FromType->isSignedIntegerType(); in IsIntegralPromotion()1922 FromIsSigned == PromoteTypes[Idx]->isSignedIntegerType())) { in IsIntegralPromotion()1950 (FromType->isSignedIntegerType() && BitWidth <= ToSize)) { in IsIntegralPromotion()
4034 return T->isSignedIntegerType(); in EvaluateUnaryTypeTrait()
3534 OldElemTy->isSignedIntegerType()); in AddModeAttr()
1509 else if (elementType->isSignedIntegerType()) in CheckVectorType()
1016 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
739 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType()); in VisitOffsetOfExpr()
4095 return Node->isSignedIntegerType(); in AST_MATCHER()