Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DType.h72 TypeAlignmentInBits = 4, enumerator
73 TypeAlignment = 1 << TypeAlignmentInBits
95 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
106 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
959 CommonPtrVal &= ~(uintptr_t)((1 << TypeAlignmentInBits) - 1);