| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 240 AST.getFunctionType(ReturnTy, {AST.UnsignedIntTy}, ExtInfo); in addArraySubscriptOperator() 253 &II, AST.UnsignedIntTy, in addArraySubscriptOperator() 254 AST.getTrivialTypeSourceInfo(AST.UnsignedIntTy, SourceLocation()), in addArraySubscriptOperator() 271 AST.UnsignedIntTy, VK_PRValue); in addArraySubscriptOperator()
|
| H A D | OpenCLBuiltins.td | 349 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>; 408 …micUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedIntTy)">>;
|
| H A D | Sema.cpp | 357 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
|
| H A D | SemaChecking.cpp | 1839 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinRWPipe() 1873 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinReserveRWPipe() 2972 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType() 3835 TheCall->setType(Context.UnsignedIntTy); in CheckBPFBuiltinFunctionCall() 11958 .Case("UInt32", Context.UnsignedIntTy) in shouldNotPrintDirectly() 12088 ICE->getType() == S.Context.UnsignedIntTy) { in checkFormatExpr()
|
| H A D | SemaType.cpp | 1432 Result = Context.UnsignedIntTy; in ConvertDeclSpecToType() 9954 &S.Context.UnsignedIntTy, &S.Context.UnsignedLongTy, in ChangeIntegralSignedness()
|
| H A D | SemaTemplateDeduction.cpp | 1996 S.Context.UnsignedIntTy, true, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaDecl.cpp | 19691 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 20297 BestType = Context.UnsignedIntTy; in ActOnEnumBody() 20301 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
|
| H A D | SemaOverload.cpp | 2387 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion() 8816 ArithmeticTypes.push_back(S.Context.UnsignedIntTy); in InitArithmeticTypes()
|
| H A D | SemaExpr.cpp | 4248 Ty = Context.UnsignedIntTy; in ActOnNumericConstant() 17553 ResultTy = Context.UnsignedIntTy; in ActOnSourceLocExpr()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 438 if (T == C.UnsignedIntTy) in matchesType() 468 if (T == C.IntTy || T == C.UnsignedIntTy) in matchesType() 479 if (T == C.UnsignedIntTy) in matchesType()
|
| H A D | PrintfFormatString.cpp | 551 return Ctx.UnsignedIntTy; in getScalarArgType() 553 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType() 569 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
|
| H A D | ScanfFormatString.cpp | 280 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 | ASTContext.cpp | 1219 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes() 5942 return UnsignedIntTy; in getUnsignedWCharType() 7142 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField() 7175 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 7193 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType() 7938 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding() 8889 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 8893 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 9333 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType() 11048 return UnsignedIntTy; in getCorrespondingUnsignedType() [all …]
|
| H A D | Expr.cpp | 2301 return APValue(Ctx.MakeIntValue(PLoc.getLine(), Ctx.UnsignedIntTy)); in EvaluateInContext() 2303 return APValue(Ctx.MakeIntValue(PLoc.getColumn(), Ctx.UnsignedIntTy)); in EvaluateInContext()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BasicValueFactory.h | 190 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 1664 const QualType UnsignedIntTy = ACtx.UnsignedIntTy; in initFunctionSummaries() local 1671 getPointerTy(UnsignedIntTy); // unsigned int * in initFunctionSummaries() 1689 BVF.getMaxValue(UnsignedIntTy).getLimitedValue(); in initFunctionSummaries() 2498 "sleep", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries() 2517 "alarm", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
|
| H A D | ASTContext.h | 1093 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /freebsd-14.2/contrib/llvm-project/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() 7514 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr() 7517 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 820 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForEncodingAndBitSize() 821 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize() 964 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 965 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1099 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1109 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1110 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2078 return ast->UnsignedIntTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2408 if (bit_size == ast.getTypeSize(ast.UnsignedIntTy)) in GetIntTypeFromBitSize() 2409 return GetType(ast.UnsignedIntTy); in GetIntTypeFromBitSize() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 4093 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo() 4214 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo() 4241 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo() 4271 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
|
| H A D | CodeGenFunction.h | 1560 CreateIRTemp(getContext().UnsignedIntTy, "mcdc.addr");
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7160 T = Context.UnsignedIntTy; in GetType()
|