Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp952 assert(getUnsignedLongAccumScale() + getUnsignedLongAccumIBits() <= in CheckFixedPointBits()
983 assert(getUnsignedLongAccumScale() >= getUnsignedAccumScale() && in CheckFixedPointBits()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h613 unsigned getUnsignedLongAccumScale() const { in getUnsignedLongAccumScale() function
619 : LongAccumWidth - getUnsignedLongAccumScale(); in getUnsignedLongAccumIBits()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1220 TI.getUnsignedLongAccumScale(), /*Signed=*/false); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13917 return Target.getUnsignedLongAccumScale(); in getFixedPointScale()