/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | SVals.cpp | 149 return Context.getIntTypeForBitwidth(Value.getBitWidth(), Value.isSigned()); in VisitConcreteInt() 162 return Context.getIntTypeForBitwidth(LI.getNumBits(), in VisitNonLocLocAsInteger()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 287 return ast_ctx.getIntTypeForBitwidth(32, true); in BuildType() 301 return ast_ctx.getIntTypeForBitwidth(32, false); in BuildType()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaRISCVVectorLookup.cpp | 95 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), true); in RVVType2Qual() 98 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), false); in RVVType2Qual()
|
H A D | SemaOpenMP.cpp | 4183 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() 4203 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() 4248 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() 4309 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst(); in ActOnOpenMPRegionStart() 4344 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1) in ActOnOpenMPRegionStart() 4347 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0) in ActOnOpenMPRegionStart() 4350 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1) in ActOnOpenMPRegionStart() 4389 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1) in ActOnOpenMPRegionStart() 4392 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0) in ActOnOpenMPRegionStart() 4395 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1) in ActOnOpenMPRegionStart() [all …]
|
H A D | SemaStmtAsm.cpp | 680 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
|
H A D | SemaDeclAttr.cpp | 4746 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr() 7460 << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyX86InterruptAttr()
|
H A D | SemaExpr.cpp | 4011 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant() 13156 const QualType IntTy = Context.getIntTypeForBitwidth(TypeSize, true); in GetSignedSizelessVectorType()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 191 C.getIntTypeForBitwidth(32, /*Signed=*/0), in buildRecordForGlobalizedVars() 1303 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/0); in emitCriticalRegion() 1400 QualType CastTy = CGF.getContext().getIntTypeForBitwidth( in createRuntimeShuffleFunction() 1436 QualType IntType = CGF.getContext().getIntTypeForBitwidth( in shuffleAndStore() 1754 C.getIntTypeForBitwidth(32, /* Signed */ true), in emitInterWarpCopyFunction() 1827 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction() 3143 Ctx.getIntTypeForBitwidth(/*DestWidth=*/16, /*Signed=*/false); in createParallelDataSharingWrapper() 3145 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false); in createParallelDataSharingWrapper() 3407 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultDistScheduleAndChunk() 3423 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk()
|
H A D | CGOpenMPRuntime.cpp | 2123 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true); in emitThreadIDAddress() 2395 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion() 2508 CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in getDefaultScheduleAndChunk() 2874 Call, CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/1), in emitForNext() 3139 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in createKmpTaskTRecordDecl() 3141 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1); in createKmpTaskTRecordDecl() 3788 QualType FlagsTy = C.getIntTypeForBitwidth(32, /*Signed=*/false); in getKmpAffinityType() 3849 QualType KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskInit() 4017 C.getIntTypeForBitwidth(C.getTypeSize(C.getSizeType()), /*Signed=*/0), in emitTaskInit() 4223 FlagsTy = C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false); in getDependTypes() [all …]
|
H A D | CGAtomic.cpp | 99 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo() 790 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument() 1291 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
|
H A D | CGStmtOpenMP.cpp | 3984 C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections() 4610 getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1), in EmitOMPTaskBasedDirective() 5039 getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1), in EmitOMPTargetTaskBasedDirective() 5120 getContext().getIntTypeForBitwidth(32, /*Signed=*/0), in EmitOMPTargetTaskBasedDirective() 5827 QualType Int64Ty = CGM.getContext().getIntTypeForBitwidth( in EmitOMPOrderedDirective()
|
H A D | CGStmt.cpp | 2802 QualType Ty = getContext().getIntTypeForBitwidth(Size, /*Signed*/ false); in EmitAsmStmt()
|
H A D | CGDecl.cpp | 1409 auto QT = getContext().getIntTypeForBitwidth( in EmitAndRegisterVariableArrayDimensions()
|
H A D | TargetInfo.cpp | 8335 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg() 11157 QTy = getContext().getIntTypeForBitwidth(XLen, false); in detectFPCCEligibleStructHelper() 11929 QTy = getContext().getIntTypeForBitwidth(GRLen, false); in detectFARsEligibleStructHelper()
|
H A D | CGBuiltin.cpp | 1728 QualType UnsignedTy = C.getIntTypeForBitwidth(Size * 8, /*Signed=*/false); in getOSLogArgType()
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 573 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 750 QualType getIntTypeForBitwidth(unsigned DestWidth,
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 3874 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo() 3984 return {getIntTypeForBitwidth(ElBits, IsSigned), \ in getBuiltinVectorTypeInfo() 11958 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext
|