Home
last modified time | relevance | path

Searched refs:getIntTypeByWidth (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h159 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
162 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
H A DWebAssembly.h145 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
148 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp286 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h447 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11733 switch (Context.getTargetInfo().getIntTypeByWidth(32, true)) { in DecodeTypeFromStr()
12584 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()