/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 244 AST.getFunctionType(ReturnTy, {AST.UnsignedIntTy}, ExtInfo); in addArraySubscriptOperator() 257 &II, AST.UnsignedIntTy, in addArraySubscriptOperator() 258 AST.getTrivialTypeSourceInfo(AST.UnsignedIntTy, SourceLocation()), in addArraySubscriptOperator() 275 AST.UnsignedIntTy, VK_PRValue); in addArraySubscriptOperator()
|
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 | SemaHLSL.cpp | 1000 return CheckArgsTypesAreCorrect(S, TheCall, S->Context.UnsignedIntTy, in CheckUnsignedIntRepresentation()
|
H A D | SemaARM.cpp | 362 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType()
|
H A D | OpenCLBuiltins.td | 349 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>; 408 …micUInt : Type<"atomic_uint", QualType<"Context.getAtomicType(Context.UnsignedIntTy)">>;
|
H A D | Sema.cpp | 402 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
|
H A D | SemaType.cpp | 1030 Result = Context.UnsignedIntTy; in ConvertDeclSpecToType() 9685 &S.Context.UnsignedIntTy, &S.Context.UnsignedLongTy, in ChangeIntegralSignedness()
|
H A D | SemaDecl.cpp | 19358 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 19967 BestType = Context.UnsignedIntTy; in ActOnEnumBody() 19971 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
|
H A D | SemaTemplateDeduction.cpp | 2141 S.Context.UnsignedIntTy, true, in DeduceTemplateArgumentsByTypeMatch()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 299 return ast_ctx.UnsignedIntTy; in BuildType() 325 return ast_ctx.UnsignedIntTy; // FIXME: the spec is fairly vague here. in BuildType()
|
/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 | 1486 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField() 1629 if (StorageUnitSize < Context.getTypeSize(Context.UnsignedIntTy)) { in LayoutBitField() 1632 StorageUnitSize = Context.getTypeSize(Context.UnsignedIntTy); in LayoutBitField() 1633 } else if (StorageUnitSize > Context.getTypeSize(Context.UnsignedIntTy) && in LayoutBitField()
|
H A D | ASTContext.cpp | 1249 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes() 6386 return UnsignedIntTy; in getUnsignedWCharType() 7598 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField() 7631 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 7649 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType() 8394 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding() 9348 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 9352 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl() 9793 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType() 11527 return UnsignedIntTy; in getCorrespondingUnsignedType() [all …]
|
H A D | Expr.cpp | 2326 return APValue(Ctx.MakeIntValue(PLoc.getLine(), Ctx.UnsignedIntTy)); in EvaluateInContext() 2328 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 | StdLibraryFunctionsChecker.cpp | 1664 const QualType UnsignedIntTy = ACtx.UnsignedIntTy; in initFunctionSummaries() local 1671 getPointerTy(UnsignedIntTy); // unsigned int * in initFunctionSummaries() 1689 BVF.getMaxValue(UnsignedIntTy).getLimitedValue(); in initFunctionSummaries() 2577 "sleep", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}), in initFunctionSummaries() 2596 "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 | 1128 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/freebsd/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() 7512 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr() 7515 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 759 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForEncodingAndBitSize() 760 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForEncodingAndBitSize() 906 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 907 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1040 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1041 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1051 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1052 return GetType(ast.UnsignedIntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2030 return ast->UnsignedIntTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2360 if (bit_size == ast.getTypeSize(ast.UnsignedIntTy)) in GetIntTypeFromBitSize() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 4368 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo() 4489 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo() 4516 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo() 4546 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
|
H A D | CodeGenFunction.h | 1650 CreateIRTemp(getContext().UnsignedIntTy, "mcdc.addr");
|