Home
last modified time | relevance | path

Searched refs:isUnsignedIntegerType (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAMDGPU.cpp156 if (((ArgTys[0]->isUnsignedIntegerType() && in checkMovDPPFunctionCall()
159 ArgTys[1]->isUnsignedIntegerType())) && in checkMovDPPFunctionCall()
H A DSemaOpenCL.cpp463 !Arg2->getType()->isUnsignedIntegerType()) { in checkBuiltinRWPipe()
492 !Call->getArg(1)->getType()->isUnsignedIntegerType()) { in checkBuiltinReserveRWPipe()
H A DSemaX86.cpp1022 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() || in handleAnyInterruptAttr()
H A DSemaCast.cpp2110 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()
2111 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
H A DSemaChecking.cpp2144 if (EltTy->isUnsignedIntegerType()) { in checkMathBuiltinElementType()
2215 if (!ArgTy->isUnsignedIntegerType()) { in BuiltinPopcountg()
2240 if (!Arg0Ty->isUnsignedIntegerType()) { in BuiltinCountZeroBitsGeneric()
9379 if (ArgType->isUnsignedIntegerType()) { in CheckAbsoluteValueFunction()
9463 if (!ArgType->isUnsignedIntegerType()) return; in CheckMaxUnsignedZero()
10905 if (E->getType()->isUnsignedIntegerType()) { in TryGetExprRange()
10923 if (E->getType()->isUnsignedIntegerType()) { in TryGetExprRange()
12515 if (Source->isUnsignedIntegerType()) { in CheckImplicitConversion()
12516 if (Target->isUnsignedIntegerType()) in CheckImplicitConversion()
H A DSemaTypeTraits.cpp849 return T->isUnsignedIntegerType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()
H A DSemaExpr.cpp907 E = (Ty->isUnsignedIntegerType()) in DefaultArgumentPromotion()
2267 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); in ActOnStringLiteral()
3807 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant()
12014 if (!Other->getType()->isUnsignedIntegerType()) in isTautologicalBoundsCheck()
16787 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr()
16788 UnderlyingType->isUnsignedIntegerType()) { in BuildVAArgExpr()
16790 UnderlyingType->isUnsignedIntegerType() in BuildVAArgExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp169 assert(QT->isUnsignedIntegerType()); in getDotProductIntrinsic()
189 if (QT->isUnsignedIntegerType()) in getWaveActiveSumIntrinsic()
204 if (QT->isUnsignedIntegerType()) in getWaveActiveMaxIntrinsic()
208 if (QT->isUnsignedIntegerType()) in getWaveActiveMaxIntrinsic()
405 } else if (Ty->isUnsignedIntegerType()) { in EmitHLSLBuiltinExpr()
H A DCGExprScalar.cpp208 if (Op.Ty->isUnsignedIntegerType() && in CanElideOverflowCheck()
246 !LHSTy->isUnsignedIntegerType() || !RHSTy->isUnsignedIntegerType()) in CanElideOverflowCheck()
811 if (Ops.Ty->isUnsignedIntegerType() && in EmitMul()
3070 !(type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec()
3194 } else if (E->canOverflow() && type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec()
3820 !(type->isUnsignedIntegerType() && in EmitCompoundAssignLValue()
4481 if (op.Ty->isUnsignedIntegerType() && in EmitAdd()
4637 if (op.Ty->isUnsignedIntegerType() && in EmitSub()
H A DCGExprComplex.cpp1103 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv()
H A DCGExprConstant.cpp1434 DestTy->isUnsignedIntegerType()); in EmitArrayInitialization()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp243 if (LHSTy->isUnsignedIntegerType()) in checkLeftShiftOverflow()
H A DBuiltinFunctionChecker.cpp153 bool IsUnsigned = Res->isUnsignedIntegerType(); in checkOverflow()
H A DArrayBoundChecker.cpp295 return T->isUnsignedIntegerType(); in isUnsigned()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1317 !lhsTy->isUnsignedIntegerType() || !rhsTy->isUnsignedIntegerType()) in canElideOverflowCheck()
1428 if (ops.compType->isUnsignedIntegerType() && in emitMul()
1487 if (ops.compType->isUnsignedIntegerType() && in emitAdd()
1535 if (ops.compType->isUnsignedIntegerType() && in emitSub()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp934 if (QT->isUnsignedIntegerType() && !HasPlusPrefix) in fixType()
963 } else if (QT->isUnsignedIntegerType()) { in fixType()
H A DScanfFormatString.cpp518 else if (PT->isUnsignedIntegerType()) in fixType()
H A DType.cpp2257 bool Type::isUnsignedIntegerType() const { in isUnsignedIntegerType() function in Type
2265 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType()
2282 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
H A DExpr.cpp198 if (!Semantic && FD->getType()->isUnsignedIntegerType() && in isKnownToHaveBooleanValue()
4844 (AdditionResultType->isUnsignedIntegerType() && in computeOverflowPatternExclusion()
H A DExprConstant.cpp3214 EltTy->isUnsignedIntegerType()}; in handleVectorVectorBinOp()
3698 CharType->isUnsignedIntegerType()); in extractStringLiteralCharacter()
3721 CharType->isUnsignedIntegerType()); in expandStringLiteral()
11405 ResultTy->isUnsignedIntegerType()}; in handleVectorUnaryOperator()
11849 APSInt Value(Info.Ctx.getTypeSize(DestTy), DestTy->isUnsignedIntegerType()); in VisitCXXParenListOrInitListExpr()
16786 L->getType()->isUnsignedIntegerType())); in FastEvaluateAsRValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h311 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp609 castTy->isUnsignedIntegerType()); in evalIntegralCast()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp707 if (!LHS->getType()->isUnsignedIntegerType()) { in isSafeArraySubscript()
1143 !Size->getType()->isUnsignedIntegerType()) in hasUnsafeSnprintfBuffer()
2766 } else if (!Expr->getType()->isUnsignedIntegerType()) in isNonNegativeIntegerExpr()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6563 return Node->isUnsignedIntegerType(); in AST_MATCHER()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2855 const bool is_unsigned = qt->isUnsignedIntegerType(); in ExtractIntFromFormValue()

12