Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1054 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 DPrintfFormatString.cpp548 return Ctx.UnsignedIntTy; in getScalarArgType()
550 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
566 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getScalarArgType()
H A DScanfFormatString.cpp278 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
H A DRecordLayoutBuilder.cpp1477 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 DFormatString.cpp400 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
H A DASTContext.cpp1299 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 DExpr.cpp2181 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 DBasicValueFactory.h179 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
H A DASTContext.h1055 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp871 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 DTypeSystemClang.cpp819 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 DItaniumCXXABI.cpp4027 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 DCGBuiltin.cpp2038 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 DOpenCLBuiltins.td299 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>;
345 …micUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedIntTy)">>;
H A DSema.cpp334 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
H A DSemaChecking.cpp1183 << 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 DSemaTemplateDeduction.cpp2035 S.Context.UnsignedIntTy, true, in DeduceTemplateArgumentsByTypeMatch()
H A DSemaDecl.cpp17716 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
18317 BestType = Context.UnsignedIntTy; in ActOnEnumBody()
18321 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
H A DSemaOverload.cpp2155 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion()
8187 ArithmeticTypes.push_back(S.Context.UnsignedIntTy); in InitArithmeticTypes()
H A DSemaType.cpp1414 Result = Context.UnsignedIntTy; in ConvertDeclSpecToType()
H A DTreeTransform.h14243 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
H A DSemaExpr.cpp3970 Ty = Context.UnsignedIntTy; in ActOnNumericConstant()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6862 T = Context.UnsignedIntTy; in GetType()