/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitDestructuringArrayPattern4.ts | 9 var [x18, y18, ...a12] = [1, "hello", true]; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitDestructuringArrayPattern4.js | 19 var _e = [1, "hello", true], x18 = _e[0], y18 = _e[1], a12 = _e.slice(2); variable
|
D | genericRestParameters1.js | 44 const x18 = f10(...ns, true); // (string | number | boolean)[] constant 201 var x18 = f10.apply(void 0, __spreadArray(__spreadArray([], ns), [true])); // (string | number | bo… variable
|
D | objectSpread.js | 142 let x18 = { ...t, ...v, ...w }; variable
|
/third_party/ffmpeg/libavutil/aarch64/ |
D | asm.S | 116 #define x18 do_not_use_x18 macro
|
/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 | 205 const float x18 = x10 + x13; in fdct16_1d() local 288 const float x18 = x01 - x07; in idct16_1d() local
|
/third_party/quickjs/ |
D | repl.js | 753 "\x18": reset, /* ^X - cancel */ property
|
/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 | 25 class x18 { member: { (): Base[]; } = function named() { return [d1, d2] } } class
|
/third_party/skia/src/core/ |
D | SkVM.h | 69 x16, x17, x18, x19, x20, x21, x22, x23, enumerator
|