| /llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClangTests.cpp | 381 EXPECT_THAT_EXPECTED(Extract(ast.UnsignedIntTy, 0), HasValue("0")); in TEST_F() 382 EXPECT_THAT_EXPECTED(Extract(ast.UnsignedIntTy, 1), HasValue("1")); in TEST_F() 383 EXPECT_THAT_EXPECTED(Extract(ast.UnsignedIntTy, 1234), HasValue("1234")); in TEST_F() 386 EXPECT_THAT_EXPECTED(Extract(ast.UnsignedIntTy, uint_max / 2), in TEST_F() 390 EXPECT_THAT_EXPECTED(Extract(ast.UnsignedIntTy, uint_max - 2), in TEST_F() 392 EXPECT_THAT_EXPECTED(Extract(ast.UnsignedIntTy, uint_max - 1), in TEST_F() 394 EXPECT_THAT_EXPECTED(Extract(ast.UnsignedIntTy, uint_max), in TEST_F() 396 EXPECT_THAT_EXPECTED(Extract(ast.UnsignedIntTy, uint_max + 1), in TEST_F() 398 EXPECT_THAT_EXPECTED(Extract(ast.UnsignedIntTy, uint_max + 2), in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 294 return ast_ctx.UnsignedIntTy; in BuildType() 320 return ast_ctx.UnsignedIntTy; // FIXME: the spec is fairly vague here. in BuildType()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | PrintfFormatString.cpp | 548 return Ctx.UnsignedIntTy; in getScalarArgType() 550 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType() 566 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
|
| H A D | ScanfFormatString.cpp | 278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
|
| H A D | RecordLayoutBuilder.cpp | 1479 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField() 1622 if (StorageUnitSize < Context.getTypeSize(Context.UnsignedIntTy)) { in LayoutBitField() 1625 StorageUnitSize = Context.getTypeSize(Context.UnsignedIntTy); in LayoutBitField() 1626 } else if (StorageUnitSize > Context.getTypeSize(Context.UnsignedIntTy) && in LayoutBitField()
|
| H A D | FormatString.cpp | 405 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
|
| H A D | ASTContext.cpp | 1312 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes() 5881 return UnsignedIntTy; in getUnsignedWCharType() 7029 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField() 7062 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 7081 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType() 7822 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding() 8774 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 8778 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 9211 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType() 10805 return UnsignedIntTy; in getCorrespondingUnsignedType() [all …]
|
| H A D | Expr.cpp | 2211 llvm::APSInt IntVal(Ctx.getIntWidth(Ctx.UnsignedIntTy), in EvaluateInContext()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 1240 const QualType UnsignedIntTy = ACtx.UnsignedIntTy; in initFunctionSummaries() local 1247 getPointerTy(UnsignedIntTy); // unsigned int * in initFunctionSummaries() 1265 BVF.getMaxValue(UnsignedIntTy).getLimitedValue(); in initFunctionSummaries() 1834 "sleep", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries() 1852 "alarm", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BasicValueFactory.h | 184 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | SValTest.cpp | 195 expectSameSignAndBitWidth(Context.UnsignedIntTy, B.getType(Context), Context);
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
|
| H A D | ASTContext.h | 1116 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 872 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in getIvarAccessString() 875 Context->UnsignedIntTy, SourceLocation()); in getIvarAccessString() 2729 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCArrayLiteralExpr() 2732 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr() 2787 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr() 2852 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCDictionaryLiteralExpr() 2855 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr() 2932 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr() 7515 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr() 7518 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 809 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForEncodingAndBitSize() 810 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize() 961 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 962 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1096 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1106 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1107 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2038 return ast->UnsignedIntTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2367 if (bit_size == ast.getTypeSize(ast.UnsignedIntTy)) in GetIntTypeFromBitSize() 2368 return GetType(ast.UnsignedIntTy); in GetIntTypeFromBitSize() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 100 context.UnsignedIntTy)); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 3992 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo() 4112 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo() 4139 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo() 4169 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 348 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>; 407 …micUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedIntTy)">>;
|
| H A D | Sema.cpp | 355 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
|
| H A D | SemaChecking.cpp | 1716 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinRWPipe() 1750 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinReserveRWPipe() 2717 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType() 3386 TheCall->setType(Context.UnsignedIntTy); in CheckBPFBuiltinFunctionCall() 9955 .Case("UInt32", Context.UnsignedIntTy) in shouldNotPrintDirectly() 10081 ICE->getType() == S.Context.UnsignedIntTy) { in checkFormatExpr()
|
| H A D | SemaTemplateDeduction.cpp | 1937 S.Context.UnsignedIntTy, true, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaDecl.cpp | 18462 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 19067 BestType = Context.UnsignedIntTy; in ActOnEnumBody() 19071 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
|
| H A D | SemaOverload.cpp | 2156 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion() 8317 ArithmeticTypes.push_back(S.Context.UnsignedIntTy); in InitArithmeticTypes()
|
| H A D | SemaType.cpp | 1402 Result = Context.UnsignedIntTy; in ConvertDeclSpecToType()
|
| H A D | SemaExpr.cpp | 4077 Ty = Context.UnsignedIntTy; in ActOnNumericConstant() 16764 ResultTy = Context.UnsignedIntTy; in ActOnSourceLocExpr()
|