Home
last modified time | relevance | path

Searched refs:getBitIntType (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td934 return ctx.getBitIntType(isUnsigned, numBits);
H A DASTContext.h1364 QualType getBitIntType(bool Unsigned, unsigned NumBits) const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4570 QualType ASTContext::getBitIntType(bool IsUnsigned, unsigned NumBits) const { in getBitIntType() function in ASTContext
10924 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()
10998 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2343 return Context.getBitIntType(IsUnsigned, NumBits); in BuildBitIntType()
9440 return S.Context.getBitIntType(!IsMakeSigned, Bits); in ChangeIntegralSignedness()
H A DSemaExpr.cpp4039 Ty = Context.getBitIntType(Literal.isUnsigned, Width); in ActOnNumericConstant()