Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp797 assert(getUnsignedShortFractScale() <= ShortFractWidth); in CheckFixedPointBits()
803 assert(getShortFractScale() == getUnsignedShortFractScale() || in CheckFixedPointBits()
804 getShortFractScale() == getUnsignedShortFractScale() - 1); in CheckFixedPointBits()
820 getUnsignedFractScale() >= getUnsignedShortFractScale()); in CheckFixedPointBits()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h542 unsigned getUnsignedShortFractScale() const { in getUnsignedShortFractScale() function
/external/llvm-project/clang/lib/AST/
DASTContext.cpp11245 return Target.getUnsignedShortFractScale(); in getFixedPointScale()