Home
last modified time | relevance | path

Searched refs:getRealTypeByWidth (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp215 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth) const { in getRealTypeByWidth() function in TargetInfo
/external/clang/include/clang/Basic/
DTargetInfo.h278 RealType getRealTypeByWidth(unsigned BitWidth) const;
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp271 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth, in getRealTypeByWidth() function in TargetInfo
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h387 RealType getRealTypeByWidth(unsigned BitWidth, bool ExplicitIEEE) const;
/external/clang/lib/AST/
DASTContext.cpp8748 TargetInfo::RealType Ty = getTargetInfo().getRealTypeByWidth(DestWidth); in getRealTypeForBitwidth()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp10922 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitIEEE); in getRealTypeForBitwidth()