/third_party/typescript/tests/cases/compiler/ |
D | declarationMerging1.ts | 3 protected _f: number; property in A
|
D | declarationMerging2.ts | 5 protected _f: number; property in A
|
/third_party/typescript/tests/baselines/reference/ |
D | strictNullEmptyDestructuring.js | 38 var _f = Math.random() ? null : undefined; variable
|
D | logicalAssignment2(target=es2020).js | 33 var _a, _b, _c, _d, _e, _f; variable
|
D | propertyAccessChain.js | 30 var _a, _b, _c, _d, _e, _f; variable
|
D | logicalAssignment2(target=es2015).js | 34 var _d, _e, _f, _g, _h, _j; variable
|
D | blockScopedBindingUsedBeforeDef.js | 21 var _e = {}, _f = b, b = _e[_f]; variable
|
D | emitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1.js | 15 var _a, _b, _c, _d, _e, _f, _g, _h; variable
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS4.js | 18 var _a, _b, _c, _d, _e, _f, _g, _h; variable
|
D | destructuringObjectBindingPatternAndAssignment4.js | 16 _f = _a.e, // ok variable
|
D | callChain.js | 51 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o; variable
|
D | ES5For-of35.js | 22 … var _d = _c.value, _e = _d.x, a = _e === void 0 ? 0 : _e, _f = _d.y, b = _f === void 0 ? 1 : _f; variable
|
D | deleteChain.js | 29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
|
D | elementAccessChain.js | 35 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; variable
|
D | literalTypesAndDestructuring.js | 31 var _f = x.a, a4 = _f === void 0 ? 2 : _f; variable
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS3.js | 16 var _a, _b, _c, _d, _e, _f, _g, _h; variable
|
D | crashInGetTextOfComputedPropertyName.js | 44 …, _e = _d === void 0 ? {} : _d /*happens when default value is provided*/, _f = itemId, itemWithTS… variable
|
D | ES5For-of36.js | 38 …var _d = __read(_c.value, 2), _e = _d[0], a = _e === void 0 ? 0 : _e, _f = _d[1], b = _f === void … variable
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS2.js | 15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
|
D | unusedParametersWithUnderscore.js | 2 function f(a, _b, c, ___, d,e___, _f) { argument
|
/third_party/musl/src/network/ |
D | lookup_serv.c | 73 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in __lookup_serv() local
|
D | getnameinfo.c | 50 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in reverse_hosts() local 90 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in reverse_services() local
|
D | resolvconf.c | 16 FILE *f, _f; in __get_resolv_conf() local
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | getnameinfo.c | 50 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in reverse_hosts() local 90 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in reverse_services() local
|
/third_party/musl/porting/linux/user/src/network/ |
D | getnameinfo.c | 69 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in reverse_hosts() local 111 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in reverse_services() local
|