HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/clang/test/SemaCXX/
out-of-line-def-mismatch.cpp 9 struct S2 {
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does not match any d (…)
    [all...]
ptrtomember.cpp 14 struct S2 {
18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}}
type-definition-in-specifier.cpp 5 struct S2;
16 (void)((struct S2 { int x; }*)0); // expected-error{{can not be defined}}
warn-unused-variables.cpp 102 struct S2 {
103 S2() {
107 S2 makeS2();
108 void testS2(S2 a) {
109 S2 x = makeS2(); // expected-warning {{unused variable 'x'}}
110 S2 y;
111 S2 z = a; // expected-warning {{unused variable 'z'}}
function-extern-c.cpp 22 struct S2 {
32 extern "C" S2 f5( void );
namespace.cpp 24 namespace S2 {
37 namespace S2 {
50 namespace S2 {
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}}
warn-overloaded-virtual.cpp 12 struct S2 : public B1 {
20 struct MS1 : public S2, public B2 {
  /external/clang/test/CXX/class/class.nest/
p3.cpp 20 struct S2 {
23 struct S2::S1 { };
  /external/clang/test/Modules/Inputs/
redecl-merge-top.h 15 struct S2;
16 struct S2;
  /external/llvm/include/llvm/ADT/
SetOperations.h 23 bool set_union(S1Ty &S1, const S2Ty &S2) {
26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end();
37 /// elements that are not contained in S2.
40 void set_intersect(S1Ty &S1, const S2Ty &S2) {
44 if (!S2.count(E)) S1.erase(E); // Erase element if not in S2
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) {
55 if (!S2.count(*SI)) // if the element is not in set2
63 void set_subtract(S1Ty &S1, const S2Ty &S2) {
    [all...]
  /external/llvm/unittests/ADT/
ImmutableSetTest.cpp 55 ImmutableSet<int> S2 = f.add(S, 3);
57 EXPECT_FALSE(S2.isEmpty());
58 EXPECT_FALSE(S == S2);
59 EXPECT_TRUE(S != S2);
61 EXPECT_TRUE(S2.contains(3));
62 EXPECT_FALSE(S2.begin() == S2.end());
63 EXPECT_TRUE(S2.begin() != S2.end());
73 EXPECT_FALSE(S2 == S3)
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p8.cpp 18 struct S2 {
23 void S2::f(int i) {
  /external/clang/test/Index/Inputs/
t1.c 15 struct S2 {
22 ((struct S2 *)0)->x = 0;
  /external/clang/test/Index/
annotate-tokens.cpp 17 struct S2 { S1 *operator->(); };
18 void test3(S2 s2) {
19 s2->f();
94 // CHECK: Keyword: "struct" [17:1 - 17:7] StructDecl=S2:17:8 (Definition)
95 // CHECK: Identifier: "S2" [17:8 - 17:10] StructDecl=S2:17:8 (Definition)
96 // CHECK: Punctuation: "{" [17:11 - 17:12] StructDecl=S2:17:8 (Definition)
103 // CHECK: Punctuation: ";" [17:29 - 17:30] StructDecl=S2:17:8 (Definition)
104 // CHECK: Punctuation: "}" [17:31 - 17:32] StructDecl=S2:17:8 (Definition
    [all...]
  /external/clang/test/PCH/
types.h 47 struct S2;
48 struct S2 {};
  /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/clang/test/CodeGenCXX/
explicit-instantiation.cpp 25 struct S2 {
40 template void S<int>::S2::h();
45 template <typename T> void S<T>::S2::h() {}
  /external/wpa_supplicant_8/src/crypto/
sha1-tlsprf.c 34 const u8 *S1, *S2;
63 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
68 S2 = secret + L_S1;
70 /* The last byte of S1 will be shared with S2 */
71 S2--;
76 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1);
89 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len,
92 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
  /bionic/libm/src/
k_sin.c 36 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
43 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
54 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */
67 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
k_sinf.c 29 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */
46 return (x + s*(S1+z*S2)) + s*w*r;
  /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 80 struct S2 {
81 S2();
82 S2(int, int) throw();
108 N(S2());
109 P(S2(0, 0));
110 S2 s;
153 struct G3 { S2 s; };
166 B(b, static_cast<T>(S2(0, 0)));
176 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...]

Completed in 384 milliseconds

1 2 3 4 5