HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /external/clang/test/SemaCXX/
elaborated-type-specifier.cpp 8 struct S2 *x;
13 bool test_elab(S1 *s1, struct S2 *s2, struct S3 *s3) {
14 if (s1->x == s2) return true;
warn-dangling-field.cpp 21 struct S2 {
23 S2(int i) : x(i) {} // expected-warning {{binding reference member 'x' to a temporary}}
typedef-redecl.cpp 78 struct S2
90 S2<1> b;
92 S2<2> b2;
93 b2.f(); // expected-note{{in instantiation of member function 'PR11630::S2<2>::f' requested here}}
warn-func-as-bool.cpp 11 struct S2 {
38 b = S2::f4;
39 if (S2::f4) {}
  /external/valgrind/main/memcheck/tests/
dw4.c 42 struct s1 S2[30];
51 croak( &S2[0].i );
  /external/clang/test/Sema/
MicrosoftCompatibility.c 19 struct __declspec(aligned) S2 {}; /* expected-warning {{unknown __declspec attribute 'aligned' ignored}} */
type-spec-struct-union.c 9 struct S2 *x;
14 int test_struct_scope(S1 *s1, struct S2 *s2, struct S3 *s3) {
15 if (s1->u1.x == s2) return 1;
21 struct S2 { int x; } *s2 = 0; local
22 if (s1->u1.x == s2) return 1; /* expected-warning {{comparison of distinct pointer types ('struct S2 *' and 'struct S2 *')}} */
  /external/openssh/regress/
keygen-change.sh 7 S2="2secret"
15 ${SSHKEYGEN} -p -P ${S1} -N ${S2} -f $OBJ/$t-key > /dev/null
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 85 struct S2 {
86 S2();
87 S2(int, int) throw();
116 N(S2());
117 P(S2(0, 0));
118 S2 s;
161 struct G3 { S2 s; };
174 B(b, static_cast<T>(S2(0, 0)));
184 S3(const S2&);
  /external/stlport/test/unit/
mfunptr_test.cpp 41 struct S2 { } s2; variable in typeref:struct:S2
44 int f2(S1&, S2&);
46 int f2c(const S1&, const S2&);
49 void vf2(S1&, S2&);
51 void vf2c(const S1&, const S2&);
79 ptr_fun(f2)(s1, s2);
82 ptr_fun(f2c)(s1, s2);
86 ptr_fun(vf2)(s1, s2);
89 ptr_fun(vf2c)(s1, s2);
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 41 struct S2 { } s2; variable in typeref:struct:S2
44 int f2(S1&, S2&);
46 int f2c(const S1&, const S2&);
49 void vf2(S1&, S2&);
51 void vf2c(const S1&, const S2&);
79 ptr_fun(f2)(s1, s2);
82 ptr_fun(f2c)(s1, s2);
86 ptr_fun(vf2)(s1, s2);
89 ptr_fun(vf2c)(s1, s2);
    [all...]
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 41 struct S2 { } s2; variable in typeref:struct:S2
44 int f2(S1&, S2&);
46 int f2c(const S1&, const S2&);
49 void vf2(S1&, S2&);
51 void vf2c(const S1&, const S2&);
79 ptr_fun(f2)(s1, s2);
82 ptr_fun(f2c)(s1, s2);
86 ptr_fun(vf2)(s1, s2);
89 ptr_fun(vf2c)(s1, s2);
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 19 struct S2 {
20 constexpr S2() = default;
21 constexpr S2(const S2&) = default; // expected-error {{defaulted definition of copy constructor is not constexpr}}
22 constexpr S2(S2&&) = default; // expected-error {{defaulted definition of move constructor is not constexpr}}
  /external/llvm/include/llvm/ADT/
StringSwitch.h 92 const char (&S2)[N2], const T& Value) {
93 return Case(S0, Value).Case(S1, Value).Case(S2, Value);
98 const char (&S2)[N2], const char (&S3)[N3],
100 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value);
105 const char (&S2)[N2], const char (&S3)[N3],
107 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value)
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_sin.c 35 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
42 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
53 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */
66 r = S2+z*(S3+z*S4) + z*w*(S5+z*S6);
  /external/chromium_org/ppapi/generators/test_parser/
struct.idl 18 /* OK Struct(S2) */
19 struct S2 {
  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 9 struct S2 { // expected-warning {{padding size of 'S2' with 3 bytes to alignment boundary}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
  /external/clang/test/Index/
index-refs.cpp 64 struct S2 {
69 struct S2 s = { .y = 1, .x = 4};
  /external/clang/test/Modules/Inputs/
redecl-merge-left.h 19 struct S2 {
24 void consume_S2(struct S2*);
  /external/clang/test/SemaTemplate/
self-comparison.cpp 14 template <int A, int B> struct S2 {
44 S2<1, 1> s2; s2.foo<void>(); local
  /external/fdlibm/
k_sin.c 30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
37 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
51 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3-0x.cpp 28 struct S2 {
33 S2 s21 = { 1, 2, 3.0 };
34 S2 s22 { 1.0, 2, 3 }; // expected-error {{type 'double' cannot be narrowed to 'int' in initializer list}} expected-note {{override}}
35 S2 s23 { };
46 S s2 = { 1, 2, 3 }; member in namespace:bullet4_example1
65 S s2 { 1.0, 2, 3 }; // expected-error {{type 'double' cannot be narrowed to 'int' in initializer list}} expected-note {{override}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp 60 struct S2 {
68 template void S<int>::S2::h();
73 template <typename T> void S<T>::S2::h() {}
  /external/chromium_org/v8/test/mjsunit/compiler/
dead-string-char-code-at.js 31 var S2 = "@@string2";
53 var S3 = S1 + S2;
55 assertEquals(S1, dead1(S1, S2));
56 assertEquals(S1, dead2(S1, S2));
57 assertEquals("11", dead3(S1, S2));
59 assertEquals(S2, dead1(S2, 677));
60 assertEquals(S2, dead2(S2, S3));
61 assertEquals("11", dead3(S2, S3))
    [all...]
dead-string-char-code-at2.js 31 var S2 = "@@string2";
53 var S3 = S1 + S2;
55 assertEquals(S1, dead1(S1, S2));
56 assertEquals(S1, dead2(S1, S2));
57 assertEquals("11", dead3(S1, S2));
59 assertEquals(S2, dead1(S2, 677));
60 assertEquals(S2, dead2(S2, S3));
61 assertEquals("11", dead3(S2, S3))
    [all...]

Completed in 3591 milliseconds

12 3 4 5 6 7