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 DInterpreter.cpp693 QualType UIntTy = Ctx.getBitIntType(/*Unsigned=*/true, PtrBits); in HandleIntegralOrEnumType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td993 return ctx.getBitIntType(isUnsigned, numBits);
H A DASTContext.h1442 QualType getBitIntType(bool Unsigned, unsigned NumBits) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4963 QualType ASTContext::getBitIntType(bool IsUnsigned, unsigned NumBits) const { in getBitIntType() function in ASTContext
11510 return getBitIntType(/*Unsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()
11584 return getBitIntType(/*Unsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
H A DASTImporter.cpp1767 return Importer.getToContext().getBitIntType(T->isUnsigned(), in VisitBitIntType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1949 return Context.getBitIntType(IsUnsigned, NumBits); in BuildBitIntType()
9663 return S.Context.getBitIntType(!IsMakeSigned, Bits); in ChangeIntegralSignedness()
H A DSemaExpr.cpp3956 Ty = Context.getBitIntType(Literal.isUnsigned, Width); in ActOnNumericConstant()