Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp805 assert(getUnsignedShortFractScale() <= ShortFractWidth); in CheckFixedPointBits()
811 assert(getShortFractScale() == getUnsignedShortFractScale() || in CheckFixedPointBits()
812 getShortFractScale() == getUnsignedShortFractScale() - 1); in CheckFixedPointBits()
828 getUnsignedFractScale() >= getUnsignedShortFractScale()); in CheckFixedPointBits()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h559 unsigned getUnsignedShortFractScale() const { in getUnsignedShortFractScale() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp11438 return Target.getUnsignedShortFractScale(); in getFixedPointScale()