HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 201 - 225 of 506) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/OpenMP/
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/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) {}
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/rs/tests/java_api/RsTest/src/com/android/rs/test/
UT_vector.java 128 Short2 S2 = s.get_u8_2();
129 if (S2.x != 1 || S2.y != 2) {
132 S2.x = 2;
133 S2.y = 3;
134 s.set_u8_2(S2);
155 S2 = s.get_i16_2();
156 if (S2.x != 1 || S2.y != 2) {
159 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.25/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 59 S2 = 2,
  /build/blueprint/proptools/
extend_test.go 181 in1: &struct{ S1, S2, S3, S4 *string }{
183 S2: StringPtr("string2"),
185 in2: &struct{ S1, S2, S3, S4 *string }{
189 out: &struct{ S1, S2, S3, S4 *string }{
191 S2: StringPtr("string2"),
198 in1: &struct{ S1, S2, S3, S4 *string }{
200 S2: StringPtr("string2"),
202 in2: &struct{ S1, S2, S3, S4 *string }{
206 out: &struct{ S1, S2, S3, S4 *string }{
208 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
  /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;
  /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 );

Completed in 552 milliseconds

1 2 3 4 5 6 7 891011>>