Searched refs:getIntTypeByWidth (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/lib/Basic/Targets/ |
D | AVR.h | 155 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function 158 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
|
D | WebAssembly.h | 115 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function 118 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 185 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
|
D | Targets.cpp | 7831 IntType getIntTypeByWidth(unsigned BitWidth, in getIntTypeByWidth() function in __anond4862fe70111::WebAssemblyTargetInfo 7835 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 271 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
|
/external/llvm-project/clang/lib/Basic/ |
D | TargetInfo.cpp | 241 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TargetInfo.h | 375 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 10136 switch (Context.getTargetInfo().getIntTypeByWidth(32, true)) { in DecodeTypeFromStr() 10909 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 8737 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()
|