| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAMDGPU.cpp | 156 if (((ArgTys[0]->isUnsignedIntegerType() && in checkMovDPPFunctionCall() 159 ArgTys[1]->isUnsignedIntegerType())) && in checkMovDPPFunctionCall()
|
| H A D | SemaOpenCL.cpp | 463 !Arg2->getType()->isUnsignedIntegerType()) { in checkBuiltinRWPipe() 492 !Call->getArg(1)->getType()->isUnsignedIntegerType()) { in checkBuiltinReserveRWPipe()
|
| H A D | SemaX86.cpp | 1022 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() || in handleAnyInterruptAttr()
|
| H A D | SemaCast.cpp | 2110 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast() 2111 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
|
| H A D | SemaChecking.cpp | 2144 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 D | SemaTypeTraits.cpp | 849 return T->isUnsignedIntegerType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()
|
| H A D | SemaExpr.cpp | 907 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 D | CGHLSLBuiltins.cpp | 169 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 D | CGExprScalar.cpp | 208 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 D | CGExprComplex.cpp | 1103 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv()
|
| H A D | CGExprConstant.cpp | 1434 DestTy->isUnsignedIntegerType()); in EmitArrayInitialization()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BitwiseShiftChecker.cpp | 243 if (LHSTy->isUnsignedIntegerType()) in checkLeftShiftOverflow()
|
| H A D | BuiltinFunctionChecker.cpp | 153 bool IsUnsigned = Res->isUnsignedIntegerType(); in checkOverflow()
|
| H A D | ArrayBoundChecker.cpp | 295 return T->isUnsignedIntegerType(); in isUnsigned()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprScalar.cpp | 1317 !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 D | PrintfFormatString.cpp | 934 if (QT->isUnsignedIntegerType() && !HasPlusPrefix) in fixType() 963 } else if (QT->isUnsignedIntegerType()) { in fixType()
|
| H A D | ScanfFormatString.cpp | 518 else if (PT->isUnsignedIntegerType()) in fixType()
|
| H A D | Type.cpp | 2257 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 D | Expr.cpp | 198 if (!Semantic && FD->getType()->isUnsignedIntegerType() && in isKnownToHaveBooleanValue() 4844 (AdditionResultType->isUnsignedIntegerType() && in computeOverflowPatternExclusion()
|
| H A D | ExprConstant.cpp | 3214 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 D | CanonicalType.h | 311 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 609 castTy->isUnsignedIntegerType()); in evalIntegralCast()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 707 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 D | ASTMatchers.h | 6563 return Node->isUnsignedIntegerType(); in AST_MATCHER()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2855 const bool is_unsigned = qt->isUnsignedIntegerType(); in ExtractIntFromFormValue()
|