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

1 2 3 4 5 6 7 8 910

  /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/Sema/
attr-aligned.c 7 short g0_chk[__alignof__(g0) == 16 ? 1 : -1];
18 char a0[__alignof__(ueber_aligned_char) == 8? 1 : -1] = { 0 };
19 char a1[__alignof__(struct struct_with_ueber_char) == 8? 1 : -1] = { 0 };
20 char a2[__alignof__(a) == 1? : -1] = { 0 };
25 char b1[__alignof__(b) == 2 ?: -1] = {0};
28 char c1[__alignof__(c) == 4 ?: -1] = {0};
29 char c2[__alignof__(c.member) == 4 ?: -1] = {0};
32 char d1[__alignof__(d) == 2 ?: -1] = {0};
33 char d2[__alignof__(d.member) == 2 ?: -1] = {0};
37 char e1[__alignof__(e) == 2 ?: -1] = {0}
    [all...]
align-arm-apcs.c 5 char chk0[__alignof__(struct s0) == 4 ? 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-x86-64.c 10 char y[__alignof__(x) == 16 ? 1 : -1];
  /external/clang/test/CodeGen/
2009-02-13-zerosize-union-field-ppc.c 11 printf("%ld\n", __alignof__(a));
13 printf("%ld\n", __alignof__(b));
2009-02-13-zerosize-union-field.c 11 printf("%ld\n", __alignof__(a));
15 printf("%ld\n", __alignof__(b));
alignof.c 11 return __alignof__(t1_tmp);
exprs.c 7 int y=__alignof__(zxcv);
28 int t2 = __alignof__(void);
31 t2 = __alignof__(void);
34 t2 = __alignof__(test4());
  /bionic/libc/kernel/common/linux/
socket.h 22 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
  /external/iproute2/include/linux/
socket.h 8 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
  /external/iptables/include/libiptc/
libxtc.h 16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry))
  /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)
eh-inline-2.cpp 45 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)
eh-alloca-1.cpp 44 if (check_int (&i, __alignof__(i)) != i)
eh-inline-2.cpp 45 if (check_int (&i, __alignof__(i)) != i)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 33 ((aligned (__alignof__(struct ebt_ulog_info))));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 33 ((aligned (__alignof__(struct ebt_ulog_info))));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 33 ((aligned (__alignof__(struct ebt_ulog_info))));
  /external/elfutils/libelf/
elf_getdata.c 106 [ELF_T_ADDR] = __alignof__ (ElfW2(Bits,Addr)), \
107 [ELF_T_HALF] = __alignof__ (ElfW2(Bits,Half)), \
108 [ELF_T_WORD] = __alignof__ (ElfW2(Bits,Word)), \
109 [ELF_T_SYM] = __alignof__ (ElfW2(Bits,Sym)), \
110 [ELF_T_SYMINFO] = __alignof__ (ElfW2(Bits,Syminfo)), \
111 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \
112 [ELF_T_RELA] = __alignof__ (ElfW2(Bits,Rela)), \
113 [ELF_T_DYN] = __alignof__ (ElfW2(Bits,Dyn)), \
114 [ELF_T_VDEF] = __alignof__ (ElfW2(Bits,Verdef)), \
115 [ELF_T_VDAUX] = __alignof__ (ElfW2(Bits,Verdaux)),
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
x_tables.h 87 #define XT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) & ~(__alignof__(struct _xt_align)-1))

Completed in 641 milliseconds

1 2 3 4 5 6 7 8 910