Home
last modified time | relevance | path

Searched refs:LLVM_ALIGNAS (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/Support/
DTrailingObjects.h99 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 {
DCompiler.h314 # define LLVM_ALIGNAS(x) __declspec(align(x)) macro
316 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
318 # define LLVM_ALIGNAS(x) alignas(x) macro
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DAlignOfTest.cpp42 struct LLVM_ALIGNAS(1) A1 {};
43 struct LLVM_ALIGNAS(2) A2 {};
44 struct LLVM_ALIGNAS(4) A4 {};
45 struct LLVM_ALIGNAS(8) A8 {};
/external/llvm/unittests/Support/
DAlignOfTest.cpp42 struct LLVM_ALIGNAS(1) A1 {};
43 struct LLVM_ALIGNAS(2) A2 {};
44 struct LLVM_ALIGNAS(4) A4 {};
45 struct LLVM_ALIGNAS(8) A8 {};
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h324 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
326 # define LLVM_ALIGNAS(x) alignas(x) macro
DAlignOf.h37 LLVM_ALIGNAS(Alignment) char buffer[Size];
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCompiler.h323 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
325 # define LLVM_ALIGNAS(x) alignas(x) macro
/external/clang/include/clang/AST/
DTemplateBase.h610 struct LLVM_ALIGNAS(LLVM_PTR_SIZE) ASTTemplateKWAndArgsInfo { in LLVM_ALIGNAS() function
DDeclBase.h78 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) Decl {
DType.h4157 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) TemplateSpecializationType
4552 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) DependentTemplateSpecializationType
DStmt.h59 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() function
/external/clang/lib/CodeGen/
DCGCleanup.h233 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) EHCleanupScope : public EHScope {
/external/llvm/include/llvm/ProfileData/
DInstrProf.h915 template <class IntPtrT> struct LLVM_ALIGNAS(8) ProfileData {
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp68 struct LLVM_ALIGNAS(8) AlignedMap {
/external/clang/include/clang/Basic/
DSourceManager.h85 class LLVM_ALIGNAS(8) ContentCache {
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake303 # any code that uses the LLVM_ALIGNAS macro), so this is must be disabled to
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DHandleLLVMOptions.cmake514 # any code that uses the LLVM_ALIGNAS macro), so this is must be disabled to
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
Ddoxygen.cfg.in1929 PREDEFINED = LLVM_ALIGNAS(x)=