Home
last modified time | relevance | path

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

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