Home
last modified time | relevance | path

Searched refs:__alignof__ (Results 1 – 25 of 5044) sorted by relevance

12345678910>>...202

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/consistency.vlad/layout/
H A Dminimal-struct-size-align.c119 min_align = __alignof__ (s0); in main()
123 min_align = __alignof__ (u0); in main()
127 min_align = __alignof__ (s1); in main()
131 min_align = __alignof__ (u1); in main()
135 min_align = __alignof__ (s2); in main()
139 min_align = __alignof__ (u2); in main()
143 min_align = __alignof__ (s3); in main()
147 min_align = __alignof__ (u3); in main()
151 min_align = __alignof__ (s4); in main()
155 min_align = __alignof__ (u4); in main()
[all …]
H A Dbiggest-field-align.c55 if (max_align < __alignof__ (s0.m)) in main()
56 max_align = __alignof__ (s0.m); in main()
58 max_align = __alignof__ (s1.m); in main()
60 max_align = __alignof__ (s2.m); in main()
62 max_align = __alignof__ (s3.m); in main()
64 max_align = __alignof__ (s4.m); in main()
66 max_align = __alignof__ (s5.m); in main()
68 max_align = __alignof__ (s6.m); in main()
70 max_align = __alignof__ (s7.m); in main()
72 max_align = __alignof__ (s8.m); in main()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/consistency.vlad/layout/
H A Dminimal-struct-size-align.c119 min_align = __alignof__ (s0); in main()
123 min_align = __alignof__ (u0); in main()
127 min_align = __alignof__ (s1); in main()
131 min_align = __alignof__ (u1); in main()
135 min_align = __alignof__ (s2); in main()
139 min_align = __alignof__ (u2); in main()
143 min_align = __alignof__ (s3); in main()
147 min_align = __alignof__ (u3); in main()
151 min_align = __alignof__ (s4); in main()
155 min_align = __alignof__ (u4); in main()
[all …]
H A Dbiggest-field-align.c55 if (max_align < __alignof__ (s0.m)) in main()
56 max_align = __alignof__ (s0.m); in main()
58 max_align = __alignof__ (s1.m); in main()
60 max_align = __alignof__ (s2.m); in main()
62 max_align = __alignof__ (s3.m); in main()
64 max_align = __alignof__ (s4.m); in main()
66 max_align = __alignof__ (s5.m); in main()
68 max_align = __alignof__ (s6.m); in main()
70 max_align = __alignof__ (s7.m); in main()
72 max_align = __alignof__ (s8.m); in main()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/src/
H A Dglobals_locale.cc51 __attribute__ ((aligned(__alignof__(locale::_Impl))));
55 __attribute__ ((aligned(__alignof__(locale))));
59 __attribute__ ((aligned(__alignof__(char*))));
63 __attribute__ ((aligned(__alignof__(char[2]))));
67 __attribute__ ((aligned(__alignof__(locale::facet*))));
71 __attribute__ ((aligned(__alignof__(locale::facet*))));
83 __attribute__ ((aligned(__alignof__(numpunct<char>))));
87 __attribute__ ((aligned(__alignof__(num_get<char>))));
91 __attribute__ ((aligned(__alignof__(num_put<char>))));
116 __attribute__ ((aligned(__alignof__(time_get<char>))));
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/src/
H A Dglobals_locale.cc51 __attribute__ ((aligned(__alignof__(locale::_Impl))));
55 __attribute__ ((aligned(__alignof__(locale))));
59 __attribute__ ((aligned(__alignof__(char*))));
63 __attribute__ ((aligned(__alignof__(char[2]))));
67 __attribute__ ((aligned(__alignof__(locale::facet*))));
71 __attribute__ ((aligned(__alignof__(locale::facet*))));
83 __attribute__ ((aligned(__alignof__(numpunct<char>))));
87 __attribute__ ((aligned(__alignof__(num_get<char>))));
91 __attribute__ ((aligned(__alignof__(num_put<char>))));
116 __attribute__ ((aligned(__alignof__(time_get<char>))));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)];
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dalignof.cpp21 int test4 = __alignof__(x); // ok
25 const int test6 = __alignof__(S2::x);
36 static const int test8 = __alignof__(s2.x);
38 auto test10() -> char(&)[__alignof__(s2.x)];
41 auto test13() -> char(&)[__alignof__(s2.x)];
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
51 auto test2() -> char(&)[__alignof__(x)];
60 const int test8 = __alignof__(S5::x);
83 char k[__alignof__(T1)]; in n()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dattr-aligned.c12 short g0_chk[__alignof__(g0) == 16 ? 1 : -1];
25 char a2[__alignof__(a) == 1? : -1] = { 0 };
36 char b1[__alignof__(b) == 2 ?: -1] = {0};
39 char c1[__alignof__(c) == 4 ?: -1] = {0};
40 char c2[__alignof__(c.member) == 4 ?: -1] = {0};
43 char d1[__alignof__(d) == 2 ?: -1] = {0};
44 char d2[__alignof__(d.member) == 2 ?: -1] = {0};
48 char e1[__alignof__(e) == 2 ?: -1] = {0};
49 char e2[__alignof__(e.member) == 2 ?: -1] = {0};
58 char f2[__alignof__(F2) == 16 ? 1 : -1] = { 0 };
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dattr-aligned.c11 short g0_chk[__alignof__(g0) == 16 ? 1 : -1];
24 char a2[__alignof__(a) == 1? : -1] = { 0 };
35 char b1[__alignof__(b) == 2 ?: -1] = {0};
38 char c1[__alignof__(c) == 4 ?: -1] = {0};
39 char c2[__alignof__(c.member) == 4 ?: -1] = {0};
42 char d1[__alignof__(d) == 2 ?: -1] = {0};
43 char d2[__alignof__(d.member) == 2 ?: -1] = {0};
47 char e1[__alignof__(e) == 2 ?: -1] = {0};
48 char e2[__alignof__(e.member) == 2 ?: -1] = {0};
57 char f2[__alignof__(F2) == 16 ? 1 : -1] = { 0 };
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dattr-aligned.c12 short g0_chk[__alignof__(g0) == 16 ? 1 : -1];
25 char a2[__alignof__(a) == 1? : -1] = { 0 };
36 char b1[__alignof__(b) == 2 ?: -1] = {0};
39 char c1[__alignof__(c) == 4 ?: -1] = {0};
40 char c2[__alignof__(c.member) == 4 ?: -1] = {0};
43 char d1[__alignof__(d) == 2 ?: -1] = {0};
44 char d2[__alignof__(d.member) == 2 ?: -1] = {0};
48 char e1[__alignof__(e) == 2 ?: -1] = {0};
49 char e2[__alignof__(e.member) == 2 ?: -1] = {0};
58 char f2[__alignof__(F2) == 16 ? 1 : -1] = { 0 };
[all …]

12345678910>>...202