/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ConversionChecker.cpp | 157 if (DestType->isSignedIntegerType()) in isLossOfPrecision() 167 if (SubType->isSignedIntegerType()) in isLossOfPrecision() 189 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
|
D | MIGChecker.cpp | 166 .getCanonicalType()->isSignedIntegerType()) in isInMIGCall()
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 679 if (QT->isSignedIntegerType()) in fixType() 712 else if (QT->isSignedIntegerType()) { in fixType()
|
D | ScanfFormatString.cpp | 507 else if (PT->isSignedIntegerType()) in fixType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 628 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()
|
D | CodeGenFunction.cpp | 597 HintQTy->isSignedIntegerType() || in EmitOpenCLKernelMetadata() 598 (HintEltQTy && HintEltQTy->getElementType()->isSignedIntegerType()); in EmitOpenCLKernelMetadata() 2102 size->getType()->isSignedIntegerType()) { in EmitVariablyModifiedType()
|
/external/llvm-project/clang/lib/AST/ |
D | PrintfFormatString.cpp | 853 if (QT->isSignedIntegerType()) in fixType() 886 else if (QT->isSignedIntegerType()) { in fixType()
|
D | ScanfFormatString.cpp | 516 else if (PT->isSignedIntegerType()) in fixType()
|
D | Type.cpp | 2003 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()
|
D | JSONNodeDumper.cpp | 1408 /*Radix=*/10, IL->getType()->isSignedIntegerType())); in VisitIntegerLiteral()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSignedIntegerType)
|
/external/llvm-project/clang/include/clang/AST/ |
D | CanonicalType.h | 309 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSignedIntegerType)
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 609 hintQTy->isSignedIntegerType() || in EmitOpenCLKernelMetadata() 610 (hintEltQTy && hintEltQTy->getElementType()->isSignedIntegerType()); in EmitOpenCLKernelMetadata() 1749 size->getType()->isSignedIntegerType()) { in EmitVariablyModifiedType()
|
D | CGException.cpp | 1697 FilterExpr->getType()->isSignedIntegerType()); in GenerateSEHFilterFunction()
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 187 EXPECT_TRUE(type_ptr->isSignedIntegerType()); in VerifyEncodingAndBitSize()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1706 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()
|
D | ItaniumMangle.cpp | 3819 if (E->getType()->isSignedIntegerType()) in mangleExpression() 3840 if (IE->getSubExpr()->getType()->isSignedIntegerType()) in mangleExpression()
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1700 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast() 1701 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 1016 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
|
/external/llvm-project/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 1018 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 739 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType()); in VisitOffsetOfExpr()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 868 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType()); in VisitOffsetOfExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 1919 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast() 1920 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
|
D | SemaChecking.cpp | 333 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/ |
D | ASTMatchers.h | 4095 return Node->isSignedIntegerType(); in AST_MATCHER()
|