Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h75 TypeAlignmentInBits = 4, enumerator
76 TypeAlignment = 1 << TypeAlignmentInBits
98 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
109 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
954 CommonPtrVal &= ~(uintptr_t)((1 << TypeAlignmentInBits) - 1);