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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 97 enum { ScopeStackAlignment = 8 };
277 static_assert(alignof(T) <= ScopeStackAlignment,
287 static_assert(alignof(T) <= ScopeStackAlignment,
309 static_assert(alignof(T) <= ScopeStackAlignment,
CGCleanup.h 425 // they don't require greater alignment than ScopeStackAlignment. So,
429 static_assert(alignof(EHCleanupScope) == EHScopeStack::ScopeStackAlignment,
528 Ptr += llvm::alignTo(Size, ScopeStackAlignment);
CGCleanup.cpp 107 Size = llvm::alignTo(Size, ScopeStackAlignment);
138 StartOfData += llvm::alignTo(Size, ScopeStackAlignment);
746 alignas(EHScopeStack::ScopeStackAlignment) char

Completed in 20 milliseconds