Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1334 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true); in emitThreadIDAddress()
1421 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true), in emitIfStmt()
1581 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion()
1897 Call, CGF.getContext().getIntTypeForBitwidth(32, /* Signed */ true), in emitForNext()
2316 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskCall()
2498 C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false); in emitTaskCall()
3366 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true); in emitTargetCall()
DCGAtomic.cpp101 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo()
657 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument()
985 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
DCGStmtOpenMP.cpp1639 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections()
DTargetInfo.cpp6230 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
/external/clang/lib/Sema/
DSemaOpenMP.cpp1369 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1446 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1459 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1472 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1485 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
1535 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart()
3256 Type = C.getIntTypeForBitwidth(NewSize, IsSigned); in BuildNumIterations()
3270 QualType NewType = C.getIntTypeForBitwidth( in BuildNumIterations()
3620 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); in WidenIterationCount()
3839 QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(32, true); in CheckOpenMPLoop()
[all …]
DSemaDeclAttr.cpp3432 NewElemTy = S.Context.getIntTypeForBitwidth( in handleModeAttr()
DSemaExpr.cpp3359 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
/external/clang/include/clang/AST/
DASTContext.h585 QualType getIntTypeForBitwidth(unsigned DestWidth,
/external/clang/lib/AST/
DASTContext.cpp8544 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext