| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 661 .addParam("registerNo", AST.UnsignedIntTy) in addHandleConstructorFromBinding() 662 .addParam("spaceNo", AST.UnsignedIntTy) in addHandleConstructorFromBinding() 664 .addParam("index", AST.UnsignedIntTy) in addHandleConstructorFromBinding() 682 .addParam("spaceNo", AST.UnsignedIntTy) in addHandleConstructorFromImplicitBinding() 684 .addParam("index", AST.UnsignedIntTy) in addHandleConstructorFromImplicitBinding() 685 .addParam("orderId", AST.UnsignedIntTy) in addHandleConstructorFromImplicitBinding() 790 SemaRef.getASTContext().UnsignedIntTy) in addIncrementCounterMethod() 799 SemaRef.getASTContext().UnsignedIntTy) in addDecrementCounterMethod() 830 .addParam("Index", AST.UnsignedIntTy) in addHandleAccessFunction() 845 .callBuiltin("__builtin_hlsl_buffer_update_counter", AST.UnsignedIntTy, in addAppendMethod() [all …]
|
| H A D | SemaHLSL.cpp | 2755 SemaRef.getASTContext().UnsignedIntTy)) in CheckBuiltinFunctionCall() 2782 CheckArgTypeMatches(&SemaRef, TheCall->getArg(1), AST.UnsignedIntTy) || in CheckBuiltinFunctionCall() 2783 CheckArgTypeMatches(&SemaRef, TheCall->getArg(2), AST.UnsignedIntTy) || in CheckBuiltinFunctionCall() 2785 CheckArgTypeMatches(&SemaRef, TheCall->getArg(4), AST.UnsignedIntTy) || in CheckBuiltinFunctionCall() 2798 CheckArgTypeMatches(&SemaRef, TheCall->getArg(1), AST.UnsignedIntTy) || in CheckBuiltinFunctionCall() 2800 CheckArgTypeMatches(&SemaRef, TheCall->getArg(3), AST.UnsignedIntTy) || in CheckBuiltinFunctionCall() 2801 CheckArgTypeMatches(&SemaRef, TheCall->getArg(4), AST.UnsignedIntTy) || in CheckBuiltinFunctionCall() 2838 /*only check for uint*/ SemaRef.Context.UnsignedIntTy, in CheckBuiltinFunctionCall() 2843 /*only check for uint*/ SemaRef.Context.UnsignedIntTy, in CheckBuiltinFunctionCall() 2876 QualType ResTy = SemaRef.Context.UnsignedIntTy; in CheckBuiltinFunctionCall() [all …]
|
| H A D | SemaBPF.cpp | 169 TheCall->setType(Context.UnsignedIntTy); in CheckBPFBuiltinFunctionCall()
|
| H A D | SemaOpenCL.cpp | 465 << Call->getDirectCallee() << getASTContext().UnsignedIntTy in checkBuiltinRWPipe() 494 << Call->getDirectCallee() << getASTContext().UnsignedIntTy in checkBuiltinReserveRWPipe()
|
| H A D | SemaARM.cpp | 329 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType()
|
| H A D | OpenCLBuiltins.td | 353 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>; 412 …micUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedIntTy)">>;
|
| H A D | Sema.cpp | 470 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 309 return ast_ctx.UnsignedIntTy; in BuildType() 335 return ast_ctx.UnsignedIntTy; // FIXME: the spec is fairly vague here. in BuildType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AArch64ACLETypes.def | 131 NEON_VECTOR_TYPE(__Uint32x2_t, UnsignedIntTy, 32, 2, VectorKind::Neon) 143 NEON_VECTOR_TYPE(__Uint32x4_t, UnsignedIntTy, 32, 4, VectorKind::Neon)
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 451 if (T == C.UnsignedIntTy) in matchesType() 481 if (T == C.IntTy || T == C.UnsignedIntTy) in matchesType() 492 if (T == C.UnsignedIntTy) in matchesType()
|
| H A D | PrintfFormatString.cpp | 567 return Ctx.UnsignedIntTy; in getScalarArgType() 569 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType() 585 : 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 | 1474 Context.UnsignedIntTy, Context.UnsignedLongTy, 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 | 1306 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes() 5422 BestType = UnsignedIntTy; in computeBestEnumTypes() 5425 ? UnsignedIntTy in computeBestEnumTypes() 6833 return UnsignedIntTy; in getUnsignedWCharType() 8194 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField() 8227 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 8245 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType() 8992 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding() 9962 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 9966 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() [all …]
|
| H A D | Expr.cpp | 2343 return APValue(Ctx.MakeIntValue(PLoc.getLine(), Ctx.UnsignedIntTy)); in EvaluateInContext() 2345 return APValue(Ctx.MakeIntValue(PLoc.getColumn(), Ctx.UnsignedIntTy)); in EvaluateInContext()
|
| /freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BuiltinFunctionChecker.cpp | 74 return ACtx.UnsignedIntTy; in getOverflowBuiltinResultType()
|
| H A D | StdLibraryFunctionsChecker.cpp | 1667 const QualType UnsignedIntTy = ACtx.UnsignedIntTy; in initFunctionSummaries() local 1674 getPointerTy(UnsignedIntTy); // unsigned int * in initFunctionSummaries() 1692 BVF.getMaxValue(UnsignedIntTy)->getLimitedValue(); in initFunctionSummaries() 2581 "sleep", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries() 2600 "alarm", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
|
| H A D | ASTContext.h | 1222 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 870 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in getIvarAccessString() 873 Context->UnsignedIntTy, SourceLocation()); in getIvarAccessString() 2727 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCArrayLiteralExpr() 2730 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr() 2785 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr() 2850 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCDictionaryLiteralExpr() 2853 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr() 2930 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr() 7478 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr() 7481 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 779 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForEncodingAndBitSize() 780 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize() 929 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 930 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1063 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1064 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1074 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1075 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2049 return ast->UnsignedIntTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2379 if (bit_size == ast.getTypeSize(ast.UnsignedIntTy)) in GetIntTypeFromBitSize() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 4414 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo() 4535 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo() 4563 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo() 4593 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
|
| H A D | CodeGenPGO.cpp | 1540 MCDCCondBitmapAddr = CreateIRTemp(getContext().UnsignedIntTy, "mcdc.addr"); in maybeCreateMCDCCondBitmap()
|
| H A D | CGDecl.cpp | 1447 return 4 * C.getTypeSize(C.UnsignedIntTy); in maxFakeUseAggregateSize()
|