/external/llvm/unittests/ADT/ |
D | ImmutableSetTest.cpp | 55 ImmutableSet<int> S2 = f.add(S, 3); in TEST_F() local 57 EXPECT_FALSE(S2.isEmpty()); in TEST_F() 58 EXPECT_FALSE(S == S2); in TEST_F() 59 EXPECT_TRUE(S != S2); in TEST_F() 61 EXPECT_TRUE(S2.contains(3)); in TEST_F() 62 EXPECT_FALSE(S2.begin() == S2.end()); in TEST_F() 63 EXPECT_TRUE(S2.begin() != S2.end()); in TEST_F() 73 EXPECT_FALSE(S2 == S3); in TEST_F() 74 EXPECT_TRUE(S2 != S3); in TEST_F() 75 EXPECT_FALSE(S2.contains(2)); in TEST_F() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() argument 26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() 40 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() argument 44 if (!S2.count(E)) S1.erase(E); // Erase element if not in S2 in set_intersect() 51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() argument 55 if (!S2.count(*SI)) // if the element is not in set2 in set_difference() 63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() argument 64 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract()
|
D | StringSwitch.h | 92 const char (&S2)[N2], const T& Value) { in Cases() 93 return Case(S0, Value).Case(S1, Value).Case(S2, Value); in Cases() 98 const char (&S2)[N2], const char (&S3)[N3], in Cases() 100 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value); in Cases() 105 const char (&S2)[N2], const char (&S3)[N3], in Cases() 107 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value) in Cases()
|
/external/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 9 struct S2 { struct 20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() 22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() 23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() 24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func()
|
D | warn-unused-variables.cpp | 102 struct S2 { struct 103 S2() { in S2() function 107 S2 makeS2(); 108 void testS2(S2 a) { in testS2() 109 S2 x = makeS2(); // expected-warning {{unused variable 'x'}} in testS2() 110 S2 y; in testS2() 111 S2 z = a; // expected-warning {{unused variable 'z'}} in testS2()
|
D | ptrtomember.cpp | 14 struct S2 { struct 18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} argument
|
D | namespace.cpp | 24 namespace S2 { namespace 37 namespace S2 { namespace 50 namespace S2 { namespace
|
D | typedef-redecl.cpp | 78 struct S2 struct 90 S2<1> b; in f() 92 S2<2> b2; in f()
|
D | warn-func-as-bool.cpp | 11 struct S2 { struct 38 b = S2::f4; in bar() 39 if (S2::f4) {} in bar()
|
D | warn-reorder-ctor-initialization.cpp | 91 struct S2: virtual S1 { }; struct 94 struct S4: virtual S3, S2 { 95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}} in S4()
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 19 struct S2 { struct 20 constexpr S2() = default; 21 …constexpr S2(const S2&) = default; // expected-error {{defaulted definition of copy constructor is… 22 …constexpr S2(S2&&) = default; // expected-error {{defaulted definition of move constructor is not …
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
D | sema.cpp | 80 struct S2 { struct 81 S2(); 82 S2(int, int) throw(); 108 N(S2()); in implicits() 109 P(S2(0, 0)); in implicits() 110 S2 s; in implicits() 153 struct G3 { S2 s; }; 166 B(b, static_cast<T>(S2(0, 0))); in late() 176 S3(const S2&);
|
/external/llvm/include/llvm/ |
D | IntrinsicsHexagon.td | 1856 Hexagon_di_disi_Intrinsic<"HEXAGON.S2.vcrotate">; 2599 Hexagon_si_sisi_Intrinsic<"HEXAGON.S2.asr.r.r">; 2604 Hexagon_si_sisi_Intrinsic<"HEXAGON.S2.asl.r.r">; 2609 Hexagon_si_sisi_Intrinsic<"HEXAGON.S2.lsr.r.r">; 2614 Hexagon_si_sisi_Intrinsic<"HEXAGON.S2.lsl.r.r">; 2619 Hexagon_di_disi_Intrinsic<"HEXAGON.S2.asr.r.p">; 2624 Hexagon_di_disi_Intrinsic<"HEXAGON.S2.asl.r.p">; 2629 Hexagon_di_disi_Intrinsic<"HEXAGON.S2.lsr.r.p">; 2634 Hexagon_di_disi_Intrinsic<"HEXAGON.S2.lsl.r.p">; 2639 Hexagon_si_sisisi_Intrinsic<"HEXAGON.S2.asr.r.r.acc">; [all …]
|
/external/wpa_supplicant_8/src/crypto/ |
D | sha1-tlsprf.c | 34 const u8 *S1, *S2; in tls_prf_sha1_md5() local 68 S2 = secret + L_S1; in tls_prf_sha1_md5() 71 S2--; in tls_prf_sha1_md5() 76 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf_sha1_md5() 89 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf_sha1_md5() 92 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
|
/external/stlport/test/unit/ |
D | mfunptr_test.cpp | 41 struct S2 { } s2; struct 44 int f2(S1&, S2&); 46 int f2c(const S1&, const S2&); 49 void vf2(S1&, S2&); 51 void vf2c(const S1&, const S2&); 134 int f2(S1&, S2&) in f2() argument 140 int f2c(const S1&, const S2&) in f2c() argument 146 void vf2(S1&, S2&) in vf2() argument 152 void vf2c(const S1&, const S2&) in vf2c() argument
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/ |
D | BlowFish.java | 173 private final int[] S0, S1, S2, S3; // the s-boxes field in BlowFish 184 S2 = new int[SBOX_SK]; in BlowFish() 243 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff]) ^ S2[(x >>> 8) & 0xff]) + S3[x & 0xff]); in F() 285 System.arraycopy(KS2, 0, S2, 0, SBOX_SK); in setKey() 337 processTable(S1[SBOX_SK - 2], S1[SBOX_SK - 1], S2); in setKey() 338 processTable(S2[SBOX_SK - 2], S2[SBOX_SK - 1], S3); in setKey()
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
D | BlowfishEngine.java | 303 private final int[] S0, S1, S2, S3; // the s-boxes field in BlowfishEngine 314 S2 = new int[SBOX_SK]; in BlowfishEngine() 397 ^ S2[(x >>> 8) & 0xff]) + S3[x & 0xff]); in F() 443 System.arraycopy(KS2, 0, S2, 0, SBOX_SK); in setKey() 501 processTable(S1[SBOX_SK - 2], S1[SBOX_SK - 1], S2); in setKey() 502 processTable(S2[SBOX_SK - 2], S2[SBOX_SK - 1], S3); in setKey()
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p1.cpp | 35 friend struct S2; 36 friend struct S2* g2(); 39 struct S2 { static void f2(); }; struct 40 S2* g2() { return 0; } in g2() 52 S2 s2; in test() 54 ::S2 g_s2; // expected-error{{no member named 'S2' in the global namespace}} in test() 56 X::S2 x_s2; // expected-error{{no member named 'S2' in 'N::X'}} in test()
|
/external/clang/test/CodeGenCXX/ |
D | explicit-instantiation.cpp | 25 struct S2 { struct 40 template void S<int>::S2::h(); 45 template <typename T> void S<T>::S2::h() {} in h()
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p5.cpp | 83 …template <volatile int& N> struct S2 { }; // expected-note 2 {{template parameter is declared here… struct 100 S2<i> s2; in test() 101 …S2<ci> s2c; // expected-error{{reference binding of non-type template parameter of type 'volatile … in test() 102 S2<vi> s2v; in test() 103 …S2<cvi> s2cv; // expected-error{{reference binding of non-type template parameter of type 'volatil… in test()
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p3.cpp | 60 struct S2 { struct 68 template void S<int>::S2::h(); 73 template <typename T> void S<T>::S2::h() {} in h()
|
/external/clang/test/Sema/ |
D | type-spec-struct-union.c | 9 struct S2 *x; 14 int test_struct_scope(S1 *s1, struct S2 *s2, struct S3 *s3) { in test_struct_scope() 21 struct S2 { int x; } *s2 = 0; in test_struct_scope_2() argument
|
/external/openfst/src/test/ |
D | algo_test.h | 458 VectorFst<Arc> S2(T2); in TestCompose() 465 ArcSort(&S2, ocomp); in TestCompose() 470 ComposeFst<Arc> C1(S1, S2); in TestCompose() 473 ComposeFst<Arc> C3(S2, S3); in TestCompose() 481 UnionFst<Arc> U1(S2, S3); in TestCompose() 484 ComposeFst<Arc> C2(S1, S2); in TestCompose() 493 UnionFst<Arc> U1(S1, S2); in TestCompose() 497 ComposeFst<Arc> C3(S2, S3); in TestCompose() 504 VectorFst<Arc> A2(S2); in TestCompose() 520 ComposeFst<Arc> C1(S1, S2); in TestCompose() [all …]
|
/external/llvm/test/Transforms/LCSSA/ |
D | basictest.ll | 6 define void @lcssa(i1 %S2) { 10 br i1 %S2, label %if.true, label %if.false 19 br i1 %S2, label %loop.exit, label %loop.interior
|
/external/llvm/test/CodeGen/X86/ |
D | vec_zero_cse.ll | 9 @S2 = external global <4 x i32> 25 store <4 x i32> zeroinitializer, <4 x i32>* @S2 31 store <4 x i32> < i32 -1, i32 -1, i32 -1, i32 -1 >, <4 x i32>* @S2
|