HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 126 - 150 of 560) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug477.go 16 type S2 struct {
30 var s2 S2
31 var i1 I = s2.F1
32 var i2 I = s2.F2
  /prebuilts/go/linux-x86/test/fixedbugs/
bug177.go 12 type S2 struct{ S1 }
15 typ := reflect.TypeOf(S2{})
bug477.go 16 type S2 struct {
30 var s2 S2
31 var i1 I = s2.F1
32 var i2 I = s2.F2
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp 60 struct S2 {
68 template void S<int>::S2::h();
73 template <typename T> void S<T>::S2::h() {}
  /external/clang/test/CodeGenCXX/
microsoft-abi-dynamic-cast.cpp 130 struct S2 : virtual S1 {};
131 struct S3 : S2 {};
133 S3 *f(S2 &s) {
  /external/clang/test/Sema/
type-spec-struct-union.c 9 struct S2 *x;
14 int test_struct_scope(S1 *s1, struct S2 *s2, struct S3 *s3) {
15 if (s1->u1.x == s2) return 1;
21 struct S2 { int x; } *s2 = 0; local
22 if (s1->u1.x == s2) return 1; /* expected-warning {{comparison of distinct pointer types ('struct S2 *' and 'struct S2 *')}} */
  /external/clang/test/SemaCXX/
typedef-redecl.cpp 78 struct S2
90 S2<1> b;
92 S2<2> b2;
93 b2.f(); // expected-note{{in instantiation of member function 'PR11630::S2<2>::f' requested here}}
  /external/clang/test/CodeGen/
stdcall-fastcall.c 84 struct S2 {
89 void __attribute__((fastcall)) foo5(struct S2 y);
90 void bar5(struct S2 y) {
92 // CHECK: call x86_fastcallcc void @foo5(%struct.S2* byval align 4 %
117 void __attribute__((fastcall)) foo9(struct S2 a, int b);
118 void bar9(struct S2 a, int b) {
120 // CHECK: call x86_fastcallcc void @foo9(%struct.S2* byval align 4 %{{.*}}, i32 %
  /external/clang/test/OpenMP/
parallel_for_copyin_messages.cpp 11 class S2 {
15 S2() : a(0) {}
16 S2 &operator=(S2 &s2) { return *this; }
47 S2 k;
parallel_for_simd_copyin_messages.cpp 11 class S2 {
15 S2() : a(0) {}
16 S2 &operator=(S2 &s2) { return *this; }
47 S2 k;
teams_private_messages.cpp 12 class S2 {
15 S2():a(0) { }
18 const S2 b;
19 const S2 ba[5];
99 #pragma omp teams private(S2::S2s) // expected-error {{shared variable cannot be private}}
parallel_sections_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator=(const S2 &) const;
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
23 const S2 b
    [all...]
sections_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator=(const S2 &) const;
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
23 const S2 b
    [all...]
target_is_device_ptr_ast_print.cpp 105 class S2 {
108 S2():a(0) { }
109 S2(S2 &s2):a(s2.a) { }
113 const float S2::S2sc = 0;
114 const S2 b;
115 const S2 ba[5];
for_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator =(const S2&) const;
19 S2 &operator =(const S2&)
    [all...]
for_simd_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 S2 &operator =(const S2&);
19 const S2 &operator =(const S2&) const
    [all...]
parallel_for_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 S2 &operator=(const S2 &);
19 const S2 &operator=(const S2 &) const
    [all...]
parallel_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
parallel_sections_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
target_parallel_for_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 S2 &operator=(const S2 &);
19 const S2 &operator=(const S2 &) const
    [all...]
target_parallel_for_simd_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 S2 &operator=(const S2 &);
19 const S2 &operator=(const S2 &) const
    [all...]
target_parallel_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
taskloop_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator =(const S2&) const;
19 S2 &operator =(const S2&)
    [all...]
  /external/fec/
sumsq_sse2_assist.s 24 movaps (%esi),%xmm0 # S0 S1 S2 S3 S4 S5 S6 S7
25 pmaddwd %xmm0,%xmm0 # (S0*S0+S1*S1) (S2*S2+S3*S3) (S4*S4+S5*S5) (S6*S6+S7*S7)
29 psrlq $32,%xmm0 # (S2*S2+S3*S3) 0 (S6*S6+S7*S7) 0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
reloc-bad-6.s 18 addkpc .S2 f7_32,b1,0
19 addkpc .S2 f7_28,b1,0
20 addkpc .S2 f7_32,b1,0
21 addkpc .S2 f7_0,b1,0
22 addkpc .S2 f7_544,b1,0
23 addkpc .S2 f7_540,b1,0
24 addkpc .S2 f7_288+1,b1,0
256 callp .S2 h21_32,b3
257 callp .S2 h21_28,b3
258 callp .S2 h21_32,b
    [all...]

Completed in 904 milliseconds

1 2 3 4 56 7 8 91011>>