Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h600 QualType getRealTypeForBitwidth(unsigned DestWidth) const;
/external/llvm-project/clang/include/clang/AST/
DASTContext.h671 QualType getRealTypeForBitwidth(unsigned DestWidth, bool ExplicitIEEE) const;
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3536 NewElemTy = Context.getRealTypeForBitwidth(DestWidth); in AddModeAttr()
/external/clang/lib/AST/
DASTContext.cpp8747 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth) const { in getRealTypeForBitwidth() function in ASTContext
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp4189 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitIEEE); in AddModeAttr()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp10919 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth, in getRealTypeForBitwidth() function in ASTContext