| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 1054 const QualType UnsignedIntTy = ACtx.UnsignedIntTy; in initFunctionSummaries() local 1061 getPointerTy(UnsignedIntTy); // unsigned int * in initFunctionSummaries() 1079 BVF.getMaxValue(UnsignedIntTy).getLimitedValue(); in initFunctionSummaries() 1560 "sleep", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries() 1577 "alarm", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries()
|
| /freebsd-13.1/contrib/llvm-project/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 | 1477 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField() 1620 if (StorageUnitSize < Context.getTypeSize(Context.UnsignedIntTy)) { in LayoutBitField() 1623 StorageUnitSize = Context.getTypeSize(Context.UnsignedIntTy); in LayoutBitField() 1624 } else if (StorageUnitSize > Context.getTypeSize(Context.UnsignedIntTy) && in LayoutBitField()
|
| H A D | FormatString.cpp | 400 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
|
| H A D | ASTContext.cpp | 1299 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes() 5675 return UnsignedIntTy; in getUnsignedWCharType() 6401 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField() 6434 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 6453 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType() 7194 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding() 8142 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 8146 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 8580 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType() 10168 return UnsignedIntTy; in getCorrespondingUnsignedType() [all …]
|
| H A D | Expr.cpp | 2181 return Ctx.UnsignedIntTy; in getDecayedSourceLocExprType() 2249 llvm::APSInt IntVal(Ctx.getIntWidth(Ctx.UnsignedIntTy), in EvaluateInContext()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BasicValueFactory.h | 179 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
|
| H A D | ASTContext.h | 1055 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 871 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in getIvarAccessString() 874 Context->UnsignedIntTy, SourceLocation()); in getIvarAccessString() 2728 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCArrayLiteralExpr() 2731 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr() 2786 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr() 2851 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCDictionaryLiteralExpr() 2854 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr() 2931 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr() 7515 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr() 7518 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 819 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForEncodingAndBitSize() 820 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize() 971 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 972 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1102 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1112 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1113 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2032 return ast->UnsignedIntTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2365 if (bit_size == ast.getTypeSize(ast.UnsignedIntTy)) in GetIntTypeFromBitSize() 2366 return GetType(ast.UnsignedIntTy); in GetIntTypeFromBitSize() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 4027 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo() 4147 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo() 4174 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo() 4204 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
|
| H A D | CGBuiltin.cpp | 2038 Types[Context.UnsignedIntTy] = "%u"; in dumpRecord() 3585 getContext().UnsignedIntTy); in EmitBuiltinExpr() 3595 getContext().UnsignedIntTy); in EmitBuiltinExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 299 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>; 345 …micUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedIntTy)">>;
|
| H A D | Sema.cpp | 334 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
|
| H A D | SemaChecking.cpp | 1183 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinRWPipe() 1217 << Call->getDirectCallee() << S.Context.UnsignedIntTy in SemaBuiltinReserveRWPipe() 2061 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType() 2743 TheCall->setType(Context.UnsignedIntTy); in CheckBPFBuiltinFunctionCall() 8969 .Case("UInt32", Context.UnsignedIntTy) in shouldNotPrintDirectly() 9089 ICE->getType() == S.Context.UnsignedIntTy) { in checkFormatExpr()
|
| H A D | SemaTemplateDeduction.cpp | 2035 S.Context.UnsignedIntTy, true, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaDecl.cpp | 17716 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 18317 BestType = Context.UnsignedIntTy; in ActOnEnumBody() 18321 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
|
| H A D | SemaOverload.cpp | 2155 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion() 8187 ArithmeticTypes.push_back(S.Context.UnsignedIntTy); in InitArithmeticTypes()
|
| H A D | SemaType.cpp | 1414 Result = Context.UnsignedIntTy; in ConvertDeclSpecToType()
|
| H A D | TreeTransform.h | 14243 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
|
| H A D | SemaExpr.cpp | 3970 Ty = Context.UnsignedIntTy; in ActOnNumericConstant()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6862 T = Context.UnsignedIntTy; in GetType()
|