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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/OpenMP/
target_parallel_for_simd_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 target parallel for simd firstprivate(S2::S2s) // O
    [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_for_simd_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 for simd map(S2::S2s
    [all...]
target_parallel_for_simd_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
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...]
target_parallel_private_messages.cpp 8 class S2 {
12 S2() : a(0) {}
15 const S2 b;
16 const S2 ba[5];
93 #pragma omp target parallel private(S2::S2s) // expected-error {{shared variable cannot be private}}
180 #pragma omp target parallel private(S2::S2s) // expected-error {{shared variable cannot be private}}
target_private_messages.cpp 5 class S2 {
9 S2() : a(0) {}
11 const S2 b;
12 const S2 ba[5];
task_firstprivate_messages.cpp 23 class S2 {
27 S2() : a(0) {}
28 S2(const S2 &s2) : a(s2.a) {}
32 const float S2::S2sc = 0;
33 const S2 b;
34 const S2 ba[5];
99 #pragma omp task firstprivate(S2::S2s
    [all...]
task_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
19 const S2 b;
20 const S2 ba[5];
81 #pragma omp task private(S2::S2s) // expected-error {{shared variable cannot be private}}
taskloop_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
taskloop_simd_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
teams_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];
107 #pragma omp teams firstprivate(S2::S2s
    [all...]
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}}
  /external/clang/test/SemaCXX/
cxx11-crashes.cpp 6 struct S2 {
7 S2(const S2&);
8 S2();
13 S2 y;
25 S2 y;
30 S2 y;
err_init_conversion_failed.cpp 53 template <class P> struct S2 {
58 S2<S> X = {&S::foo};
openmp_default_simd_align.cpp 14 struct S2 {
15 S2();
23 const int test6 = __builtin_omp_required_simd_align(decltype(S2::x));
24 const int test7 = __builtin_omp_required_simd_align(decltype(S2::s)); // expected-error {{invalid application of '__builtin_omp_required_simd_align' to an incomplete type 'S1'}}
27 // 's2.x' should depend on the alignment of both x-within-S2 and
28 // s2-within-S3 and thus require 'S3' to be complete. If we start
32 S2 s2; member in struct:S3
34 static const int test8 = __builtin_omp_required_simd_align(decltype(s2.x))
    [all...]
warn-bool-conversion.cpp 38 struct S2 {
65 b = S2::f4;
66 if (S2::f4) {}
warn-overloaded-virtual.cpp 12 struct S2 : public B1 {
20 struct MS1 : public S2, public B2 {
  /external/guava/guava-tests/benchmark/com/google/common/base/
ObjectsBenchmark.java 34 private static final String S2 = "44 one million";
51 dummy += Objects.hashCode(S0, S1, S2);
59 dummy += Objects.hashCode(S0, S1, S2, S3);
67 dummy += Objects.hashCode(S0, S1, S2, S3, S4);
75 dummy += Objects.hashCode(I2, S1, D1, S2, I0);
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
LowLevel.cpp     [all...]
  /external/valgrind/memcheck/tests/
dw4.c 47 struct s1 S2[30];
61 croak( &S2[0].i );
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
comp_test.go 16 s1, s2 P
23 s.s2.x = 1
26 s.s2.y = 2
45 s.s2.y = 1
48 s.s2.y = 2
67 s.s2.y = 1
79 s[x].s2.y = 1
87 type S2 S
114 var s S2
141 s1, s2 *
    [all...]
  /prebuilts/go/darwin-x86/test/interface/
struct.go 52 type S2 struct { i int }
53 func (p *S2) Get() int { return p.i }
54 func (p *S2) Put(i int) { p.i = i }
58 // s := S2{1}
66 s := S2{1}
74 s := &S2{1}
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
comp_test.go 16 s1, s2 P
23 s.s2.x = 1
26 s.s2.y = 2
45 s.s2.y = 1
48 s.s2.y = 2
67 s.s2.y = 1
79 s[x].s2.y = 1
87 type S2 S
114 var s S2
141 s1, s2 *
    [all...]
  /prebuilts/go/linux-x86/test/interface/
struct.go 52 type S2 struct { i int }
53 func (p *S2) Get() int { return p.i }
54 func (p *S2) Put(i int) { p.i = i }
58 // s := S2{1}
66 s := S2{1}
74 s := &S2{1}

Completed in 668 milliseconds

1 2 3 4 56 7 8 91011>>