/third_party/typescript/tests/cases/compiler/ |
D | intTypeCheck.ts | 41 interface i6 extends i2 { } interface 167 var obj55: i6; 168 var obj56: i6 = {}; 169 var obj57: i6 = new Object(); 170 var obj58: i6 = new obj55; 171 var obj59: i6 = new Base; 172 var obj60: i6 = null; 173 var obj61: i6 = function () { }; 175 var obj63: i6 = <i6> anyVar; 176 var obj64: i6 = new <i6> anyVar; [all …]
|
D | complicatedPrivacy.ts | 74 export class c_pr implements mglo5.i5, mglo5.i6 { 101 interface i6 { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | intTypeCheck.types | 91 interface i6 extends i2 { } 489 var obj55: i6; 490 >obj55 : i6 492 var obj56: i6 = {}; 493 >obj56 : i6 496 var obj57: i6 = new Object(); 497 >obj57 : i6 501 var obj58: i6 = new obj55; 502 >obj58 : i6 504 >obj55 : i6 [all …]
|
D | intTypeCheck.js | 42 interface i6 extends i2 { } 168 var obj55: i6; 169 var obj56: i6 = {}; 170 var obj57: i6 = new Object(); 171 var obj58: i6 = new obj55; 172 var obj59: i6 = new Base; 173 var obj60: i6 = null; 174 var obj61: i6 = function () { }; 176 var obj63: i6 = <i6> anyVar; 177 var obj64: i6 = new <i6> anyVar; [all …]
|
D | intTypeCheck.symbols | 101 interface i6 extends i2 { } 102 >i6 : Symbol(i6, Decl(intTypeCheck.ts, 39, 27)) 487 var obj55: i6; 489 >i6 : Symbol(i6, Decl(intTypeCheck.ts, 39, 27)) 491 var obj56: i6 = {}; 493 >i6 : Symbol(i6, Decl(intTypeCheck.ts, 39, 27)) 495 var obj57: i6 = new Object(); 497 >i6 : Symbol(i6, Decl(intTypeCheck.ts, 39, 27)) 500 var obj58: i6 = new obj55; 502 >i6 : Symbol(i6, Decl(intTypeCheck.ts, 39, 27)) [all …]
|
D | intTypeCheck.errors.txt | 61 tests/cases/compiler/intTypeCheck.ts(168,5): error TS2322: Type '{}' is not assignable to type 'i6'. 63 …/cases/compiler/intTypeCheck.ts(169,5): error TS2322: Type 'Object' is not assignable to type 'i6'. 67 …ts/cases/compiler/intTypeCheck.ts(171,5): error TS2322: Type 'Base' is not assignable to type 'i6'. 69 …es/compiler/intTypeCheck.ts(173,5): error TS2322: Type '() => void' is not assignable to type 'i6'. 71 …cases/compiler/intTypeCheck.ts(176,5): error TS2322: Type 'boolean' is not assignable to type 'i6'. 73 tests/cases/compiler/intTypeCheck.ts(176,22): error TS2693: 'i6' only refers to a type, but is bein… 142 interface i6 extends i2 { } 367 var obj55: i6; 368 var obj56: i6 = {}; 370 !!! error TS2322: Type '{}' is not assignable to type 'i6'. [all …]
|
D | complicatedPrivacy.errors.txt | 4 …compiler/complicatedPrivacy.ts(73,55): error TS2694: Namespace 'mglo5' has no exported member 'i6'. 86 export class c_pr implements mglo5.i5, mglo5.i6 { 88 !!! error TS2694: Namespace 'mglo5' has no exported member 'i6'. 115 interface i6 {
|
D | commentsClass.js | 37 var i6 = new c6(); variable 116 var i6 = new c6(); variable 178 declare var i6: c6;
|
D | complicatedPrivacy.symbols | 141 export class c_pr implements mglo5.i5, mglo5.i6 { 190 interface i6 { 191 >i6 : Symbol(i6, Decl(complicatedPrivacy.ts, 97, 5)) 194 >f6 : Symbol(i6.f6, Decl(complicatedPrivacy.ts, 99, 18))
|
D | commentsClass.symbols | 73 var i6 = new c6(); 74 >i6 : Symbol(i6, Decl(commentsClass.ts, 35, 3))
|
D | complicatedPrivacy.js | 74 export class c_pr implements mglo5.i5, mglo5.i6 { 101 interface i6 {
|
D | commentsClass.types | 77 var i6 = new c6(); 78 >i6 : c6
|
/third_party/ltp/tools/sparse/sparse-src/validation/eval/ |
D | unqual02.c | 7 typeof(!x) i6; i6 = 0; // should be OK in test_const() local 19 typeof(!x) i6; pp = &i6; // should be OK in test_volatile() local
|
/third_party/lzma/CPP/Common/ |
D | MyCom.h | 301 #define Z7_COM_UNKNOWN_IMP_6(i1, i2, i3, i4, i5, i6) \ argument 309 Z7_COM_QI_ENTRY(i6) \ 312 #define Z7_COM_UNKNOWN_IMP_7(i1, i2, i3, i4, i5, i6, i7) \ argument 320 Z7_COM_QI_ENTRY(i6) \ 355 #define Z7_IFACES_IMP_UNK_6(i1, i2, i3, i4, i5, i6) \ argument 356 Z7_COM_UNKNOWN_IMP_6(i1, i2, i3, i4, i5, i6) \ 362 Z7_IFACE_COM7_IMP(i6) \ 417 #define Z7_CLASS_IMP_COM_6(c, i1, i2, i3, i4, i5, i6) \ argument 424 public i6, \ 426 Z7_IFACES_IMP_UNK_6(i1, i2, i3, i4, i5, i6) \
|
/third_party/toybox/toys/net/ |
D | netstat.c | 124 struct {struct {unsigned a, b, c, d;} u; unsigned char b[16];} i6; in show_ip() member 132 &num, &laddr.i6.u.a, &laddr.i6.u.b, &laddr.i6.u.c, in show_ip() 133 &laddr.i6.u.d, &lport, &raddr.i6.u.a, &raddr.i6.u.b, in show_ip() 134 &raddr.i6.u.c, &raddr.i6.u.d, &rport, &state, &txq, &rxq, in show_ip()
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-blockfrequency-several-for-loops/ |
D | 0-opt.wgsl | 13 var i6 : i32; 57 i6 = 0; 59 let x_87 : i32 = i6; 94 let x_110 : i32 = i6; 95 i6 = (x_110 + 1);
|
D | 0-opt.spvasm | 15 OpName %i6 "i6" 55 %i6 = OpVariable %_ptr_Function_int Function 123 OpStore %i6 %int_0 129 %87 = OpLoad %int %i6 172 %110 = OpLoad %int %i6 174 OpStore %i6 %111
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-scaled-number-nested-loops/ |
D | 0-opt.spvasm | 18 OpName %i6 "i6" 58 %i6 = OpVariable %_ptr_Function_int Function 146 OpStore %i6 %int_0 152 %103 = OpLoad %int %i6 220 %143 = OpLoad %int %i6 222 OpStore %i6 %144
|
D | 0-opt.wgsl | 18 var i6 : i32; 77 i6 = 0; 79 let x_103 : i32 = i6; 131 let x_143 : i32 = i6; 132 i6 = (x_143 + 1);
|
/third_party/glslang/Test/baseResults/ |
D | include.vert.out | 21 0:15 'i6' ( global 4-component vector of float) 27 0:? 'i6' ( global 4-component vector of float) 56 0:15 'i6' ( global 4-component vector of float) 62 0:? 'i6' ( global 4-component vector of float)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | available_instructions_test.cpp | 156 opt::Instruction* i6 = context->get_def_use_mgr()->GetDef(30); in TEST() local 165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST() 203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() 241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 156 opt::Instruction* i6 = context->get_def_use_mgr()->GetDef(30); in TEST() local 165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST() 203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() 241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 156 opt::Instruction* i6 = context->get_def_use_mgr()->GetDef(30); in TEST() local 165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST() 203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() 241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp3dsp.asm | 223 movq m7, m5 ; r7 = i6 225 pmulhw m5, C(2) ; r5 = c2*i6 - i6 231 paddw m5, m7 ; r5 = c2*i6 233 pmulhw m7, C(6) ; r7 = c6*i6 236 psubsw m1, m5 ; r1 = H = c6*i2 - c2*i6 427 movdqa m5, I(6) ; xmm5 = i6 429 movdqa m7, m5 ; xmm7 = i6 431 pmulhw m5, C(2) ; xmm5 = c2 * i6 - i6 437 paddw m5, m7 ; xmm5 = c2 * i6 439 pmulhw m7, C(6) ; xmm7 = c6 * i6 [all …]
|
D | fft.asm | 95 ; in: %1 = {r0,i0,r2,i2,r4,i4,r6,i6} 99 ; %2 = {r4,r5,r6,r7,i4,i5,i6,i7} 129 ; in: %1={r0,i0,r2,i2,r4,i4,r6,i6} %2={r1,i1,r3,i3,r5,i5,r7,i7} 130 ; out: %1={r0,r1,r2,r3,r4,r5,r6,r7} %2={i0,i1,i2,i3,i4,i5,i6,i7} 144 ; in: %1={r0,r1,r2,r3} %2={i0,i1,i2,i3} %3={r4,i4,r6,i6} %4={r5,i5,r7,i7} 145 ; out: %1={r0,r1,r2,r3} %2={i0,i1,i2,i3} %1={r4,r5,r6,r7} %2={i4,i5,i6,i7} 149 ; %3={r4,i4,r6,i6,r12,i12,r14,i14} %4={r5,i5,r7,i7,r13,i13,r15,i15} 151 ; %3={r4,r5,r6,r7,r12,r13,r14,r15} %4={i4,i5,i6,i7,i12,i13,i14,i15} 167 subps %4, %2, %5 ; {i4,i5,i6,i7} 358 ; m2={r4,r5,r6,r7,r12,r13,r14,r15} m3={i4,i5,i6,i7,i12,i13,i14,i15}
|