Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DTargetInfo.cpp821 assert(getUnsignedLongAccumScale() + getUnsignedLongAccumIBits() <= in CheckFixedPointBits()
852 assert(getUnsignedLongAccumScale() >= getUnsignedAccumScale() && in CheckFixedPointBits()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h536 unsigned getUnsignedLongAccumScale() const { in getUnsignedLongAccumScale() function
542 : LongAccumWidth - getUnsignedLongAccumScale(); in getUnsignedLongAccumIBits()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp11500 return Target.getUnsignedLongAccumScale(); in getFixedPointScale()