Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp240 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 DOpenCLBuiltins.td349 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>;
408 …micUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedIntTy)">>;
H A DSema.cpp357 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
H A DSemaChecking.cpp1839 << 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 DSemaType.cpp1432 Result = Context.UnsignedIntTy; in ConvertDeclSpecToType()
9954 &S.Context.UnsignedIntTy, &S.Context.UnsignedLongTy, in ChangeIntegralSignedness()
H A DSemaTemplateDeduction.cpp1996 S.Context.UnsignedIntTy, true, in DeduceTemplateArgumentsByTypeMatch()
H A DSemaDecl.cpp19691 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
20297 BestType = Context.UnsignedIntTy; in ActOnEnumBody()
20301 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
H A DSemaOverload.cpp2387 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion()
8816 ArithmeticTypes.push_back(S.Context.UnsignedIntTy); in InitArithmeticTypes()
H A DSemaExpr.cpp4248 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 DAppleObjCTypeEncodingParser.cpp294 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 DFormatString.cpp438 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 DPrintfFormatString.cpp551 return Ctx.UnsignedIntTy; in getScalarArgType()
553 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
569 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
H A DScanfFormatString.cpp280 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
H A DRecordLayoutBuilder.cpp1479 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 DASTContext.cpp1219 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 DExpr.cpp2301 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 DBasicValueFactory.h190 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1664 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 DBuiltinTypes.def87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
H A DASTContext.h1093 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp872 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 DTypeSystemClang.cpp820 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 DItaniumCXXABI.cpp4093 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 DCodeGenFunction.h1560 CreateIRTemp(getContext().UnsignedIntTy, "mcdc.addr");
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7160 T = Context.UnsignedIntTy; in GetType()

12