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

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Sema/
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-systemz.c 6 // retrieved via __alignof__.
15 int chk1[__alignof__(c) == 1 ? 1 : -1];
16 int chk2[__alignof__(s) == 1 ? 1 : -1];
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-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/lib/Headers/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /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);
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /prebuilts/sdk/renderscript/clang-include/
__stddef_max_align_t.h 37 __attribute__((__aligned__(__alignof__(long long))));
39 __attribute__((__aligned__(__alignof__(long double))));
  /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 *))
  /bionic/libc/kernel/uapi/linux/
socket.h 22 #define _K_SS_ALIGNSIZE (__alignof__(struct sockaddr *))
  /development/ndk/platforms/android-21/include/linux/
socket.h 22 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
  /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.15-4.8/sysroot/usr/include/linux/
socket.h 8 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))

Completed in 2168 milliseconds

1 2 3 4 5 6 7 8 91011