Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAVR.h156 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
159 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
H A DWebAssembly.h116 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
119 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp258 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h400 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11002 switch (Context.getTargetInfo().getIntTypeByWidth(32, true)) { in DecodeTypeFromStr()
11815 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()