Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h69 TypeAlignmentInBits = 4, enumerator
70 TypeAlignment = 1 << TypeAlignmentInBits
92 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
103 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
755 CommonPtrVal &= ~(uintptr_t)((1 << TypeAlignmentInBits) - 1);