Searched refs:getBitIntType (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 693 QualType UIntTy = Ctx.getBitIntType(/*Unsigned=*/true, PtrBits); in HandleIntegralOrEnumType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 993 return ctx.getBitIntType(isUnsigned, numBits);
|
| H A D | ASTContext.h | 1442 QualType getBitIntType(bool Unsigned, unsigned NumBits) const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4963 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 D | ASTImporter.cpp | 1767 return Importer.getToContext().getBitIntType(T->isUnsigned(), in VisitBitIntType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1949 return Context.getBitIntType(IsUnsigned, NumBits); in BuildBitIntType() 9663 return S.Context.getBitIntType(!IsMakeSigned, Bits); in ChangeIntegralSignedness()
|
| H A D | SemaExpr.cpp | 3956 Ty = Context.getBitIntType(Literal.isUnsigned, Width); in ActOnNumericConstant()
|