Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp756 assert(getUnsignedShortFractScale() <= ShortFractWidth); in CheckFixedPointBits()
762 assert(getShortFractScale() == getUnsignedShortFractScale() || in CheckFixedPointBits()
763 getShortFractScale() == getUnsignedShortFractScale() - 1); in CheckFixedPointBits()
779 getUnsignedFractScale() >= getUnsignedShortFractScale()); in CheckFixedPointBits()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h492 unsigned getUnsignedShortFractScale() const { in getUnsignedShortFractScale() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10435 return Target.getUnsignedShortFractScale(); in getFixedPointScale()