Home
last modified time | relevance | path

Searched refs:ShortFractAlign (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h108 unsigned char ShortFractWidth, ShortFractAlign; member
559 unsigned getShortFractAlign() const { return ShortFractAlign; } in getShortFractAlign()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp82 ShortFractWidth = ShortFractAlign = 8; in TargetInfo()