Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeAlignmentInBits

41     TypeAlignmentInBits = 4,
42 TypeAlignment = 1 << TypeAlignmentInBits
58 enum { NumLowBitsAvailable = clang::TypeAlignmentInBits };
66 enum { NumLowBitsAvailable = clang::TypeAlignmentInBits };
631 CommonPtrVal &= ~(uintptr_t)((1 << TypeAlignmentInBits) - 1);