Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td920 return ctx.getBitIntType(isUnsigned, numBits);
H A DASTContext.h1390 QualType getBitIntType(bool Unsigned, unsigned NumBits) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4532 QualType ASTContext::getBitIntType(bool IsUnsigned, unsigned NumBits) const { in getBitIntType() function in ASTContext
10791 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()
10859 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2321 return Context.getBitIntType(IsUnsigned, NumBits); in BuildBitIntType()
H A DSemaExpr.cpp4045 Ty = Context.getBitIntType(Literal.isUnsigned, Width); in ActOnNumericConstant()