/external/stlport/test/unit/ |
D | mfunptr_test.cpp | 40 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&); [all …]
|
/external/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 4 struct S1; 10 …void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match defi… 11 …void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaratio… 12 …void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does… 13 …void func(unsigned, const S1*); // expected-note {{type of 1st parameter of member declaration doe… 16 struct S1 {}; struct 20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() argument 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() argument 22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() argument 23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument [all …]
|
D | warn-unused-variables.cpp | 77 struct S1 { struct 78 S1(); 80 S1 makeS1(); 81 void testS1(S1 a) { in testS1() 83 S1 x = makeS1(); // expected-warning {{unused variable 'x'}} in testS1() 86 S1 y; in testS1() 89 S1 z = a; // expected-warning {{unused variable 'z'}} in testS1() 108 S1 m; 141 struct S1 { struct 142 ~S1(); [all …]
|
/external/pcre/dist/sljit/ |
D | sljitNativeSPARC_32.c | 30 return push_inst(compiler, OR | D(dst) | S1(0) | IMM(imm), DR(dst)); in load_immediate() 33 …return (imm & 0x3ff) ? push_inst(compiler, OR | D(dst) | S1(dst) | IMM_ARG | (imm & 0x3ff), DR(dst… in load_immediate() 50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op() 58 return push_inst(compiler, AND | D(dst) | S1(src2) | IMM(0xff), DR(dst)); in emit_single_op() 59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op() 60 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op() 70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op() 71 …return push_inst(compiler, (op == SLJIT_MOV_SH ? SRA : SRL) | D(dst) | S1(dst) | IMM(16), DR(dst)); in emit_single_op() 79 …return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flag… in emit_single_op() 84 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() argument 28 if (S1.insert(*SI).second) in set_union() 40 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() argument 41 for (typename S1Ty::iterator I = S1.begin(); I != S1.end();) { in set_intersect() 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 53 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() 63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() argument 66 S1.erase(*SI); in set_subtract()
|
D | StringSwitch.h | 85 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 87 return Case(S0, Value).Case(S1, Value); in Cases() 91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 93 return Case(S0, Value).Case(S1, Value).Case(S2, Value); in Cases() 97 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 100 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value); in Cases() 104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 107 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value) in Cases()
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p5.cpp | 19 struct S1 { struct 26 S1 s1; argument 28 struct alignas(2) S4 : S1 { // expected-error {{requested alignment is less than minimum alignment … 30 struct S5 : S1 { 31 …alignas(2) S1 s1; // expected-error {{requested alignment is less than minimum alignment of 8 for … 34 S1 s1; 36 struct S7 : S1 { 38 struct alignas(2) alignas(8) alignas(1) S8 : S1 { 41 S1 s1 alignas(4); // expected-error {{requested alignment is less than minimum alignment of 8 for t… 56 template struct X<16, 8, S1>; [all …]
|
/external/libopus/silk/float/ |
D | apply_sine_window_FLP.c | 46 silk_float freq, c, S0, S1; in silk_apply_sine_window_FLP() local 63 S1 = freq; in silk_apply_sine_window_FLP() 68 S1 = 0.5f * c; in silk_apply_sine_window_FLP() 74 px_win[ k + 0 ] = px[ k + 0 ] * 0.5f * ( S0 + S1 ); in silk_apply_sine_window_FLP() 75 px_win[ k + 1 ] = px[ k + 1 ] * S1; in silk_apply_sine_window_FLP() 76 S0 = c * S1 - S0; in silk_apply_sine_window_FLP() 77 px_win[ k + 2 ] = px[ k + 2 ] * 0.5f * ( S1 + S0 ); in silk_apply_sine_window_FLP() 79 S1 = c * S0 - S1; in silk_apply_sine_window_FLP()
|
/external/chromium_org/third_party/opus/src/silk/float/ |
D | apply_sine_window_FLP.c | 46 silk_float freq, c, S0, S1; in silk_apply_sine_window_FLP() local 63 S1 = freq; in silk_apply_sine_window_FLP() 68 S1 = 0.5f * c; in silk_apply_sine_window_FLP() 74 px_win[ k + 0 ] = px[ k + 0 ] * 0.5f * ( S0 + S1 ); in silk_apply_sine_window_FLP() 75 px_win[ k + 1 ] = px[ k + 1 ] * S1; in silk_apply_sine_window_FLP() 76 S0 = c * S1 - S0; in silk_apply_sine_window_FLP() 77 px_win[ k + 2 ] = px[ k + 2 ] * 0.5f * ( S1 + S0 ); in silk_apply_sine_window_FLP() 79 S1 = c * S0 - S1; in silk_apply_sine_window_FLP()
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 5 struct S1 { struct 6 …constexpr S1() = default; // expected-error {{defaulted definition of default constructor is not c… 7 constexpr S1(const S1&) = default; 8 constexpr S1(S1&&) = default; 9 …constexpr S1 &operator=(const S1&) const = default; // expected-error {{explicitly-defaulted copy … 10 …constexpr S1 &operator=(S1&&) const = default; // expected-error {{explicitly-defaulted move assig… 11 constexpr ~S1() = default; // expected-error {{destructor cannot be marked constexpr}}
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | dead-string-char-code-at2.js | 30 var S1 = "string1"; variable 53 var S3 = S1 + S2; 55 assertEquals(S1, dead1(S1, S2)); 56 assertEquals(S1, dead2(S1, S2)); 57 assertEquals("11", dead3(S1, S2)); 68 assertEquals(S3, dead2(S3, S1));
|
D | dead-string-char-code-at.js | 30 var S1 = "string1"; variable 53 var S3 = S1 + S2; 55 assertEquals(S1, dead1(S1, S2)); 56 assertEquals(S1, dead2(S1, S2)); 57 assertEquals("11", dead3(S1, S2)); 68 assertEquals(S3, dead2(S3, S1));
|
/external/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 55 struct S1 {}; struct 61 struct D1 : S1 {}; 67 struct D7 : S1, S3 {}; 68 struct D8 : S1, D4, D5 { double x[2]; }; 69 struct D9 : S1, D1 { S1 s1; }; 75 struct V6 : S1 { virtual ~V6(); }; 110 [AlignOf<S1>::Alignment > 0] 152 EXPECT_LE(alignOf<char>(), alignOf<S1>()); in TEST() 153 EXPECT_LE(alignOf<S1>(), alignOf<S2>()); in TEST() 154 EXPECT_LE(alignOf<S1>(), alignOf<S3>()); in TEST() [all …]
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
D | sema.cpp | 57 struct S1 { struct 65 S1 s; in callmem() 72 void (S1::*mpnospec)(); 73 void (S1::*mpallspec)() throw(...); 74 void (S1::*mpintspec)() throw(int); 75 void (S1::*mpemptyspec)() throw(); 78 S1 s; in callmemptr() 150 P(typeid(*(S1*)0)); in idtype() 175 B(b, S1() + T()); in late() 191 void operator +(const S1&, float) throw(); [all …]
|
/external/clang/test/CodeGenCXX/ |
D | fastcall.cpp | 10 struct S1 { struct 12 S1(const S1 &y); argument 15 void __attribute__((fastcall)) foo2(S1 a, int b); 16 void bar2(S1 a, int b) { in bar2()
|
D | microsoft-uuidof.cpp | 19 struct __declspec(uuid("12345678-1234-1234-1234-1234567890aB")) S1 { } s1; struct 32 GUID g = __uuidof(S1); 38 const GUID& gr = __uuidof(S1); 41 const GUID* gp = &__uuidof(S1); 75 GUID s1_1 = __uuidof(S1); in fun() 81 GUID s1_2 = __uuidof(S1); in fun()
|
D | regparm.cpp | 8 struct S1 { struct 10 S1(const S1 &y); argument 13 void __attribute__((regparm(3))) foo2(S1 a, int b); 15 void bar2(S1 a, int b) { in bar2()
|
D | mangle-subst.cpp | 51 template <typename T> struct S1 {}; struct 52 template<typename T> void ft3(S1<T>, S1<char>) { } in ft3() 55 template void ft3<int>(S1<int>, S1<char>);
|
/external/llvm/test/CodeGen/Mips/ |
D | o32_cc_byval.ll | 4 %struct.S1 = type { i8, i16, i32, i64, double, i32 } 31 …call void @callee1(float 2.000000e+01, %struct.S1* byval bitcast (%0* @f1.s1 to %struct.S1*)) noun… 35 …at 2.100000e+01, %struct.S3* byval %agg.tmp10, %struct.S1* byval bitcast (%0* @f1.s1 to %struct.S1… 39 declare void @callee1(float, %struct.S1* byval) 43 declare void @callee3(float, %struct.S3* byval, %struct.S1* byval) 45 define void @f2(float %f, %struct.S1* nocapture byval %s1) nounwind { 64 %i2 = getelementptr inbounds %struct.S1* %s1, i32 0, i32 5 66 %d = getelementptr inbounds %struct.S1* %s1, i32 0, i32 4 68 %ll = getelementptr inbounds %struct.S1* %s1, i32 0, i32 3 70 %i = getelementptr inbounds %struct.S1* %s1, i32 0, i32 2 [all …]
|
D | largeimmprinting.ll | 7 %struct.S1 = type { [65536 x i8] } 9 @s1 = external global %struct.S1 29 %agg.tmp = alloca %struct.S1, align 1 30 %tmp = getelementptr inbounds %struct.S1* %agg.tmp, i32 0, i32 0, i32 0 31 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp, i8* getelementptr inbounds (%struct.S1* @s1, i32 0,… 32 call void @f2(%struct.S1* byval %agg.tmp) nounwind 36 declare void @f2(%struct.S1* byval)
|
/external/srtp/crypto/hash/ |
D | sha1.c | 56 #define S1(X) ((X << 1) | (X >> 31)) macro 134 TEMP = W[13] ^ W[8] ^ W[2] ^ W[0]; W[16] = S1(TEMP); in sha1_core() 135 TEMP = W[14] ^ W[9] ^ W[3] ^ W[1]; W[17] = S1(TEMP); in sha1_core() 136 TEMP = W[15] ^ W[10] ^ W[4] ^ W[2]; W[18] = S1(TEMP); in sha1_core() 137 TEMP = W[16] ^ W[11] ^ W[5] ^ W[3]; W[19] = S1(TEMP); in sha1_core() 138 TEMP = W[17] ^ W[12] ^ W[6] ^ W[4]; W[20] = S1(TEMP); in sha1_core() 139 TEMP = W[18] ^ W[13] ^ W[7] ^ W[5]; W[21] = S1(TEMP); in sha1_core() 140 TEMP = W[19] ^ W[14] ^ W[8] ^ W[6]; W[22] = S1(TEMP); in sha1_core() 141 TEMP = W[20] ^ W[15] ^ W[9] ^ W[7]; W[23] = S1(TEMP); in sha1_core() 142 TEMP = W[21] ^ W[16] ^ W[10] ^ W[8]; W[24] = S1(TEMP); in sha1_core() [all …]
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/ |
D | sha1.c | 56 #define S1(X) ((X << 1) | (X >> 31)) macro 134 TEMP = W[13] ^ W[8] ^ W[2] ^ W[0]; W[16] = S1(TEMP); in sha1_core() 135 TEMP = W[14] ^ W[9] ^ W[3] ^ W[1]; W[17] = S1(TEMP); in sha1_core() 136 TEMP = W[15] ^ W[10] ^ W[4] ^ W[2]; W[18] = S1(TEMP); in sha1_core() 137 TEMP = W[16] ^ W[11] ^ W[5] ^ W[3]; W[19] = S1(TEMP); in sha1_core() 138 TEMP = W[17] ^ W[12] ^ W[6] ^ W[4]; W[20] = S1(TEMP); in sha1_core() 139 TEMP = W[18] ^ W[13] ^ W[7] ^ W[5]; W[21] = S1(TEMP); in sha1_core() 140 TEMP = W[19] ^ W[14] ^ W[8] ^ W[6]; W[22] = S1(TEMP); in sha1_core() 141 TEMP = W[20] ^ W[15] ^ W[9] ^ W[7]; W[23] = S1(TEMP); in sha1_core() 142 TEMP = W[21] ^ W[16] ^ W[10] ^ W[8]; W[24] = S1(TEMP); in sha1_core() [all …]
|
/external/clang/test/CXX/class/class.nest/ |
D | p3.cpp | 20 struct S1 { }; struct 22 struct S1; 24 struct S2::S1 { }; struct in PR6107::S2 25 S1 s1;
|
/external/clang/test/CodeGen/ |
D | stdcall-fastcall.c | 59 struct S1 { struct 62 void __attribute__((fastcall)) foo2(struct S1 y); argument 63 void bar2(struct S1 y) { in bar2() 103 void __attribute__((fastcall)) foo7(int a, struct S1 b, int c); 104 void bar7(int a, struct S1 b, int c) { in bar7() 110 void __attribute__((fastcall)) foo8(struct S1 a, int b); 111 void bar8(struct S1 a, int b) { in bar8()
|
/external/llvm/test/CodeGen/X86/ |
D | fold-sext-trunc.ll | 5 %struct.S1 = type { i16, i32 } 6 @g_10 = external global %struct.S1 ; <%struct.S1*> [#uses=2] 12 …%val = load i64* getelementptr (%0* bitcast (%struct.S1* @g_10 to %0*), i32 0, i32 0) ; <i64> [#u… 13 %0 = load i32* getelementptr (%struct.S1* @g_10, i32 0, i32 1), align 4 ; <i32> [#uses=1]
|