Searched refs:getIntTypeForBitwidth (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 661 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true); in EmitOMPSerialCall() 687 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true); in EmitThreadIDAddress() 742 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true), in EmitOMPIfStmt()
|
| H A D | CGAtomic.cpp | 479 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument() 738 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
|
| H A D | TargetInfo.cpp | 5837 Ty = CGF.getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1024 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() 1100 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() 1112 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() 1164 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1); in ActOnOpenMPRegionStart() 2329 QualType NewType = C.getIntTypeForBitwidth( in BuildNumIterations() 2569 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); in WidenIterationCount() 2749 QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(32, true); in CheckOpenMPLoop()
|
| H A D | SemaDeclAttr.cpp | 3100 NewTy = S.Context.getIntTypeForBitwidth(DestWidth, in handleModeAttr()
|
| H A D | SemaExpr.cpp | 3327 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 512 QualType getIntTypeForBitwidth(unsigned DestWidth,
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 8101 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext
|