Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h253 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/external/clang/lib/Basic/
DTargetInfo.cpp178 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
/external/clang/lib/AST/
DASTContext.cpp8143 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()