Searched refs:getIntTypeForBitwidth (Results 1 – 9 of 9) sorted by relevance
| /external/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.cpp | 1334 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()
|
| D | CGAtomic.cpp | 101 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo() 657 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument() 985 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
|
| D | CGStmtOpenMP.cpp | 1639 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in EmitSections()
|
| D | TargetInfo.cpp | 6230 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
|
| /external/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 1369 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 …]
|
| D | SemaDeclAttr.cpp | 3432 NewElemTy = S.Context.getIntTypeForBitwidth( in handleModeAttr()
|
| D | SemaExpr.cpp | 3359 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
|
| /external/clang/include/clang/AST/ |
| D | ASTContext.h | 585 QualType getIntTypeForBitwidth(unsigned DestWidth,
|
| /external/clang/lib/AST/ |
| D | ASTContext.cpp | 8544 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext
|