Searched refs:LLVM_ALIGNAS (Results 1 – 18 of 18) sorted by relevance
99 class LLVM_ALIGNAS(1) TrailingObjectsAligner<1> : public TrailingObjectsBase {};101 class LLVM_ALIGNAS(2) TrailingObjectsAligner<2> : public TrailingObjectsBase {};103 class LLVM_ALIGNAS(4) TrailingObjectsAligner<4> : public TrailingObjectsBase {};105 class LLVM_ALIGNAS(8) TrailingObjectsAligner<8> : public TrailingObjectsBase {};107 class LLVM_ALIGNAS(16) TrailingObjectsAligner<16> : public TrailingObjectsBase {110 class LLVM_ALIGNAS(32) TrailingObjectsAligner<32> : public TrailingObjectsBase {
314 # define LLVM_ALIGNAS(x) __declspec(align(x)) macro316 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro318 # define LLVM_ALIGNAS(x) alignas(x) macro
42 struct LLVM_ALIGNAS(1) A1 {};43 struct LLVM_ALIGNAS(2) A2 {};44 struct LLVM_ALIGNAS(4) A4 {};45 struct LLVM_ALIGNAS(8) A8 {};
324 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro326 # define LLVM_ALIGNAS(x) alignas(x) macro
37 LLVM_ALIGNAS(Alignment) char buffer[Size];
323 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro325 # define LLVM_ALIGNAS(x) alignas(x) macro
610 struct LLVM_ALIGNAS(LLVM_PTR_SIZE) ASTTemplateKWAndArgsInfo { in LLVM_ALIGNAS() function
78 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) Decl {
4157 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) TemplateSpecializationType4552 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) DependentTemplateSpecializationType
59 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() function
233 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) EHCleanupScope : public EHScope {
915 template <class IntPtrT> struct LLVM_ALIGNAS(8) ProfileData {
68 struct LLVM_ALIGNAS(8) AlignedMap {
85 class LLVM_ALIGNAS(8) ContentCache {
303 # any code that uses the LLVM_ALIGNAS macro), so this is must be disabled to
514 # any code that uses the LLVM_ALIGNAS macro), so this is must be disabled to
1929 PREDEFINED = LLVM_ALIGNAS(x)=