Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DConversionChecker.cpp157 if (DestType->isSignedIntegerType()) in isLossOfPrecision()
167 if (SubType->isSignedIntegerType()) in isLossOfPrecision()
189 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
DMIGChecker.cpp166 .getCanonicalType()->isSignedIntegerType()) in isInMIGCall()
/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/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp628 Op = E->getValueType()->isSignedIntegerType() ? llvm::AtomicRMWInst::Min in EmitAtomicOp()
638 Op = E->getValueType()->isSignedIntegerType() ? llvm::AtomicRMWInst::Max in EmitAtomicOp()
687 E->getValueType()->isSignedIntegerType(), in EmitAtomicOp()
1183 LibCallName = E->getValueType()->isSignedIntegerType() in EmitAtomicExpr()
1195 LibCallName = E->getValueType()->isSignedIntegerType() in EmitAtomicExpr()
1258 E->getValueType()->isSignedIntegerType(), in EmitAtomicExpr()
DCodeGenFunction.cpp597 HintQTy->isSignedIntegerType() || in EmitOpenCLKernelMetadata()
598 (HintEltQTy && HintEltQTy->getElementType()->isSignedIntegerType()); in EmitOpenCLKernelMetadata()
2102 size->getType()->isSignedIntegerType()) { in EmitVariablyModifiedType()
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp853 if (QT->isSignedIntegerType()) in fixType()
886 else if (QT->isSignedIntegerType()) { in fixType()
DScanfFormatString.cpp516 else if (PT->isSignedIntegerType()) in fixType()
DType.cpp2003 bool Type::isSignedIntegerType() const { in isSignedIntegerType() function in Type
2013 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType()
2030 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerOrEnumerationType()
DJSONNodeDumper.cpp1408 /*Radix=*/10, IL->getType()->isSignedIntegerType())); in VisitIntegerLiteral()
/external/clang/include/clang/AST/
DCanonicalType.h293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSignedIntegerType)
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h309 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSignedIntegerType)
/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()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp187 EXPECT_TRUE(type_ptr->isSignedIntegerType()); in VerifyEncodingAndBitSize()
/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()
/external/clang/lib/Sema/
DSemaCast.cpp1700 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()
1701 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1016 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
/external/llvm-project/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1018 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp739 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType()); in VisitOffsetOfExpr()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp868 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType()); in VisitOffsetOfExpr()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp1919 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()
1920 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
DSemaChecking.cpp333 if (Ty->isExtIntType() && Ty->isSignedIntegerType() && in SemaBuiltinOverflow()
10933 (!E->getType()->isSignedIntegerType() || in isKnownToHaveUnsignedValue()
10934 !E->IgnoreParenImpCasts()->getType()->isSignedIntegerType()); in isKnownToHaveUnsignedValue()
11407 bool SignedBitfield = BitfieldType->isSignedIntegerType(); in AnalyzeBitFieldAssignment()
11470 TruncatedValue.setIsSigned(BitfieldType->isSignedIntegerType()); in AnalyzeBitFieldAssignment()
11961 else if (E->getType()->isSignedIntegerType()) in DiagnoseIntInBoolContext()
12337 if (Target->isSignedIntegerType()) in CheckImplicitConversion()
12345 Source->isSignedIntegerType()) { in CheckImplicitConversion()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4095 return Node->isSignedIntegerType(); in AST_MATCHER()

123