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.h2437 unsigned char getFixedPointScale(QualType Ty) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14729 unsigned char ASTContext::getFixedPointScale(QualType Ty) const { in getFixedPointScale() function in ASTContext
14827 static_cast<unsigned>(getTypeSize(Ty)), getFixedPointScale(Ty), isSigned, in getFixedPointSemantics()
H A DASTImporter.cpp7913 Importer.getToContext().getFixedPointScale(*ToTypeOrErr)); in VisitFixedPointLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3848 unsigned scale = Context.getFixedPointScale(Ty); in ActOnNumericConstant()