Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp941 assert(getUnsignedShortFractScale() <= ShortFractWidth); in CheckFixedPointBits()
947 assert(getShortFractScale() == getUnsignedShortFractScale() || in CheckFixedPointBits()
948 getShortFractScale() == getUnsignedShortFractScale() - 1); in CheckFixedPointBits()
964 getUnsignedFractScale() >= getUnsignedShortFractScale()); in CheckFixedPointBits()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h589 unsigned getUnsignedShortFractScale() const { in getUnsignedShortFractScale() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp13201 return Target.getUnsignedShortFractScale(); in getFixedPointScale()