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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug417.go 21 type S2 struct {
bug242.go 49 type S2 struct {
117 s2 := S2{'E'}
122 *e3(&iv, 21), p2 = e2(s2, 22).(I)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-bad-1.s 42 absdp .S2 b1:b0
43 absdp .S2 b1,b0
48 abssp .S2 a1,b0
59 add .S2 b1,b2
110 addk .S2 32768,b1
112 addk .S2 0
115 mvk .S2 32768,b1
117 mvk .S2 0,b1,0
120 mvkh .S2 0,b1,0
123 mvklh .S2 0,b1,
    [all...]
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 54 #define S2 18
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regnum.h 54 #define S2 18
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 54 #define S2 18
  /external/clang/test/Analysis/
explain-svals.cpp 9 struct S2 : S3 {
11 } s2[10]; member in struct:S
59 clang_analyzer_explain(&s.s2[5].y[3]); // expected-warning-re{{{{^pointer to element of type 'int' with index 3 of field 'y' of base object 'S::S3' inside element of type 'struct S::S2' with index 5 of field 's2' of parameter 's'$}}}}
60 if (!s.s2[7].x) {
61 clang_analyzer_explain(s.s2[7].x); // expected-warning-re{{{{^concrete memory address '0'$}}}}
63 clang_analyzer_explain(s.s2[7].x + 1); // expected-warning-re{{{{^concrete memory address '0'$}}}}
  /external/clang/test/OpenMP/
for_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
for_simd_aligned_messages.cpp 78 class S2 {
81 S2():a(0) { }
83 const S2 b; // expected-note 1 {{'b' defined here}}
84 const S2 ba[5];
190 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'S2'}}
for_simd_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
parallel_for_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
parallel_sections_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
sections_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
simd_aligned_messages.cpp 78 class S2 {
81 S2():a(0) { }
83 const S2 b; // expected-note 1 {{'b' defined here}}
84 const S2 ba[5];
190 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'S2'}}
simd_private_messages.cpp 12 class S2 {
15 S2():a(0) { }
17 const S2 b;
18 const S2 ba[5];
single_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
target_firstprivate_messages.cpp 5 class S2 {
9 S2() : a(0) {}
11 const S2 b;
12 const S2 ba[5];
target_parallel_for_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
target_private_messages.cpp 5 class S2 {
9 S2() : a(0) {}
11 const S2 b;
12 const S2 ba[5];
taskloop_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 153 struct S2 {
154 constexpr S2() {}
157 int k2 = sizeof(short{S2(S2())}); // expected-error {{cannot be narrowed}} expected-note {{insert an explicit cast to silence this issue}}
  /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/fixedbugs/
bug242.go 49 type S2 struct {
117 s2 := S2{'E'}
122 *e3(&iv, 21), p2 = e2(s2, 22).(I)
  /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/ndk/r10/platforms/android-12/arch-mips/usr/include/machine/
regnum.h 54 #define S2 18

Completed in 553 milliseconds

<<11121314151617181920>>