Home
last modified time | relevance | path

Searched refs:UnsignedIntTy (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp661 .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 DSemaHLSL.cpp2755 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 DSemaBPF.cpp169 TheCall->setType(Context.UnsignedIntTy); in CheckBPFBuiltinFunctionCall()
H A DSemaOpenCL.cpp465 << Call->getDirectCallee() << getASTContext().UnsignedIntTy in checkBuiltinRWPipe()
494 << Call->getDirectCallee() << getASTContext().UnsignedIntTy in checkBuiltinReserveRWPipe()
H A DSemaARM.cpp329 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType()
H A DOpenCLBuiltins.td353 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>;
412 …micUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedIntTy)">>;
H A DSema.cpp470 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp309 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 DAArch64ACLETypes.def131 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 DFormatString.cpp451 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 DPrintfFormatString.cpp567 return Ctx.UnsignedIntTy; in getScalarArgType()
569 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
585 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
H A DScanfFormatString.cpp280 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
H A DRecordLayoutBuilder.cpp1474 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 DASTContext.cpp1306 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 DExpr.cpp2343 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 DBasicValueFactory.h190 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp74 return ACtx.UnsignedIntTy; in getOverflowBuiltinResultType()
H A DStdLibraryFunctionsChecker.cpp1667 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 DBuiltinTypes.def87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
H A DASTContext.h1222 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp870 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 DTypeSystemClang.cpp779 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 DItaniumCXXABI.cpp4414 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 DCodeGenPGO.cpp1540 MCDCCondBitmapAddr = CreateIRTemp(getContext().UnsignedIntTy, "mcdc.addr"); in maybeCreateMCDCCondBitmap()
H A DCGDecl.cpp1447 return 4 * C.getTypeSize(C.UnsignedIntTy); in maxFakeUseAggregateSize()

12