Searched defs:S6 (Results 1 - 25 of 87) sorted by relevance

1234

/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp5.cpp39 struct S6 { struct
48 S6 s6 alignas(4); // expected-error {{requested alignment is less than minimum alignment of 8 for type 'S6'}}
/external/clang/test/SemaCXX/
H A Dwarn-dangling-field.cpp44 struct S6 { struct
46 S6() : s5 { 0 } {} // expected-warning {{binding reference subobject of member 's5' to a temporary}} function in struct:S6
/external/fdlibm/
H A Dk_sin.c26 * sin(x) ~ x + S1*x + ... + S6*x
30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
37 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
55 S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */ variable
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp61 struct S6 { struct
/external/clang/test/CodeGenCXX/
H A Dwarn-padded-packed.cpp32 struct S6 { // expected-warning {{padding size of 'S6' with 30 bits to alignment boundary}} struct
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
/external/clang/test/OpenMP/
H A Ddistribute_firstprivate_messages.cpp49 class S6 { class
52 S6() : a(0) { } function in class:S6
63 S6 p;
H A Ddistribute_parallel_for_private_messages.cpp57 class S6 { class
61 S6() : a(0) {} function in class:S6
62 S6(T v) : a(v) { function in class:S6
69 S6 &operator=(S6 &s) {
214 S6<float> s6(0.0) , s6_0(1.0);
215 S7<S6<float> > s7(0.0) , s7_0(1.0);
311 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
312 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Ddistribute_parallel_for_simd_private_messages.cpp57 class S6 { class
61 S6() : a(0) {} function in class:S6
62 S6(T v) : a(v) { function in class:S6
69 S6 &operator=(S6 &s) {
214 S6<float> s6(0.0) , s6_0(1.0);
215 S7<S6<float> > s7(0.0) , s7_0(1.0);
311 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
312 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Ddistribute_simd_private_messages.cpp57 class S6 { class
61 S6() : a(0) {} function in class:S6
62 S6(T v) : a(v) { function in class:S6
69 S6 &operator=(S6 &s) {
214 S6<float> s6(0.0) , s6_0(1.0);
215 S7<S6<float> > s7(0.0) , s7_0(1.0);
311 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
312 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dfor_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
177 S6<float> s6(0.0) , s6_0(1.0);
178 S7<S6<float> > s7(0.0) , s7_0(1.0);
243 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
244 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dfor_simd_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
170 S6<float> s6(0.0) , s6_0(1.0);
171 S7<S6<float> > s7(0.0) , s7_0(1.0);
233 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
234 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dparallel_for_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
170 S6<float> s6(0.0) , s6_0(1.0);
171 S7<S6<float> > s7(0.0) , s7_0(1.0);
233 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
234 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dparallel_for_simd_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
170 S6<float> s6(0.0) , s6_0(1.0);
171 S7<S6<float> > s7(0.0) , s7_0(1.0);
233 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
234 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dparallel_sections_private_messages.cpp57 class S6 { class
61 S6() : a(0) {} function in class:S6
62 S6(T v) : a(v) { function in class:S6
69 S6 &operator=(S6 &s) {
197 S6<float> s6(0.0) , s6_0(1.0);
198 S7<S6<float> > s7(0.0) , s7_0(1.0);
277 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
278 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dsections_private_messages.cpp57 class S6 { class
61 S6() : a(0) {} function in class:S6
62 S6(T v) : a(v) { function in class:S6
69 S6 &operator=(S6 &s) {
197 S6<float> s6(0.0) , s6_0(1.0);
198 S7<S6<float> > s7(0.0) , s7_0(1.0);
277 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
278 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dsimd_private_messages.cpp49 class S6 { class
53 S6() : a(0) {} function in class:S6
54 S6(T v) : a(v) { function in class:S6
59 S6 &operator=(S6 &s) {
147 S6<float> s6(0.0) , s6_0(1.0);
148 S7<S6<float> > s7(0.0) , s7_0(1.0);
190 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
191 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dsingle_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
153 S6<float> s6(0.0) , s6_0(1.0);
154 S7<S6<float> > s7(0.0) , s7_0(1.0);
199 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
200 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dtarget_firstprivate_messages.cpp46 class S6 { class
50 S6() : a(0) {} function in class:S6
51 S6(T v) : a(v) { function in class:S6
56 S6 &operator=(S6 &s) {
148 S6<float> s6(0.0) , s6_0(1.0);
149 S7<S6<float> > s7(0.0) , s7_0(1.0);
194 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
195 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dtarget_parallel_for_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
167 S6<float> s6(0.0) , s6_0(1.0);
168 S7<S6<float> > s7(0.0) , s7_0(1.0);
227 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
228 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dtarget_parallel_for_simd_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
167 S6<float> s6(0.0) , s6_0(1.0);
168 S7<S6<float> > s7(0.0) , s7_0(1.0);
227 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
228 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dtarget_private_messages.cpp46 class S6 { class
50 S6() : a(0) {} function in class:S6
51 S6(T v) : a(v) { function in class:S6
56 S6 &operator=(S6 &s) {
148 S6<float> s6(0.0) , s6_0(1.0);
149 S7<S6<float> > s7(0.0) , s7_0(1.0);
194 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
195 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dtaskloop_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
177 S6<float> s6(0.0) , s6_0(1.0);
178 S7<S6<float> > s7(0.0) , s7_0(1.0);
243 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
244 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dtaskloop_simd_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
177 S6<float> s6(0.0) , s6_0(1.0);
178 S7<S6<float> > s7(0.0) , s7_0(1.0);
243 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
244 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c33 struct S6 { int i : 8; unsigned j : 8; } x6; struct
H A Dstruct2.c30 struct S6 { int i : 8; unsigned j; } x6; struct

Completed in 2635 milliseconds

1234