Home | History | Annotate | Download | only in AST

Lines Matching refs:DestWidth

8544 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth,
8546 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed);
8548 if (!QualTy && DestWidth == 128)
8556 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth) const {
8557 TargetInfo::RealType Ty = getTargetInfo().getRealTypeByWidth(DestWidth);