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

<<11121314151617181920>>

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3.cpp 31 struct S2 {
36 S2 s21 = { 1, 2, 3.0 };
37 S2 s22 { 1.0, 2, 3 }; // expected-error {{type 'double' cannot be narrowed to 'int' in initializer list}} expected-note {{silence}}
38 S2 s23 { };
49 S s2 = { 1, 2, 3 }; member in namespace:bullet4_example1
68 S s2 { 1.0, 2, 3 }; // expected-error {{type 'double' cannot be narrowed to 'int' in initializer list}} expected-note {{silence}}
189 S s2{{0}};
  /external/clang/test/CodeGen/
tbaa-class.cpp 149 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) {
157 S2->f32 = 4;
161 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) {
169 S2->f32_2 = 4;
tbaa.cpp 147 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) {
155 S2->f32 = 4;
159 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) {
167 S2->f16 = 4;
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 482 struct S2 {
486 void callee2(S2);
488 S2 s21;
490 S2 s22;
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 271 struct S2 {
273 S2() : s1(s1.FOO) {}
302 struct S2 { union { union { int n; }; char c; }; S2() : n(n) {} }; // expected-warning {{field 'n' is uninitialized when used here}}
delete.cpp 42 struct S2 : S {
43 ~S2() {
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
sequence.h 26 template <typename S1, typename S2>
  /external/valgrind/memcheck/tests/
dw4.c 47 struct s1 S2[30];
61 croak( &S2[0].i );
  /prebuilts/go/darwin-x86/test/fixedbugs/bug437.dir/
x.go 18 case two.S2:
  /prebuilts/go/linux-x86/test/fixedbugs/bug437.dir/
x.go 18 case two.S2:
  /external/clang/test/OpenMP/
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}}
distribute_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...]
distribute_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...]
distribute_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_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 map(S2::S2s
    [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...]
distribute_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];
268 #pragma omp distribute parallel for firstprivate(S2::S2s) // O
    [all...]
distribute_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];
268 #pragma omp distribute simd firstprivate(S2::S2s) // O
    [all...]
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];
237 #pragma omp for firstprivate(S2::S2s) // O
    [all...]
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];
234 #pragma omp for simd firstprivate(S2::S2s) // O
    [all...]
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];
202 #pragma omp parallel for simd firstprivate(S2::S2s) // O
    [all...]
target_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 target parallel for firstprivate(S2::S2s) // O
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 98 bool storesAreAdjacent(const MachineInstr *S1, const MachineInstr *S2);
284 // Check if store instructions S1 and S2 are adjacent. More precisely,
285 // S2 has to access memory immediately following that accessed by S1.
287 const MachineInstr *S2) {
288 if (!handledStoreType(S1) || !handledStoreType(S2))
295 int Off2 = S2->getOperand(1).getImm();
344 MachineInstr *S1 = FirstMI, *S2 = *(Begin+1);
358 S2 = *I;
359 // Stores are sorted, so if S1 and S2 are not adjacent, there won't be
361 if (!storesAreAdjacent(S1, S2))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns16-lsd-unit.d 11 [0-9a-f]+[02468ace] <[^>]*> 000f[ \t]+mv \.S2 b0,b0
26 [0-9a-f]+[02468ace] <[^>]*> 004f[ \t]+mv \.S2 b0,b0
45 [0-9a-f]+[02468ace] <[^>]*> 496f[ \t]+\[!a0\] mvk \.S2 0,b2
47 [0-9a-f]+[02468ace] <[^>]*> 6bef[ \t]+\[!a0\] mvk \.S2 1,b7
64 [0-9a-f]+[02468ace] <[^>]*> b86f[ \t]+add \.S2 b0,1,b0
66 [0-9a-f]+[02468ace] <[^>]*> f86f[ \t]+xor \.S2 b0,1,b0
68 [0-9a-f]+[02468ace] <[^>]*> f86f[ \t]+xor \.S2 b0,1,b0
insns-c674x.d 21 [0-9a-f]+[048c] <[^>]*> c20c4b22[ \t]+\[a0\] absdp \.S2 b3:b2,b5:b4
25 [0-9a-f]+[048c] <[^>]*> 23800f22[ \t]+\[b0\] abssp \.S2 b0,b7
47 [0-9a-f]+[048c] <[^>]*> 09ca21e2[ \t]+add \.S2 b17,b18,b19
51 [0-9a-f]+[048c] <[^>]*> 35e5e1a2[ \t]+\[!b0\] add \.S2 15,b25,b11
92 [0-9a-f]+[048c] <[^>]*> 8e618e5a[ \t]+\[a1\] adddp \.S2 b13:b12,b25:b24,b29:b28
95 [0-9a-f]+[048c] <[^>]*> 923fffd2[ \t]+\[!a1\] addk \.S2 32767,b4
102 [0-9a-f]+[048c] <[^>]*> bbe32e1a[ \t]+\[!a2\] addsp \.S2 b25,b24,b23
122 [0-9a-f]+[048c] <[^>]*> 08464062[ \t]+add2 \.S2 b18,b17,b16
146 [0-9a-f]+[048c] <[^>]*> 8ede67e2[ \t]+\[a1\] and \.S2 b19,b23,b29
150 [0-9a-f]+[048c] <[^>]*> 995187a2[ \t]+\[!a1\] and \.S2 12,b20,b1
    [all...]

Completed in 530 milliseconds

<<11121314151617181920>>