Home
last modified time | relevance | path

Searched refs:getIntTypeForBitwidth (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2004 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true); in emitThreadIDAddress()
2237 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion()
2602 Call, CGF.getContext().getIntTypeForBitwidth(32, /* Signed */ true), in emitForNext()
3140 C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true)); in getTgtBinaryDescriptorQTy()
3222 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in createKmpTaskTRecordDecl()
3224 CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1); in createKmpTaskTRecordDecl()
3721 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskInit()
3892 C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false); in emitTaskCall()
5774 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true); in emitTargetCall()
6519 QualType Int64Ty = C.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/true); in emitDoacrossInit()
[all …]
H A DCGAtomic.cpp101 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo()
645 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument()
973 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
H A DCGStmtOpenMP.cpp2160 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections()
2434 getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1), in EmitOMPTaskBasedDirective()
H A DTargetInfo.cpp6488 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1591 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1628 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1654 Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in ActOnOpenMPRegionStart()
1656 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in ActOnOpenMPRegionStart()
1658 Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1); in ActOnOpenMPRegionStart()
1689 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
4456 Type = C.getIntTypeForBitwidth(NewSize, IsSigned); in BuildNumIterations()
4472 QualType NewType = C.getIntTypeForBitwidth( in BuildNumIterations()
4868 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); in WidenIterationCount()
5074 SemaRef.Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0); in CheckOpenMPLoop()
[all …]
H A DSemaDeclAttr.cpp3533 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr()
4900 << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyX86InterruptAttr()
H A DSemaExpr.cpp3435 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h573 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h573 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h573 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h573 return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned()); in getAPSIntType()
/aosp_15_r20/frameworks/compile/slang/
Dslang_backend.cpp526 const clang::QualType byteType = ASTC.getIntTypeForBitwidth(8, false /* not signed */); in PadStruct()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h595 QualType getIntTypeForBitwidth(unsigned DestWidth,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h764 QualType getIntTypeForBitwidth(unsigned DestWidth,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h759 QualType getIntTypeForBitwidth(unsigned DestWidth,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h759 QualType getIntTypeForBitwidth(unsigned DestWidth,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h756 QualType getIntTypeForBitwidth(unsigned DestWidth,
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp8735 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext