HomeSort by relevance Sort by last modified time
    Searched refs:aligned (Results 1 - 25 of 1257) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2009-06-14-HighlyAligned.c 4 static int highly_aligned __attribute__((aligned(4096)));
func-aligned.c 4 void foo() __attribute__((aligned (64)));
pragma-pack-2.c 13 long long a __attribute__((aligned(8)));
14 long long b __attribute__((aligned(8)));
15 unsigned int c __attribute__((aligned(8)));
PR5060-align.c 5 static char p __attribute__((aligned(32)));
11 char p[n] __attribute__((aligned(32)));
align-global-large.c 7 volatile char x[4000] __attribute__((aligned(0x100000)));
14 volatile char y[4000] __attribute__((aligned(0x100000)));
align-local.c 3 typedef struct __attribute((aligned(16))) {int x[4];} ff;
7 struct {int x[4];} b __attribute((aligned(16)));
2007-09-26-Alignment.c 5 int x __attribute__ ((aligned (16)));
2008-10-30-ZeroPlacement.c 7 union __attribute__ ((aligned (4))) { } c[0];
vector-alignment.c 4 // At or below target max alignment with no aligned attribute should align based
11 // Alignment above target max alignment with no aligned attribute should align
19 double __attribute__((vector_size(16), aligned(16))) v5;
21 double __attribute__((vector_size(16), aligned(64))) v6;
23 double __attribute__((vector_size(32), aligned(16))) v7;
25 double __attribute__((vector_size(32), aligned(64))) v8;
34 // Check non-power of 2 widths with aligned attribute.
35 double __attribute__((vector_size(24), aligned(64))) v11;
37 double __attribute__((vector_size(80), aligned(16))) v12;
  /external/clang/test/CodeGenCXX/
attr.cpp 6 int foo() __attribute__((aligned(1024)));
10 virtual void bar1() __attribute__((aligned(1)));
11 virtual void bar2() __attribute__((aligned(2)));
12 virtual void bar3() __attribute__((aligned(1024)));
13 void bar4() __attribute__((aligned(1024)));
  /external/clang/test/Sema/
pragma-pack-4.c 9 long long a __attribute__((aligned(8)));
10 long long b __attribute__((aligned(8)));
11 unsigned int c __attribute__((aligned(8)));
attr-declspec-ignored.c 3 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct A; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \
4 // expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}}
5 __attribute__((visibility("hidden"))) __attribute__((aligned)) union B; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \
6 // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}}
7 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum C {C}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \
8 // expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}
10 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct D {} d;
11 __attribute__((visibility("hidden"))) __attribute__((aligned)) union E {} e;
12 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum F {F} f;
  /external/clang/test/SemaCXX/
attr-declspec-ignored.cpp 4 __attribute__((visibility("hidden"))) __attribute__((aligned)) class A; // expected-warning{{attribute 'visibility' is ignored, place it after "class" to apply attribute to type declaration}} \
5 // expected-warning{{attribute 'aligned' is ignored, place it after "class" to apply attribute to type declaration}}
6 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct B; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \
7 // expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}}
8 __attribute__((visibility("hidden"))) __attribute__((aligned)) union C; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \
9 // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}}
10 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum D {D}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \
11 // expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}
15 __attribute__((visibility("hidden"))) __attribute__((aligned)) class A {} a;
16 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct B {} b
    [all...]
alignment-of-derived-class.cpp 8 } __attribute__ ((aligned(16)));
10 static_assert(__alignof(A) == 16, "A should be aligned to 16 bytes");
15 static_assert(__alignof(B1) == 16, "B1 should be aligned to 16 bytes");
18 } __attribute__ ((aligned(2)));
20 static_assert(__alignof(B2) == 16, "B2 should be aligned to 16 bytes");
23 } __attribute__ ((aligned(4)));
25 static_assert(__alignof(B3) == 16, "B3 should be aligned to 16 bytes");
28 } __attribute__ ((aligned(8)));
30 static_assert(__alignof(B4) == 16, "B4 should be aligned to 16 bytes");
33 } __attribute__ ((aligned(16)))
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
siginfo.h 24 typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
26 #define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
statfs.h 21 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
  /development/ndk/platforms/android-L/arch-x86/include/asm/
siginfo.h 24 typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
26 #define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
siginfo.h 24 typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
26 #define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
  /external/kernel-headers/original/uapi/asm-x86/asm/
siginfo.h 6 typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
8 # define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
siginfo.h 24 typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
26 #define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
  /bionic/libc/kernel/uapi/asm-arm/asm/
statfs.h 21 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
  /bionic/libc/kernel/uapi/asm-arm64/asm/
statfs.h 21 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_TEE.h 25 struct xt_tee_priv *priv __attribute__((aligned(8)));
  /development/ndk/platforms/android-L/arch-arm/include/asm/
statfs.h 21 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
  /development/ndk/platforms/android-L/arch-arm64/include/asm/
statfs.h 21 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 91011>>