Searched refs:getBitIntType (Results 1 – 5 of 5) sorted by relevance
934 return ctx.getBitIntType(isUnsigned, numBits);
1364 QualType getBitIntType(bool Unsigned, unsigned NumBits) const;
4570 QualType ASTContext::getBitIntType(bool IsUnsigned, unsigned NumBits) const { in getBitIntType() function in ASTContext10924 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()10998 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
2343 return Context.getBitIntType(IsUnsigned, NumBits); in BuildBitIntType()9440 return S.Context.getBitIntType(!IsMakeSigned, Bits); in ChangeIntegralSignedness()
4039 Ty = Context.getBitIntType(Literal.isUnsigned, Width); in ActOnNumericConstant()