Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2254 unsigned char getFixedPointScale(QualType Ty) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13893 unsigned char ASTContext::getFixedPointScale(QualType Ty) const { in getFixedPointScale() function in ASTContext
13991 static_cast<unsigned>(getTypeSize(Ty)), getFixedPointScale(Ty), isSigned, in getFixedPointSemantics()
H A DASTImporter.cpp7565 Importer.getToContext().getFixedPointScale(*ToTypeOrErr)); in VisitFixedPointLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3800 unsigned scale = Context.getFixedPointScale(Ty); in ActOnNumericConstant()