Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp254 return ArgType::PtrTo(ArgType(Ctx.getSignedSizeType(), "ssize_t")); in getArgType()
393 return ArgType::PtrTo(ArgType(Ctx.getSignedSizeType(), "ssize_t")); in getArgType()
H A DPrintfFormatString.cpp546 return ArgType::makeSizeT(ArgType(Ctx.getSignedSizeType(), "ssize_t")); in getScalarArgType()
629 return ArgType::PtrTo(ArgType(Ctx.getSignedSizeType(), "ssize_t")); in getScalarArgType()
H A DASTContext.cpp6808 CanQualType ASTContext::getSignedSizeType() const { in getSignedSizeType() function in ASTContext
6809 return getFromTargetType(Target->getSignedSizeType()); in getSignedSizeType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h389 IntType getSignedSizeType() const { in getSignedSizeType() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp97 astContext.getTypeSize(astContext.getSignedSizeType());
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2005 CanQualType getSignedSizeType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4026 Ty = Context.getSignedSizeType(); in ActOnNumericConstant()