Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp943 assert(getUnsignedShortFractScale() <= ShortFractWidth); in CheckFixedPointBits()
949 assert(getShortFractScale() == getUnsignedShortFractScale() || in CheckFixedPointBits()
950 getShortFractScale() == getUnsignedShortFractScale() - 1); in CheckFixedPointBits()
966 getUnsignedFractScale() >= getUnsignedShortFractScale()); in CheckFixedPointBits()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h611 unsigned getUnsignedShortFractScale() const { in getUnsignedShortFractScale() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13353 return Target.getUnsignedShortFractScale(); in getFixedPointScale()