/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitDestructuringArrayPattern4.ts | 8 var [x17, ...a10] = [1, "hello", true]; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitDestructuringArrayPattern4.js | 18 var _d = [1, "hello", true], x17 = _d[0], a10 = _d.slice(1); variable
|
D | genericRestParameters1.js | 43 const x17 = f10(42, "hello", true, ...t0); // [number, string, boolean] constant 200 var x17 = f10.apply(void 0, __spreadArray([42, "hello", true], t0)); // [number, string, boolean] variable
|
D | objectSpread.js | 141 let x17 = { ...t, ...w, ...obj }; variable
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fft_vsx.h | 61 vec_f x16, x17, x18, x19; in pass_vsx_interleave() local 287 vec_f x16, x17, x18, x19; in fft8_vsx_interleave() local 361 vec_f x16, x17, x18, x19; in fft16_vsx_interleave() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_dctdnoiz.c | 204 const float x17 = x03 - x04; in fdct16_1d() local 287 const float x17 = x00 - x08; in idct16_1d() local
|
/third_party/flutter/skia/src/core/ |
D | SkVM.h | 41 x16, x17, x18, x19, x20, x21, x22, x23, enumerator
|
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
D | generatedContextualTyping.ts | 24 class x17 { member: { (): Base[]; } = function() { return [d1, d2] } } class
|
/third_party/skia/src/core/ |
D | SkVM.h | 69 x16, x17, x18, x19, x20, x21, x22, x23, enumerator
|