Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td942 return ctx.getBitIntType(isUnsigned, numBits);
H A DASTContext.h1380 QualType getBitIntType(bool Unsigned, unsigned NumBits) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4548 QualType ASTContext::getBitIntType(bool IsUnsigned, unsigned NumBits) const { in getBitIntType() function in ASTContext
11031 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()
11105 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
H A DASTImporter.cpp1719 return Importer.getToContext().getBitIntType(T->isUnsigned(), in VisitBitIntType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2387 return Context.getBitIntType(IsUnsigned, NumBits); in BuildBitIntType()
9932 return S.Context.getBitIntType(!IsMakeSigned, Bits); in ChangeIntegralSignedness()
H A DSemaExpr.cpp4216 Ty = Context.getBitIntType(Literal.isUnsigned, Width); in ActOnNumericConstant()