HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_ALIGNAS (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/Support/
TrailingObjects.h 95 /// alignas() support. The argument to LLVM_ALIGNAS(), in MSVC, is
97 /// specialization to select between a bunch of different LLVM_ALIGNAS
102 class LLVM_ALIGNAS(1) TrailingObjectsAligner<1> : public TrailingObjectsBase {};
104 class LLVM_ALIGNAS(2) TrailingObjectsAligner<2> : public TrailingObjectsBase {};
106 class LLVM_ALIGNAS(4) TrailingObjectsAligner<4> : public TrailingObjectsBase {};
108 class LLVM_ALIGNAS(8) TrailingObjectsAligner<8> : public TrailingObjectsBase {};
110 class LLVM_ALIGNAS(16) TrailingObjectsAligner<16> : public TrailingObjectsBase {
113 class LLVM_ALIGNAS(32) TrailingObjectsAligner<32> : public TrailingObjectsBase {
Compiler.h 281 /// \macro LLVM_ALIGNAS
289 # define LLVM_ALIGNAS(x) __declspec(align(x))
291 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
293 # define LLVM_ALIGNAS(x) alignas(x)
326 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /external/llvm/unittests/Support/
AlignOfTest.cpp 42 struct LLVM_ALIGNAS(1) A1 {};
43 struct LLVM_ALIGNAS(2) A2 {};
44 struct LLVM_ALIGNAS(4) A4 {};
45 struct LLVM_ALIGNAS(8) A8 {};
  /external/clang/lib/CodeGen/
CGCleanup.h 237 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) EHCleanupScope : public EHScope {
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 548 template <class IntPtrT> struct LLVM_ALIGNAS(8) ProfileData {
  /external/clang/include/clang/AST/
DeclTemplate.h 48 class LLVM_ALIGNAS(/*alignof(void*)*/ LLVM_PTR_SIZE) TemplateParameterList final
174 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) TemplateArgumentList final
558 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8)
    [all...]
ExprCXX.h     [all...]
Expr.h     [all...]
Stmt.h 59 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt {
    [all...]
Type.h     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 86 class LLVM_ALIGNAS(8) ContentCache {
    [all...]
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 68 struct LLVM_ALIGNAS(8) AlignedMap {
    [all...]

Completed in 264 milliseconds