Searched refs:S3 (Results 1 - 25 of 40) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dptrtomember.cpp20 struct S3 { struct
24 void f3(S3* p, void (S3::*m)()) { argument
H A Dtype-definition-in-specifier.cpp6 struct S3;
18 struct S3 { int x; } s3; struct
H A Dnamespace.cpp26 namespace S3 { namespace in namespace:S1::S2
39 namespace S3 { namespace in namespace:S1::S2
51 namespace S3 { namespace in namespace:S1::S2
H A Delaborated-type-specifier.cpp9 struct S3 *y;
13 bool test_elab(S1 *s1, struct S2 *s2, struct S3 *s3) {
H A Dwarn-dangling-field.cpp26 struct S3 { struct
28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator function in struct:S3
H A Dwarn-reorder-ctor-initialization.cpp92 struct S3 { }; struct in namespace:T1
94 struct S4: virtual S3, S2 {
95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}}
96 S3() { };
H A Dempty-class-layout.cpp49 struct S3 { struct in namespace:Test0
53 struct S4 : Empty, S3 {
57 struct S5 : S3, Empty {};
H A Dwarn-overloaded-virtual.cpp29 struct S3 : public B3 { struct in inherits:B3
H A Dconstructor-initializer.cpp260 struct S3 { struct in namespace:PR8075
262 S3() : s1(s1.bar) {} function in struct:PR8075::S3
H A Dwarn-bad-memaccess.cpp11 struct S3 { float x, y; S1 s[4]; void (*f)(S1**); } s3; struct
/external/llvm/unittests/ADT/
H A DImmutableSetTest.cpp65 ImmutableSet<int> S3 = f.add(S, 2); local
67 EXPECT_FALSE(S3.isEmpty());
68 EXPECT_FALSE(S == S3);
69 EXPECT_TRUE(S != S3);
71 EXPECT_TRUE(S3.contains(2));
73 EXPECT_FALSE(S2 == S3);
74 EXPECT_TRUE(S2 != S3);
76 EXPECT_FALSE(S3.contains(3));
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); local
89 EXPECT_FALSE(S3
122 ImmutableSet<int> S3 = f.add(S2, 3); local
145 ImmutableSet<char> S3 = f.add(f.add(S2, 'o'), 'u'); local
157 ImmutableSet<char> S3 = f.add(f.add(f.add(S2, 'f'), 'g'), 'h'); local
180 ImmutableSet<long> S3 = f.add(f.add(f.add(S2, 3), 4), 5); local
[all...]
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp172 struct S3 { struct
173 virtual ~S3() throw();
174 S3() throw();
175 explicit S3(int);
176 S3(const S2&);
181 P(dynamic_cast<S3&>(f2<T&>()));
184 void operator +(const S1&, const S3&);
187 late<S3, false>();
188 late2<S3>();
/external/clang/test/CodeGenCXX/
H A Dwarn-padded-packed.cpp14 struct S3 { struct
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
/external/clang/test/SemaTemplate/
H A Dself-comparison.cpp21 struct S3 { struct
45 S3 s3; s3.foo<1, 1>();
/external/fdlibm/
H A Dk_sin.c30 * |----- - (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))))
52 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */ variable
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/external/llvm/include/llvm/ADT/
H A DStringSwitch.h98 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)
97 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const T& Value) argument
104 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const T& Value) argument
/external/clang/test/Sema/
H A Dtype-spec-struct-union.c10 struct S3 *y;
14 int test_struct_scope(S1 *s1, struct S2 *s2, struct S3 *s3) {
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp84 template <const volatile int& N> struct S3 { }; struct in namespace:reference_parameters
105 S3<i> s3;
106 S3<ci> s3c;
107 S3<vi> s3v;
108 S3<cvi> s3cv;
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c24 struct S3 { int i; float f; double d; } x3; struct
H A Dstruct2.c21 struct S3 { int i; float f; } x3; struct
/external/clang/test/CXX/class/class.mem/
H A Dp1.cpp30 struct S3 struct
/external/clang/test/PCH/
H A Dcxx-templates.cpp31 S3<int> s3;
H A Dcxx-templates.h121 struct S3 { struct
126 inline void S3<T>::m() { }
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp43 constexpr struct S3 {} s3 = S3(); struct
H A Dp3.cpp113 struct S3 { }; // expected-error {{types cannot be defined in a constexpr function}} struct

Completed in 110 milliseconds

12