Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp126 QualType UIntTy = Ctx.getBitIntType(/*Unsigned=*/true, PtrBits); in HandleIntegralOrEnumType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td1016 return ctx.getBitIntType(isUnsigned, numBits);
H A DASTContext.h1563 QualType getBitIntType(bool Unsigned, unsigned NumBits) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1974 return Context.getBitIntType(IsUnsigned, NumBits); in BuildBitIntType()
9945 return S.Context.getBitIntType(!IsMakeSigned, Bits); in ChangeIntegralSignedness()
H A DSemaExpr.cpp4012 Ty = Context.getBitIntType(Literal.isUnsigned, Width); in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5189 QualType ASTContext::getBitIntType(bool IsUnsigned, unsigned NumBits) const { in getBitIntType() function in ASTContext
12132 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()
12206 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
H A DASTImporter.cpp1985 return Importer.getToContext().getBitIntType(T->isUnsigned(), in VisitBitIntType()