Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h215 return getIntTypeByWidth(getTypeWidth(IntPtrType), false); in getUIntPtrType()
231 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/external/clang/lib/Basic/
DTargetInfo.cpp156 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
/external/clang/lib/Frontend/
DInitPreprocessor.cpp224 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false); in DefineExactWidthIntType()
245 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false); in DefineExactWidthIntTypeSize()
/external/clang/lib/AST/
DASTContext.cpp8022 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()