Home
last modified time | relevance | path

Searched refs:ShortFractWidth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp50 ShortFractWidth = ShortFractAlign = 8; in TargetInfo()
802 assert(getShortFractScale() + 1 <= ShortFractWidth); in CheckFixedPointBits()
805 assert(getUnsignedShortFractScale() <= ShortFractWidth); in CheckFixedPointBits()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h76 unsigned char ShortFractWidth, ShortFractAlign; member
481 unsigned getShortFractWidth() const { return ShortFractWidth; } in getShortFractWidth()
547 unsigned getShortFractScale() const { return ShortFractWidth - 1; } in getShortFractScale()