Home
last modified time | relevance | path

Searched refs:getExtIntType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td894 return ctx.getExtIntType(isUnsigned, numBits);
H A DASTContext.h1282 QualType getExtIntType(bool Unsigned, unsigned NumBits) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4425 QualType ASTContext::getExtIntType(bool IsUnsigned, unsigned NumBits) const { in getExtIntType() function in ASTContext
10112 return getExtIntType(/*IsUnsigned=*/true, EITy->getNumBits()); in getCorrespondingUnsignedType()
10180 return getExtIntType(/*IsUnsigned=*/false, EITy->getNumBits()); in getCorrespondingSignedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2248 return Context.getExtIntType(IsUnsigned, NumBits); in BuildExtIntType()