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

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1334 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true);
1421 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true),
1581 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
1897 Call, CGF.getContext().getIntTypeForBitwidth(32, /* Signed */ true),
2316 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
2498 C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false);
3366 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true);
H A DCGAtomic.cpp101 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned);
657 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false);
985 RetTy = getContext().getIntTypeForBitwidth(
H A DCGStmtOpenMP.cpp1639 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
H A DTargetInfo.cpp6230 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits,
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1369 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1446 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1459 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1472 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1485 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1535 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
3256 Type = C.getIntTypeForBitwidth(NewSize, IsSigned);
3270 QualType NewType = C.getIntTypeForBitwidth(
3620 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true);
3839 QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(3
[all...]
H A DSemaDeclAttr.cpp3432 NewElemTy = S.Context.getIntTypeForBitwidth(
H A DSemaExpr.cpp3359 Ty = Context.getIntTypeForBitwidth(Width,
/external/clang/include/clang/AST/
H A DASTContext.h581 /// getIntTypeForBitwidth -
585 QualType getIntTypeForBitwidth(unsigned DestWidth,
/external/clang/lib/AST/
H A DASTContext.cpp8540 /// getIntTypeForBitwidth -
8544 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, function in class:ASTContext

Completed in 487 milliseconds