Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
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 …]
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()
DCGStmtOpenMP.cpp2160 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections()
2434 getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1), in EmitOMPTaskBasedDirective()
DTargetInfo.cpp6488 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
/external/clang/lib/Sema/
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 …]
DSemaDeclAttr.cpp3533 NewElemTy = Context.getIntTypeForBitwidth(DestWidth, in AddModeAttr()
4900 << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false); in handleAnyX86InterruptAttr()
DSemaExpr.cpp3435 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
/external/clang/include/clang/AST/
DASTContext.h595 QualType getIntTypeForBitwidth(unsigned DestWidth,
/external/clang/lib/AST/
DASTContext.cpp8735 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext