Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDTargetInfo.cpp772 assert(getUnsignedShortFractScale() <= ShortFractWidth); in CheckFixedPointBits()
778 assert(getShortFractScale() == getUnsignedShortFractScale() || in CheckFixedPointBits()
779 getShortFractScale() == getUnsignedShortFractScale() - 1); in CheckFixedPointBits()
795 getUnsignedFractScale() >= getUnsignedShortFractScale()); in CheckFixedPointBits()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h504 unsigned getUnsignedShortFractScale() const { in getUnsignedShortFractScale() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp10811 return Target.getUnsignedShortFractScale(); in getFixedPointScale()