HomeSort by: relevance | last modified time | path
    Searched refs:TypeAlignmentInBits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 68 TypeAlignmentInBits = 4,
69 TypeAlignment = 1 << TypeAlignmentInBits
91 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
102 static constexpr int NumLowBitsAvailable = clang::TypeAlignmentInBits;
686 CommonPtrVal &= ~(uintptr_t)((1 << TypeAlignmentInBits) - 1);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 1409 TypeAlignmentInBits = 4,
1410 TypeAlignment = 1 << TypeAlignmentInBits

Completed in 27 milliseconds