Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp661 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 DCGAtomic.cpp479 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false); in AddDirectArgument()
738 RetTy = getContext().getIntTypeForBitwidth( in EmitAtomicExpr()
H A DTargetInfo.cpp5837 Ty = CGF.getContext().getIntTypeForBitwidth(SlotSizeInBits, in EmitVAArg()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1024 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 DSemaDeclAttr.cpp3100 NewTy = S.Context.getIntTypeForBitwidth(DestWidth, in handleModeAttr()
H A DSemaExpr.cpp3327 Ty = Context.getIntTypeForBitwidth(Width, in ActOnNumericConstant()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h512 QualType getIntTypeForBitwidth(unsigned DestWidth,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8101 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext