Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAVR.h157 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
160 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
H A DWebAssembly.h115 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() function
118 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned); in getIntTypeByWidth()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp283 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth() function in TargetInfo
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h416 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp11147 switch (Context.getTargetInfo().getIntTypeByWidth(32, true)) { in DecodeTypeFromStr()
11960 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed); in getIntTypeForBitwidth()