Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1977 unsigned char getFixedPointScale(QualType Ty) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10398 unsigned char ASTContext::getFixedPointScale(QualType Ty) const { in getFixedPointScale() function in ASTContext
10491 static_cast<unsigned>(getTypeSize(Ty)), getFixedPointScale(Ty), isSigned, in getFixedPointSemantics()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3409 unsigned scale = Context.getFixedPointScale(Ty); in ActOnNumericConstant()