Home
last modified time | relevance | path

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

/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 __anon45f003660111::WebAssemblyTargetInfo
7835 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
/external/clang/include/clang/Basic/
DTargetInfo.h271 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/external/clang/lib/AST/
DASTContext.cpp8737 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()