/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()
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p5.cpp | 25 struct S1 { struct 32 S1 s1; argument 34 struct alignas(2) S4 : S1 { // expected-error {{requested alignment is less than minimum alignment … 36 struct S5 : S1 { 37 …alignas(2) S1 s1; // expected-error {{requested alignment is less than minimum alignment of 8 for … 40 S1 s1; 42 struct S7 : S1 { 44 struct alignas(2) alignas(8) alignas(1) S8 : S1 { 47 S1 s1 alignas(4); // expected-error {{requested alignment is less than minimum alignment of 8 for t… 62 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/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, %struct.S1* %s1, i32 0, i32 5 66 %d = getelementptr inbounds %struct.S1, %struct.S1* %s1, i32 0, i32 4 68 %ll = getelementptr inbounds %struct.S1, %struct.S1* %s1, i32 0, i32 3 70 %i = getelementptr inbounds %struct.S1, %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, %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, %struct.S1*… 32 call void @f2(%struct.S1* byval %agg.tmp) nounwind 36 declare void @f2(%struct.S1* byval)
|
D | memcpy.ll | 3 %struct.S1 = type { i32, [41 x i8] } 7 define void @foo1(%struct.S1* %s1, i8 signext %n) nounwind { 11 %arraydecay = getelementptr inbounds %struct.S1, %struct.S1* %s1, i32 0, i32 1, i32 0 13 %arrayidx = getelementptr inbounds %struct.S1, %struct.S1* %s1, i32 0, i32 1, i32 40
|
/external/llvm/test/CodeGen/X86/ |
D | peephole-fold-movsd.ll | 7 %struct.S1 = type { double, double } 9 @g = common global %struct.S1 zeroinitializer, align 8 11 declare void @foo3(%struct.S1*) 18 %tmpcast = bitcast <2 x double>* %1 to %struct.S1* 19 call void @foo3(%struct.S1* %tmpcast) #2 20 %p2 = getelementptr inbounds %struct.S1, %struct.S1* %tmpcast, i64 0, i32 0 22 %p3 = getelementptr inbounds %struct.S1, %struct.S1* %tmpcast, i64 0, i32 1 29 store <2 x double> %8, <2 x double>* bitcast (%struct.S1* @g to <2 x double>*), align 16
|
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, i64* getelementptr (%0, %0* bitcast (%struct.S1* @g_10 to %0*), i32 0, i32 0) ; … 13 …%0 = load i32, i32* getelementptr (%struct.S1, %struct.S1* @g_10, i32 0, i32 1), align 4 ; <i32> …
|
/external/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 47 struct S1 {}; struct 53 struct D1 : S1 {}; 59 struct D7 : S1, S3 {}; 60 struct D8 : S1, D4, D5 { double x[2]; }; 61 struct D9 : S1, D1 { S1 s1; }; 73 struct V6 : S1 { virtual ~V6(); }; 112 [AlignOf<S1>::Alignment > 0] 154 EXPECT_LE(alignOf<char>(), alignOf<S1>()); in TEST() 155 EXPECT_LE(alignOf<S1>(), alignOf<S2>()); in TEST() 156 EXPECT_LE(alignOf<S1>(), alignOf<S3>()); in TEST() [all …]
|
/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/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/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/llvm/test/DebugInfo/X86/ |
D | dbg-value-inlined-parameter.ll | 42 %struct.S1 = type { float*, i32 } 44 @p = common global %struct.S1 zeroinitializer, align 8 46 define i32 @foo(%struct.S1* nocapture %sp, i32 %nums) nounwind optsize ssp !dbg !0 { 48 …tail call void @llvm.dbg.value(metadata %struct.S1* %sp, i64 0, metadata !9, metadata !DIExpressio… 50 %tmp2 = getelementptr inbounds %struct.S1, %struct.S1* %sp, i64 0, i32 1, !dbg !22 53 %tmp5 = getelementptr inbounds %struct.S1, %struct.S1* %sp, i64 0, i32 0, !dbg !27 64 …tail call void @llvm.dbg.value(metadata %struct.S1* @p, i64 0, metadata !9, metadata !DIExpression… 66 …store i32 1, i32* getelementptr inbounds (%struct.S1, %struct.S1* @p, i64 0, i32 1), align 8, !dbg… 68 …store float* %call.i, float** getelementptr inbounds (%struct.S1, %struct.S1* @p, i64 0, i32 0), a… 88 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "S1", line: 4, file: !42, scope: !2, baseType: !12) [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 33 GUID g = __uuidof(S1); 39 const GUID& gr = __uuidof(S1); 42 const GUID* gp = &__uuidof(S1); 76 GUID s1_1 = __uuidof(S1); in fun() 82 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()
|
/external/clang/test/OpenMP/ |
D | threadprivate_codegen.cpp | 34 struct S1 { struct 36 S1() in S1() argument 39 S1(int a) in S1() argument 42 S1(const S1 &s) { in S1() argument 45 ~S1() { in ~S1() argument 191 static S1 gs1(5); 246 S1 arr_x[2][3] = { { 1, 2, 3 }, { 4, 5, 6 } };
|
/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/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 418 uint64_t S1 = 0, S2 = 0; in dfsan_weak_hook_memcmp() local 420 memcpy(&S1, s1, std::min(n, sizeof(S1))); in dfsan_weak_hook_memcmp() 424 TS->DFSanCmpCallback(PC, n, fuzzer::ICMP_EQ, S1, S2, L1, L2); in dfsan_weak_hook_memcmp() 432 uint64_t S1 = 0, S2 = 0; in dfsan_weak_hook_strncmp() local 436 memcpy(&S1, s1, std::min(n, sizeof(S1))); in dfsan_weak_hook_strncmp() 440 TS->DFSanCmpCallback(PC, n, fuzzer::ICMP_EQ, S1, S2, L1, L2); in dfsan_weak_hook_strncmp() 447 uint64_t S1 = 0, S2 = 0; in dfsan_weak_hook_strcmp() local 453 memcpy(&S1, s1, std::min(N, sizeof(S1))); in dfsan_weak_hook_strcmp() 457 TS->DFSanCmpCallback(PC, N, fuzzer::ICMP_EQ, S1, S2, L1, L2); in dfsan_weak_hook_strcmp() 464 uint64_t S1 = 0, S2 = 0; in __sanitizer_weak_hook_memcmp() local [all …]
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
D | ObjectsBenchmark.java | 33 private static final String S1 = "Ninety five"; field in ObjectsBenchmark 43 dummy += Objects.hashCode(S0, S1); in hashString_2() 51 dummy += Objects.hashCode(S0, S1, S2); in hashString_3() 59 dummy += Objects.hashCode(S0, S1, S2, S3); in hashString_4() 67 dummy += Objects.hashCode(S0, S1, S2, S3, S4); in hashString_5() 75 dummy += Objects.hashCode(I2, S1, D1, S2, I0); in hashMixed_5()
|
/external/opencv3/modules/videostab/src/ |
D | wobble_suppression.cpp | 113 Mat S1 = (*stabilizationMotions_)[idx]; in suppress() local 115 …Mat_<float> ML = S1 * getMotion(k1, idx, *motions2_) * getMotion(k1, idx, *motions_).inv() * S1.in… in suppress() 116 …Mat_<float> MR = S1 * getMotion(idx, k2, *motions2_).inv() * getMotion(idx, k2, *motions_) * S1.in… in suppress() 165 Mat S1 = (*stabilizationMotions_)[idx]; in suppress() local 167 Mat ML = S1 * getMotion(k1, idx, *motions2_) * getMotion(k1, idx, *motions_).inv() * S1.inv(); in suppress() 168 Mat MR = S1 * getMotion(idx, k2, *motions2_).inv() * getMotion(idx, k2, *motions_) * S1.inv(); in suppress()
|