Searched refs:S1 (Results 1 - 25 of 73) sorted by relevance

123

/external/clang/test/SemaCXX/
H A Dout-of-line-def-mismatch.cpp4 struct S1;
10 void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('N2::S1 *' vs 'N2::N1::S1 *')}}
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
12 void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does not match definition ('const N2::S1 *' vs 'N2::N1::S1')}}
16 struct S1 {}; struct in namespace:N2::N1
21 func(C1&, unsigned, const S1*) argument
[all...]
H A Dtype-definition-in-specifier.cpp4 struct S1;
14 typedef struct S1 { int x; } S1_typedef; struct
H A Delaborated-type-specifier.cpp6 typedef struct S1 { struct
11 } S1; typedef in typeref:struct:S1
13 bool test_elab(S1 *s1, struct S2 *s2, struct S3 *s3) {
H A Dnamespace.cpp21 namespace S1 { namespace
32 namespace S1 { namespace
49 namespace S1 { namespace
H A Dwarn-bad-memaccess.cpp9 struct S1 {} s1; struct
11 struct S3 { float x, y; S1 s[4]; void (*f)(S1**); } s3;
20 struct X2 : virtual S1 {} x2;
/external/clang/test/PCH/
H A Dcheck-deserializations.cpp8 struct S1 { struct
17 void test(S1*) {
/external/clang/test/CXX/class/class.nest/
H A Dp3.cpp19 struct S1 { }; struct in namespace:PR6107
21 struct S1;
23 struct S2::S1 { }; struct in class:PR6107::S2
24 S1 s1;
/external/llvm/include/llvm/ADT/
H A DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { argument
28 if (S1.insert(*SI).second)
36 /// is nicer to use. Functionally, this iterates through S1, removing
40 void set_intersect(S1Ty &S1, const S2Ty &S2) { argument
41 for (typename S1Ty::iterator I = S1.begin(); I != S1.end();) {
44 if (!S2.count(E)) S1.erase(E); // Erase element if not in S2
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { argument
53 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1
63 set_subtract(S1Ty &S1, const S2Ty &S2) argument
[all...]
H A DStringSwitch.h85 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], argument
87 return Case(S0, Value).Case(S1, Value);
91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], argument
93 return Case(S0, Value).Case(S1, Value).Case(S2, Value);
97 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], argument
100 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value);
104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], argument
107 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value)
/external/stlport/test/unit/
H A Dmfunptr_test.cpp40 struct S1 { } s1; struct
43 int f1(S1&);
44 int f2(S1&, S2&);
45 int f1c(const S1&);
46 int f2c(const S1&, const S2&);
48 void vf1(S1&);
49 void vf2(S1&, S2&);
50 void vf1c(const S1&);
51 void vf2c(const S1&, const S2&);
56 int f1(const S1
137 f1c(const S1&) argument
140 f2c(const S1&, const S2&) argument
149 vf1c(const S1&) argument
152 vf2c(const S1&, const S2&) argument
158 f1(const S1&) argument
164 vf1(const S1&) argument
[all...]
/external/clang/test/Index/Inputs/
H A Dt1.c11 struct S1 { struct
20 struct S1 s1;
/external/clang/test/Index/
H A Dannotate-tokens.cpp16 struct S1 { void f(); }; struct
17 struct S2 { S1 *operator->(); };
84 // CHECK: Keyword: "struct" [16:1 - 16:7] StructDecl=S1:16:8 (Definition)
85 // CHECK: Identifier: "S1" [16:8 - 16:10] StructDecl=S1:16:8 (Definition)
86 // CHECK: Punctuation: "{" [16:11 - 16:12] StructDecl=S1:16:8 (Definition)
91 // CHECK: Punctuation: ";" [16:21 - 16:22] StructDecl=S1:16:8 (Definition)
92 // CHECK: Punctuation: "}" [16:23 - 16:24] StructDecl=S1:16:8 (Definition)
97 // CHECK: Identifier: "S1" [17:13 - 17:15] TypeRef=struct S1
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-subst.cpp51 template <typename T> struct S1 {}; struct in namespace:NS
52 template<typename T> void ft3(S1<T>, S1<char>) { }
55 template void ft3<int>(S1<int>, S1<char>);
H A Dwarn-padded-packed.cpp3 struct S1 { struct
5 short s; // expected-warning {{padding struct 'S1' with 1 byte to align 's'}}
6 long l; // expected-warning {{padding struct 'S1' with 4 bytes to align 'l'}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp22 namespace N { struct S1 { struct IS1; }; } struct in namespace:N
24 struct S1::IS1 {
30 F1 f1() { return S1::IS1().member_func(); }
/external/fdlibm/
H A Dk_sin.c26 * sin(x) ~ x + S1*x + ... + S6*x
30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
39 * sin(x) = x + (S1*x + (x *(r-y/2)+y))
50 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
72 if(iy==0) return x+v*(S1+z*r);
73 else return x-((z*(half*y-v*r)-y)-v*S1);
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp52 struct S1 { struct
60 S1 s;
67 void (S1::*mpnospec)();
68 void (S1::*mpallspec)() throw(...);
69 void (S1::*mpintspec)() throw(int);
70 void (S1::*mpemptyspec)() throw();
73 S1 s;
142 P(typeid(*(S1*)0));
167 B(b, S1() + T());
183 void operator +(const S1
[all...]
/external/clang/test/Sema/
H A Dtype-spec-struct-union.c7 typedef struct S1 { struct
12 } S1; typedef in typeref:struct:S1
14 int test_struct_scope(S1 *s1, struct S2 *s2, struct S3 *s3) {
20 int test_struct_scope_2(S1 *s1) {
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerARM.h91 load32(address, ARMRegisters::S1);
92 add32(imm, ARMRegisters::S1);
93 store32(ARMRegisters::S1, address);
103 load32(src, ARMRegisters::S1);
104 add32(ARMRegisters::S1, dest);
210 load32(address, ARMRegisters::S1);
211 sub32(imm, ARMRegisters::S1);
212 store32(ARMRegisters::S1, address);
217 load32(src, ARMRegisters::S1);
218 sub32(ARMRegisters::S1, des
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-tlsprf.c41 const u8 *S1, *S2; local
70 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
74 S1 = secret;
77 /* The last byte of S1 will be shared with S2 */
81 hmac_md5_vector_non_fips_allow(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1],
89 hmac_md5_vector_non_fips_allow(S1, L_S1, 3, MD5_addr,
92 hmac_md5_non_fips_allow(S1, L_S1, A_MD5, MD5_MAC_LEN,
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-tlsprf.c41 const u8 *S1, *S2; local
70 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
74 S1 = secret;
77 /* The last byte of S1 will be shared with S2 */
81 hmac_md5_vector_non_fips_allow(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1],
89 hmac_md5_vector_non_fips_allow(S1, L_S1, 3, MD5_addr,
92 hmac_md5_non_fips_allow(S1, L_S1, A_MD5, MD5_MAC_LEN,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-tlsprf.c41 const u8 *S1, *S2; local
70 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
74 S1 = secret;
77 /* The last byte of S1 will be shared with S2 */
81 hmac_md5_vector_non_fips_allow(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1],
89 hmac_md5_vector_non_fips_allow(S1, L_S1, 3, MD5_addr,
92 hmac_md5_non_fips_allow(S1, L_S1, A_MD5, MD5_MAC_LEN,
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c13 struct S1 { struct
18 struct S1 x1;
H A Dstruct2.c10 struct S1 { struct
15 struct S1 x1;
/external/clang/test/SemaTemplate/
H A Dself-comparison.cpp7 template <int A, int B> struct S1 { struct
43 S1<1, 1> s1; s1.foo();

Completed in 392 milliseconds

123