HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 226 - 250 of 593) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/OpenMP/
parallel_for_simd_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...]
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...]
simd_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_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_simd_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_map_messages.cpp 12 class S2 {
15 S2():a(0) { }
16 S2(S2 &s2):a(s2.a) { }
20 const float S2::S2sc = 0;
21 const S2 b;
22 const S2 ba[5];
93 #pragma omp target parallel map(S2::S2s
    [all...]
taskloop_simd_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...]
teams_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_data_use_device_ptr_messages.cpp 81 class S2 {
84 S2():a(0) { }
85 S2(S2 &s2):a(s2.a) { }
89 const float S2::S2sc = 0;
90 const S2 b;
91 const S2 ba[5];
target_is_device_ptr_messages.cpp 89 class S2 {
92 S2():a(0) { }
93 S2(S2 &s2):a(s2.a) { }
97 const float S2::S2sc = 0;
98 const S2 b;
99 const S2 ba[5];
parallel_for_firstprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(const S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0;
22 const S2 b;
23 const S2 ba[5];
200 #pragma omp parallel for firstprivate(S2::S2s) // O
    [all...]
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 36 friend struct S2;
37 friend struct S2* g2();
40 struct S2 { static void f2(); }; // expected-note 2 {{'S2' declared here}}
41 S2* g2() { return 0; } // expected-note 2 {{'g2' declared here}}
53 S2 s2; local
55 ::S2 g_s2; // expected-error{{no type named 'S2' in the global namespace; did you mean simply 'S2'?}
    [all...]
  /external/clang/test/Parser/
recovery.cpp 198 struct S2 {
202 struct S2 :: S3 :: public S2 { // expected-error{{'public' cannot be a part of nested name specifier; did you mean ':'?}}
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 38 struct S2 {
65 b = S2::f4;
66 if (S2::f4) {}
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_vector.java 130 Short2 S2 = s.get_u8_2();
131 if (S2.x != 1 || S2.y != 2) {
134 S2.x = 2;
135 S2.y = 3;
136 s.set_u8_2(S2);
157 S2 = s.get_i16_2();
158 if (S2.x != 1 || S2.y != 2) {
161 S2.x = 2
    [all...]
  /prebuilts/go/darwin-x86/test/
sizeof.go 62 S2
64 S2 struct {
115 case unsafe.Offsetof(s1.S1.S2.S3.S4.S5.S6.S7.S8.S1.S2) != 8:
116 panic("unsafe.Offsetof(s1.S1.S2.S3.S4.S5.S6.S7.S8.S1.S2) != 8")
  /prebuilts/go/linux-x86/test/
sizeof.go 62 S2
64 S2 struct {
115 case unsafe.Offsetof(s1.S1.S2.S3.S4.S5.S6.S7.S8.S1.S2) != 8:
116 panic("unsafe.Offsetof(s1.S1.S2.S3.S4.S5.S6.S7.S8.S1.S2) != 8")
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-c674x-reloc.d 45 0+54 <[^>]*> 01800052[ \t]+addk \.S2 0,b3
48 0+5c <[^>]*> 02fffe52[ \t]+addk \.S2 -4,b5
51 0+64 <[^>]*> 0180002a[ \t]+mvk \.S2 0,b3
54 0+6c <[^>]*> 02fffe2a[ \t]+mvk \.S2 -4,b5
57 0+74 <[^>]*> 0100006a[ \t]+mvkh \.S2 0,b2
61 0+7c <[^>]*> 0200006a[ \t]+mvkh \.S2 0,b4
65 0+84 <[^>]*> 0300016a[ \t]+mvkh \.S2 131072,b6
68 0+8c <[^>]*> 0100006a[ \t]+mvkh \.S2 0,b2
72 0+94 <[^>]*> 0200006a[ \t]+mvkh \.S2 0,b4
76 0+9c <[^>]*> 030000ea[ \t]+mvkh \.S2 65536,b
    [all...]
  /art/runtime/arch/arm/
registers_arm.h 60 S2 = 2,
  /build/blueprint/proptools/
extend_test.go 233 in1: &struct{ S1, S2, S3, S4 *string }{
235 S2: StringPtr("string2"),
237 in2: &struct{ S1, S2, S3, S4 *string }{
241 out: &struct{ S1, S2, S3, S4 *string }{
243 S2: StringPtr("string2"),
250 in1: &struct{ S1, S2, S3, S4 *string }{
252 S2: StringPtr("string2"),
254 in2: &struct{ S1, S2, S3, S4 *string }{
258 out: &struct{ S1, S2, S3, S4 *string }{
260 S2: StringPtr("string2")
    [all...]
typeequal_test.go 36 in2: struct{ S2 string }{},
48 in2: &struct{ S2 string }{},
60 in2: struct{ S struct{ S2 string } }{},
72 in2: &struct{ S *struct{ S2 string } }{S: &struct{ S2 string }{}},
84 in2: &struct{ S *struct{ S2 string } }{},
102 in2: &struct{ S interface{} }{S: &struct{ S2 string }{}},
132 in2: struct{ S2 *string }{},
  /external/clang/test/ASTMerge/Inputs/
struct1.c 21 struct S2 { int i; float f; } x2;
struct2.c 18 union S2 { int i; float f; } x2;
  /external/clang/test/Analysis/
symbol-reaper.c 54 struct S2 {
56 } s2; variable in typeref:struct:S2
62 s2.array[x].field = 1;
  /external/clang/test/CXX/class/class.mem/
p1.cpp 24 struct S2

Completed in 394 milliseconds

1 2 3 4 5 6 7 8 91011>>