Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h68 TypeAlignmentInBits = 4, enumerator
69 TypeAlignment = 1 << TypeAlignmentInBits
91 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
102 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
754 CommonPtrVal &= ~(uintptr_t)((1 << TypeAlignmentInBits) - 1);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp1471 TypeAlignmentInBits = 4, in VisitInjectedClassNameType() enumerator
1472 TypeAlignment = 1 << TypeAlignmentInBits in VisitInjectedClassNameType()