/external/clang/test/Sema/ |
attr-aligned.c | 8 short g0_chk[__alignof__(g0) == 16 ? 1 : -1]; 19 char a0[__alignof__(ueber_aligned_char) == 8? 1 : -1] = { 0 }; 20 char a1[__alignof__(struct struct_with_ueber_char) == 8? 1 : -1] = { 0 }; 21 char a2[__alignof__(a) == 1? : -1] = { 0 }; 25 char a4[__alignof__(underaligned_longlong) == 1 ?: -1] = {0}; 28 char a5[__alignof__(underaligned_complex_longlong) == 1 ?: -1] = {0}; 32 char b1[__alignof__(b) == 2 ?: -1] = {0}; 35 char c1[__alignof__(c) == 4 ?: -1] = {0}; 36 char c2[__alignof__(c.member) == 4 ?: -1] = {0}; 39 char d1[__alignof__(d) == 2 ?: -1] = {0} [all...] |
align-systemz.c | 6 // retrieved via __alignof__. 15 int chk1[__alignof__(c) == 1 ? 1 : -1]; 16 int chk2[__alignof__(s) == 1 ? 1 : -1];
|
align-x86.c | 6 short chk1[__alignof__(g1) == 8 ? 1 : -1]; 7 short chk2[__alignof__(double) == 8 ? 1 : -1]; 10 short chk1[__alignof__(g2) == 8 ? 1 : -1]; 11 short chk2[__alignof__(long long) == 8 ? 1 : -1]; 14 short chk1[__alignof__(g5) == 8 ? 1 : -1]; 15 short chk2[__alignof__(unsigned long long) == 8 ? 1 : -1]; 18 short chk1[__alignof__(g3) == 8 ? 1 : -1]; 19 short chk2[__alignof__(_Complex double) == 8 ? 1 : -1]; 23 short chk1[__alignof__(g4) == 1 ? 1 : -1]; 24 short chk2[__alignof__(g4.a) == 1 ? 1 : -1] [all...] |
align-arm-apcs.c | 5 char chk0[__alignof__(struct s0) == 4 ? 1 : -1];
|
/external/clang/test/SemaCXX/ |
alignof.cpp | 7 static const int test0 = __alignof__(x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}} 8 static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}} 9 auto test2() -> char(&)[__alignof__(x)]; // expected-error {{invalid application of 'alignof' to a field of a class still being defined}} 14 const int test3 = __alignof__(s1); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}} 21 int test4 = __alignof__(x); // ok 22 int test5 = __alignof__(s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}} 25 const int test6 = __alignof__(S2::x); 26 const int test7 = __alignof__(S2::s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}} 36 static const int test8 = __alignof__(s2.x); 37 static const int test9 = __alignof__(s2.s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'} [all...] |
/external/clang/test/CodeGen/ |
2009-02-13-zerosize-union-field-ppc.c | 11 printf("%ld\n", __alignof__(a)); 13 printf("%ld\n", __alignof__(b));
|
alignof.c | 11 return __alignof__(t1_tmp);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh-global-1.cpp | 27 if (check_int (&i, __alignof__(i)) != i)
|
eh-inline-1.cpp | 28 if (check_int (&i, __alignof__(i)) != i)
|
eh-alloca-1.cpp | 44 if (check_int (&i, __alignof__(i)) != i)
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh-global-1.cpp | 27 if (check_int (&i, __alignof__(i)) != i)
|
eh-inline-1.cpp | 28 if (check_int (&i, __alignof__(i)) != i)
|
/external/kernel-headers/original/uapi/linux/ |
socket.h | 8 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
socket.h | 8 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
socket.h | 8 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
|
/external/elfutils/libelf/ |
elf_getdata.c | 85 [ELF_T_ADDR] = __alignof__ (ElfW2(Bits,Addr)), \ 86 [ELF_T_EHDR] = __alignof__ (ElfW2(Bits,Ehdr)), \ 87 [ELF_T_HALF] = __alignof__ (ElfW2(Bits,Half)), \ 88 [ELF_T_OFF] = __alignof__ (ElfW2(Bits,Off)), \ 89 [ELF_T_PHDR] = __alignof__ (ElfW2(Bits,Phdr)), \ 90 [ELF_T_SHDR] = __alignof__ (ElfW2(Bits,Shdr)), \ 91 [ELF_T_SWORD] = __alignof__ (ElfW2(Bits,Sword)), \ 92 [ELF_T_WORD] = __alignof__ (ElfW2(Bits,Word)), \ 93 [ELF_T_XWORD] = __alignof__ (ElfW2(Bits,Xword)), \ 94 [ELF_T_SXWORD] = __alignof__ (ElfW2(Bits,Sxword)), [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libcrypt-2.11.1.so | |
libcrypt.so | |
libcrypt.so.1 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libcrypt-2.15.so | |
libcrypt.so | |
libcrypt.so.1 | |
/external/iproute2/include/libiptc/ |
libxtc.h | 16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry))
|
/external/iptables/include/libiptc/ |
libxtc.h | 16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry))
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebt_ulog.h | 35 ((aligned (__alignof__(struct ebt_ulog_info))));
|