Searched refs:AlignedCharArray (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | AlignOf.h | 36 struct AlignedCharArray { struct 44 struct AlignedCharArray; 55 struct AlignedCharArray<1, Size> { 63 struct AlignedCharArray<2, Size> { 71 struct AlignedCharArray<4, Size> { 79 struct AlignedCharArray<8, Size> { 92 struct AlignedCharArray<x, Size> { \ 138 struct AlignedCharArrayUnion : llvm::AlignedCharArray<
|
| H A D | TrailingObjects.h | 373 typedef llvm::AlignedCharArray<alignof(BaseTy), Size> type;
|
| H A D | Endian.h | 246 AlignedCharArray<PickAlignment<value_type, alignment>::value,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TypeLocBuilder.h | 43 llvm::AlignedCharArray<BufferMaxAlignment, InlineCapacity> InlineBuffer;
|
| H A D | SemaOverload.cpp | 7035 llvm::AlignedCharArray<alignof(CallExpr), sizeof(CallExpr) + sizeof(Stmt *)> in AddConversionCandidate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextDarwin_arm64.h | 77 llvm::AlignedCharArray<16, 16> bytes;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Overload.h | 875 llvm::AlignedCharArray<alignof(void *), NumInlineBytes> InlineSpace;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 750 llvm::AlignedCharArray<EHScopeStack::ScopeStackAlignment, 8 * sizeof(void *)> CleanupBufferStack; in PopCleanupBlock()
|