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.h165 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
168 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
H A DWebAssembly.h150 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
153 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp309 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h464 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12355 switch (Context.getTargetInfo().getIntTypeByWidth(32, true)) { in DecodeTypeFromStr()
13216 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()