| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ConversionChecker.cpp | 189 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | PrintfFormatString.cpp | 861 if (QT->isUnsignedIntegerType() && !HasPlusPrefix) in fixType() 892 else if (QT->isUnsignedIntegerType()) { in fixType()
|
| H A D | ScanfFormatString.cpp | 518 else if (PT->isUnsignedIntegerType()) in fixType()
|
| H A D | Type.cpp | 2053 bool Type::isUnsignedIntegerType() const { in isUnsignedIntegerType() function in Type 2063 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType() 2080 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
|
| H A D | ASTContext.cpp | 6452 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize); in getPromotedIntegerType() 6498 bool LHSUnsigned = LHSC->isUnsignedIntegerType(); in getIntegerTypeOrder() 6499 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder()
|
| H A D | ExprConstant.cpp | 2984 EltTy->isUnsignedIntegerType()}; in handleVectorVectorBinOp() 3387 CharType->isUnsignedIntegerType()); in extractStringLiteralCharacter() 3410 CharType->isUnsignedIntegerType()); in expandStringLiteral() 14675 L->getType()->isUnsignedIntegerType())); in FastEvaluateAsRValue()
|
| H A D | Expr.cpp | 197 if (!Semantic && FD->getType()->isUnsignedIntegerType() && in isKnownToHaveBooleanValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 310 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
|
| H A D | Type.h | 2351 bool isUnsignedIntegerType() const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 209 !LHSTy->isUnsignedIntegerType() || !RHSTy->isUnsignedIntegerType()) in CanElideOverflowCheck() 745 if (Ops.Ty->isUnsignedIntegerType() && in EmitMul() 2483 !(type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec() 2572 } else if (E->canOverflow() && type->isUnsignedIntegerType() && in EmitScalarPrePostIncDec() 3026 !(type->isUnsignedIntegerType() && in EmitCompoundAssignLValue() 3605 if (op.Ty->isUnsignedIntegerType() && in EmitAdd() 3755 if (op.Ty->isUnsignedIntegerType() && in EmitSub()
|
| H A D | CGExprComplex.cpp | 867 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv()
|
| H A D | CGOpenMPRuntime.cpp | 12593 assert(IVLVal.getType()->isUnsignedIntegerType() && in emitLastprivateConditionalUpdate()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 532 castTy->isUnsignedIntegerType()); in evalIntegralCast()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 2025 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast() 2026 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
|
| H A D | SemaChecking.cpp | 1181 !Arg2->getType()->isUnsignedIntegerType()) { in SemaBuiltinRWPipe() 1215 !Call->getArg(1)->getType()->isUnsignedIntegerType()) { in SemaBuiltinReserveRWPipe() 9929 if (ArgType->isUnsignedIntegerType()) { in CheckAbsoluteValueFunction() 10013 if (!ArgType->isUnsignedIntegerType()) return; in CheckMaxUnsignedZero() 12874 if (Source->isUnsignedIntegerType()) { in CheckImplicitConversion() 12875 if (Target->isUnsignedIntegerType()) in CheckImplicitConversion()
|
| H A D | SemaExpr.cpp | 845 E = (Ty->isUnsignedIntegerType()) in DefaultArgumentPromotion() 1917 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); in ActOnStringLiteral() 3788 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant() 15872 PromoteType->isUnsignedIntegerType() != in BuildVAArgExpr() 15873 UnderlyingType->isUnsignedIntegerType()) { in BuildVAArgExpr() 15875 UnderlyingType->isUnsignedIntegerType() in BuildVAArgExpr()
|
| H A D | SemaExprCXX.cpp | 4929 return T->isUnsignedIntegerType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()
|
| H A D | SemaInit.cpp | 1775 else if (elementType->isUnsignedIntegerType()) in CheckVectorType()
|
| H A D | SemaDeclAttr.cpp | 6775 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() || in handleAnyX86InterruptAttr()
|
| H A D | SemaOverload.cpp | 2203 if (FromType->isUnsignedIntegerType() && *BitWidth <= ToSize) { in IsIntegralPromotion()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6050 return Node->isUnsignedIntegerType(); in AST_MATCHER()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4761 return qual_type->isUnsignedIntegerType() ? lldb::eEncodingUint in GetEncoding() 5140 return qual_type->isUnsignedIntegerType() ? lldb::eFormatUnsigned in GetFormat()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 940 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() || in checkIncorrectRelationalOperator()
|