Home
last modified time | relevance | path

Searched refs:isSignedIntegerType (Results 1 – 24 of 24) sorted by relevance

/external/clang/lib/Analysis/
DPrintfFormatString.cpp679 if (QT->isSignedIntegerType()) in fixType()
712 else if (QT->isSignedIntegerType()) { in fixType()
DScanfFormatString.cpp507 else if (PT->isSignedIntegerType()) in fixType()
/external/clang/include/clang/AST/
DCanonicalType.h293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSignedIntegerType)
DType.h1920 bool isSignedIntegerType() const;
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp609 hintQTy->isSignedIntegerType() || in EmitOpenCLKernelMetadata()
610 (hintEltQTy && hintEltQTy->getElementType()->isSignedIntegerType()); in EmitOpenCLKernelMetadata()
1749 size->getType()->isSignedIntegerType()) { in EmitVariablyModifiedType()
DCGException.cpp1697 FilterExpr->getType()->isSignedIntegerType()); in GenerateSEHFilterFunction()
DCGExpr.cpp2321 (T->isSignedIntegerType() ? 1 : 0); in EmitCheckTypeDescriptor()
DTargetInfo.cpp6489 Ty->isSignedIntegerType()); in EmitVAArg()
DCGBuiltin.cpp358 bool Signed = Type->isSignedIntegerType(); in getIntegerWidthAndSignedness()
/external/clang/lib/AST/
DType.cpp1706 bool Type::isSignedIntegerType() const { in isSignedIntegerType() function in Type
1716 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType()
1730 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerOrEnumerationType()
DItaniumMangle.cpp3819 if (E->getType()->isSignedIntegerType()) in mangleExpression()
3840 if (IE->getSubExpr()->getType()->isSignedIntegerType()) in mangleExpression()
DStmtPrinter.cpp1337 bool isSigned = Node->getType()->isSignedIntegerType(); in VisitIntegerLiteral()
DASTDumper.cpp1976 bool isSigned = Node->getType()->isSignedIntegerType(); in VisitIntegerLiteral()
DASTContext.cpp4758 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
4796 FromIsSigned == PromoteTypes[Idx]->isSignedIntegerType())) in getPromotedIntegerType()
4804 if (Promotable->isSignedIntegerType()) in getPromotedIntegerType()
DExprConstant.cpp2951 return T->isSignedIntegerType() && in isOverflowingIntegerType()
5926 Elts.push_back(APValue(APSInt(Elt, EltTy->isSignedIntegerType()))); in VisitCastExpr()
/external/clang/lib/Sema/
DSemaCast.cpp1700 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()
1701 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
DSemaChecking.cpp7470 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()
DSemaOverload.cpp1844 (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()
DSemaExprCXX.cpp4034 return T->isSignedIntegerType(); in EvaluateUnaryTypeTrait()
DSemaDeclAttr.cpp3534 OldElemTy->isSignedIntegerType()); in AddModeAttr()
DSemaInit.cpp1509 else if (elementType->isSignedIntegerType()) in CheckVectorType()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1016 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp739 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType()); in VisitOffsetOfExpr()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4095 return Node->isSignedIntegerType(); in AST_MATCHER()