Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DAVR.h155 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
158 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
DWebAssembly.h115 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
118 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
/external/clang/lib/Basic/
DTargetInfo.cpp185 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
DTargets.cpp7831 IntType getIntTypeByWidth(unsigned BitWidth, in getIntTypeByWidth() function in __anond4862fe70111::WebAssemblyTargetInfo
7835 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
/external/clang/include/clang/Basic/
DTargetInfo.h271 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp241 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h375 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/external/llvm-project/clang/lib/AST/
DASTContext.cpp10136 switch (Context.getTargetInfo().getIntTypeByWidth(32, true)) { in DecodeTypeFromStr()
10909 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()
/external/clang/lib/AST/
DASTContext.cpp8737 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()