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

1 2 3 4 5

  /external/clang/test/SemaCXX/
warn-dangling-field.cpp 39 struct S5 {
42 S5 s5 = { 0 }; // ok, lifetime-extended variable
45 S5 s5; // expected-note {{here}} member in struct:S6
46 S6() : s5 { 0 } {} // expected-warning {{binding reference subobject of member 's5' to a temporary}}
49 struct S7 : S5 {
50 S7() : S5 { 0 } {} // expected-warning {{binding reference member 'x' to a temporary}}
new-null.cpp 57 template<typename ...T> struct S5 { // expected-warning 0-1{{extension}}
62 template struct S5<>;
63 template struct S5<int>; // expected-note {{in instantiation of}}
dcl_ambig_res.cpp 69 struct S5 {
73 int v(int(S5::value)); // expected-warning{{disambiguated as a function declaration}} expected-note{{add a pair of parentheses}} expected-error{{parameter declarator cannot be qualified}}
elaborated-type-specifier.cpp 41 int test_funcparam_scope(struct S5 * s5) {
42 struct S5 { int y; } *s5_2 = 0;
43 if (s5 == s5_2) return 1; // expected-error {{comparison of distinct pointer types ('struct S5 *' and 'struct S5 *')}}
type-definition-in-specifier.cpp 8 struct S5;
23 struct S5 { int x; } f1() { return S5(); } // expected-error{{result type}}
alignof.cpp 56 struct S5 {
60 const int test8 = __alignof__(S5::x);
  /external/clang/test/OpenMP/
parallel_copyin_messages.cpp 30 class S5 { // expected-note {{'S5' declared here}}
32 S5():a(0) {}
33 S5 &operator =(const S5 &s5) { return *this; }
35 S5(int v):a(v) { }
47 S5 m(4); // expected-note {{'m' defined here}}
parallel_sections_copyin_messages.cpp 33 class S5 { // expected-note {{'S5' declared here}}
35 S5() : a(0) {}
36 S5 &operator=(const S5 &s5) { return *this; }
39 S5(int v) : a(v) {}
50 S5 m(4); // expected-note {{'m' defined here}}
parallel_firstprivate_messages.cpp 39 class S5 { // expected-note {{'S5' declared here}}
41 S5():a(0) {}
42 S5(const S5 &s5):a(s5.a) { }
44 S5(int v):a(v) { }
54 S5 g(5); // expected-note {{'g' defined here}}
parallel_for_copyin_messages.cpp 33 class S5 { // expected-note {{'S5' declared here}}
35 S5() : a(0) {}
36 S5 &operator=(const S5 &s5) { return *this; }
39 S5(int v) : a(v) {}
50 S5 m(4); // expected-note {{'m' defined here}}
parallel_sections_shared_messages.cpp 39 class S5 {
41 S5() : a(0) {}
42 S5(const S5 &s5) : a(s5.a) {}
45 S5(int v) : a(v) {}
55 S5 g(5);
parallel_shared_messages.cpp 36 class S5 {
38 S5():a(0) {}
39 S5(const S5 &s5):a(s5.a) { }
41 S5(int v):a(v) { }
51 S5 g(5);
parallel_private_messages.cpp 34 class S5 { // expected-note {{'S5' declared here}}
36 S5():a(0) {}
38 S5(int v):a(v) { }
48 S5 g(5); // expected-note {{'g' defined here}}
single_copyprivate_messages.cpp 29 class S5 { // expected-note 2 {{'S5' declared here}}
31 S5() : a(0) {}
32 S5 &operator=(const S5 &s5) { return *this; }
35 S5(int v) : a(v) {}
41 S5 m(4); // expected-note 2 {{'m' defined here}}
sections_private_messages.cpp 34 class S5 { // expected-note {{'S5' declared here}}
36 S5() : a(0) {}
39 S5(int v) : a(v) {}
128 S5 g(5); // expected-note {{'g' defined here}}
single_private_messages.cpp 34 class S5 { // expected-note {{'S5' declared here}}
36 S5() : a(0) {}
39 S5(int v) : a(v) {}
96 S5 g(5); // expected-note {{'g' defined here}}
parallel_sections_firstprivate_messages.cpp 43 class S5 { // expected-note 4 {{'S5' declared here}}
45 S5(const S5 &s5) : a(s5.a) {}
48 S5() : a(0) {}
49 S5(int v) : a(v) {}
162 S5 g(5); // expected-note 2 {{'g' defined here}}
294 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, (…)
    [all...]
parallel_sections_lastprivate_messages.cpp 43 class S5 { // expected-note {{'S5' declared here}}
45 S5() : a(0) {}
48 S5(const S5 &s5) : a(s5.a) {}
49 S5(int v) : a(v) {}
148 S5 g(5); // expected-note {{'g' defined here}}
268 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, (…)
    [all...]
sections_firstprivate_messages.cpp 43 class S5 { // expected-note 4 {{'S5' declared here}}
45 S5(const S5 &s5) : a(s5.a) {}
48 S5() : a(0) {}
49 S5(int v) : a(v) {}
177 S5 g(5); // expected-note 2 {{'g' defined here}}
334 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, (…)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_sin.c 35 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
42 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
56 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */
66 r = S2+z*(S3+z*S4) + z*w*(S5+z*S6);
  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 24 struct S5 {
29 } u; // expected-warning {{padding struct 'S5' with 3 bytes to align 'u'}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
  /external/fdlibm/
k_sin.c 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))))
54 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 51 struct S5 {
52 constexpr S5();
55 constexpr S5::S5() = default;
56 static_assert(S5().m == 4, "");
  /external/clang/test/CXX/class.access/class.friend/
p11.cpp 52 struct S5 {
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 37 S5 = -0.25052108385441718775048214826384312253862930064745e-7L,
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+

Completed in 1114 milliseconds

1 2 3 4 5