/third_party/typescript/tests/baselines/reference/ |
D | awaitedType.js | 84 const y = await x; constant 93 const y = await x; constant 102 const y = await x; constant 111 const y = await x; constant 120 const y = await x; constant 129 const y = await x; constant 136 const y = await x; constant 143 const y = await x; constant 150 const y = await x; constant 157 const y = await x; constant [all …]
|
D | destructuringWithLiteralInitializers2.js | 2 function f00([x, y]) {} argument 3 function f01([x, y] = []) {} argument 4 function f02([x, y] = [1]) {} argument 5 function f03([x, y] = [1, 'foo']) {} argument 7 function f10([x = 0, y]) {} argument 8 function f11([x = 0, y] = []) {} argument 9 function f12([x = 0, y] = [1]) {} argument 10 function f13([x = 0, y] = [1, 'foo']) {} argument 12 function f20([x = 0, y = 'bar']) {} argument 13 function f21([x = 0, y = 'bar'] = []) {} argument [all …]
|
D | arrayBestCommonTypes.js | 33 … var t1: { x: number; y: base; }[] = [{ x: 7, y: new derived() }, { x: 5, y: new base() }]; property 34 … var t2: { x: boolean; y: base; }[] = [{ x: true, y: new derived() }, { x: false, y: new base() }]; property 35 …var t3: { x: string; y: base; }[] = [{ x: undefined, y: new base() }, { x: '', y: new derived() }]; property 39 var a1 = [{ x: 0, y: 'a' }, { x: 'a', y: 'a' }, { x: anyObj, y: 'a' }]; property 40 var a2 = [{ x: anyObj, y: 'a' }, { x: 0, y: 'a' }, { x: 'a', y: 'a' }]; property 41 var a3 = [{ x: 0, y: 'a' }, { x: anyObj, y: 'a' }, { x: 'a', y: 'a' }]; property 86 … var t1: { x: number; y: base; }[] = [{ x: 7, y: new derived() }, { x: 5, y: new base() }]; property 87 … var t2: { x: boolean; y: base; }[] = [{ x: true, y: new derived() }, { x: false, y: new base() }]; property 88 …var t3: { x: string; y: base; }[] = [{ x: undefined, y: new base() }, { x: '', y: new derived() }]; property 92 var a1 = [{ x: 0, y: 'a' }, { x: 'a', y: 'a' }, { x: anyObj, y: 'a' }]; property [all …]
|
D | destructuringWithLiteralInitializers.js | 3 function f1({ x, y }) { } field 4 f1({ x: 1, y: 1 }); property 7 function f2({ x, y = 0 }) { } property 9 f2({ x: 1, y: 1 }); property 12 function f3({ x = 0, y = 0 }) { } property 15 f3({ y: 1 }); property 16 f3({ x: 1, y: 1 }); property 19 function f4({ x, y } = { x: 0, y: 0 }) { } field 21 f4({ x: 1, y: 1 }); property 24 function f5({ x, y = 0 } = { x: 0 }) { } property [all …]
|
D | missingAndExcessProperties.js | 21 var { } = { x: 0, y: 0 }; property 22 var { x } = { x: 0, y: 0 }; property 23 var { y } = { x: 0, y: 0 }; property 24 var { x, y } = { x: 0, y: 0 }; property 30 ({ } = { x: 0, y: 0 }); property 31 ({ x } = { x: 0, y: 0 }); property 32 ({ y } = { x: 0, y: 0 }); property 33 ({ x, y } = { x: 0, y: 0 }); property 56 var _a = { x: 0, y: 0 }; property 57 var x = { x: 0, y: 0 }.x; property [all …]
|
D | jsDeclarationsClassMethod.js | 9 this.prop = function (x, y) { argument 20 C1.prototype.method = function (x, y) { argument 30 C1.staticProp = function (x, y) { argument 41 method1(x, y) { argument 52 C2.prototype.method2 = function (x, y) { argument 62 C2.staticProp = function (x, y) { argument 75 this.prop = function (x, y) { argument 85 C1.prototype.method = function (x, y) { argument 104 method1(x, y) { argument 114 C2.prototype.method2 = function (x, y) { argument
|
D | arrayConstructors1.js | 7 var y: number[]; variable 8 y = new Array(1); variable 9 y = new Array(1,2); variable 17 var y; variable 18 y = new Array(1); variable 19 y = new Array(1, 2); variable 20 y = new Array(1, 2); variable
|
D | callsOnComplexSignatures.js | 43 arg1: ((...objs: {x: number}[]) => number) | ((...objs: {y: number}[]) => number), property 45 … arg3: ((a: {x: number}, ...objs: {y: number}[]) => number) | ((...objs: {x: number}[]) => number), property 46 arg4: ((a?: {x: number}, b?: {x: number}) => number) | ((a?: {y: number}) => number), property 47 arg5: ((a?: {x: number}, ...b: {x: number}[]) => number) | ((a?: {y: number}) => number), property 48 arg6: ((a?: {x: number}, b?: {x: number}) => number) | ((...a: {y: number}[]) => number), property 51 arg1({x: 0, y: 0}); property 52 arg1({x: 0, y: 0}, {x: 1, y: 1}); property 57 arg3({x: 0}, {x: 0, y: 0}); property 58 arg3({x: 0}, {x: 0, y: 0}, {x: 0, y: 0}); property 61 arg4({x: 0, y: 0}); property [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | resolvingClassDeclarationWhenInBaseTypeResolution.ts | 4 salomonseni() : caniventer { var x : caniventer; () => { var y = this; }; return x; } variable 5 …uchidai() : lavali.xanthognathus { var x : lavali.xanthognathus; () => { var y = this; }; return x… variable 6 raffrayana() : lavali.otion { var x : lavali.otion; () => { var y = this; }; return x; } variable 7 …gitta.stolzmanni, dammermani.melanops>, trivirgatus.falconeri>; () => { var y = this; }; return x;… variable 8 nayaur() : gabriellae.amicus { var x : gabriellae.amicus; () => { var y = this; }; return x; } variable 11 …icus, howi.coludo<quasiater.bobrinskoi, provocax.melanoleuca>>; () => { var y = this; }; return x;… variable 12 … x : imperfecta.ciliolabrum<argurus.oreas, argurus.peninsulae>; () => { var y = this; }; return x;… variable 13 …oreas>, sagitta.cinereus<lavali.xanthognathus, argurus.oreas>>; () => { var y = this; }; return x;… variable 14 …palliolata() : Lanthanum.jugularis { var x : Lanthanum.jugularis; () => { var y = this; }; return … variable 15 …nivicola() : samarensis.pallidus { var x : samarensis.pallidus; () => { var y = this; }; return x;… variable [all …]
|
D | capturedLetConstInLoop1.ts | 31 for (let y = 0; y < 1; ++y) { variable 37 for (let x = 0, y = 1; x < 1; ++x) { variable 43 let x, y; variable 49 let x, y; variable 54 for (let y = 0; y < 1; ++y) { variable 60 for (let y = (use(() => y), 0); y < 1; ++y) { variable 63 for (let y = 0; use(() => y), y < 1; ++y) { variable 66 for (let y = 0; y < 1; use(() => y), ++y) { variable 69 for (let y = (use(() => y), 0); use(() => y), y < 1; use(() => y), ++y) { variable 101 for (const y = 0; y < 1;) { constant [all …]
|
D | controlFlowNoImplicitAny.ts | 15 const y = x; // string | number | undefined constant 27 const y = x; // string | number | undefined constant 39 const y = x; // string | number | null constant 51 const y = x; // any constant 63 const y = x; // string | number | undefined constant 75 const y = x; // string | number | undefined constant 87 const y = x; // string | number | null constant 99 const y = x; // any constant 111 const y = x; // string | number | undefined constant 126 const y = x; // string | number | undefined constant
|
D | awaitedType.ts | 50 const y = await x; constant 55 const y = await x; constant 60 const y = await x; constant 65 const y = await x; constant 70 const y = await x; constant 75 const y = await x; constant 86 const y = await x; constant 95 const y = await x; constant 104 const y = await x; constant 113 const y = await x; constant [all …]
|
D | capturedLetConstInLoop7_ES6.ts | 96 for (let y = 0; y < 1; ++y) { variable 115 for (let x = 0, y = 1; x < 1; ++x) { variable 134 let x, y; variable 154 let x, y; variable 172 for (let y = 0; y < 1; ++y) { variable 284 for (const y = 0; y < 1;) { constant 303 for (const x = 0, y = 1; x < 1;) { constant 322 const x = 1, y = 1; constant 342 const x = 1, y = 1; constant 360 for (const y = 0; y < 1;) { constant
|
D | capturedLetConstInLoop6_ES6.ts | 61 for (let y = 0; y < 1; ++y) { variable 73 for (let x = 0, y = 1; x < 1; ++x) { variable 85 let x, y; variable 97 let x, y; variable 108 for (let y = 0; y < 1; ++y) { variable 180 for (const y = 0; y < 1;) { constant 192 for (const x = 0, y = 1; x < 1;) { constant 204 const x = 1, y = 1; constant 216 const x = 1, y = 1; constant 227 for (const y = 0; y < 1;) { constant
|
D | capturedLetConstInLoop6.ts | 60 for (let y = 0; y < 1; ++y) { variable 72 for (let x = 0, y = 1; x < 1; ++x) { variable 84 let x, y; variable 96 let x, y; variable 107 for (let y = 0; y < 1; ++y) { variable 179 for (const y = 0; y < 1;) { constant 191 for (const x = 0, y = 1; x < 1;) { constant 203 const x = 1, y = 1; constant 215 const x = 1, y = 1; constant 226 for (const y = 0; y < 1;) { constant
|
D | capturedLetConstInLoop1_ES6.ts | 30 for (let y = 0; y < 1; ++y) { variable 36 for (let x = 0, y = 1; x < 1; ++x) { variable 42 let x, y; variable 48 let x, y; variable 53 for (let y = 0; y < 1; ++y) { variable 87 for (const y = 0; y < 1;) { constant 93 for (const x = 0, y = 1; x < 1;) { constant 99 const x = 1, y = 1; constant 105 const x = 1, y = 1; constant 110 for (const y = 0; y < 1;) { constant
|
D | capturedLetConstInLoop7.ts | 95 for (let y = 0; y < 1; ++y) { variable 114 for (let x = 0, y = 1; x < 1; ++x) { variable 133 let x, y; variable 153 let x, y; variable 171 for (let y = 0; y < 1; ++y) { variable 283 for (const y = 0; y < 1;) { constant 302 for (const x = 0, y = 1; x < 1;) { constant 321 const x = 1, y = 1; constant 341 const x = 1, y = 1; constant 359 for (const y = 0; y < 1;) { constant
|
D | controlFlowJavascript.ts | 16 const y = x; // string | number | undefined constant 28 const y = x; // string | number | undefined constant 40 const y = x; // string | number | null constant 52 const y = x; // string | number | undefined constant 64 const y = x; // string | number | undefined constant 76 const y = x; // string | number | null constant 88 const y = x; // string | number | undefined constant 103 const y = x; // string | number | undefined constant
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | cmp-ops.c | 1 static int sete(int x, int y) in sete() 6 static int setne(int x, int y) in setne() 11 static int setl(int x, int y) in setl() 16 static int setg(int x, int y) in setg() 21 static int setle(int x, int y) in setle() 26 static int setge(int x, int y) in setge() 31 static int setb(unsigned int x, unsigned int y) in setb() 36 static int seta(unsigned int x, unsigned int y) in seta() 41 static int setbe(unsigned int x, unsigned int y) in setbe() 46 static int setae(unsigned int x, unsigned int y) in setae() [all …]
|
D | arithmetic-ops.c | 1 static int add(int x, int y) in add() 6 static unsigned int uadd(unsigned int x, unsigned int y) in uadd() 11 static float fadd(float x, float y) in fadd() 16 static double dadd(double x, double y) in dadd() 21 static int sub(int x, int y) in sub() 26 static unsigned int usub(unsigned int x, unsigned int y) in usub() 31 static float fsub(float x, float y) in fsub() 36 static double dsub(double x, double y) in dsub() 41 static int mul(int x, int y) in mul() 46 static unsigned int umul(unsigned int x, unsigned int y) in umul() [all …]
|
D | bitwise-ops.c | 1 static int shl(int x, int y) in shl() 6 static unsigned int ushl(unsigned int x, unsigned int y) in ushl() 11 static int shr(int x, int y) in shr() 16 static unsigned int ushr(unsigned int x, unsigned int y) in ushr() 21 static int and(int x, int y) in and() 26 static unsigned int uand(unsigned int x, unsigned int y) in uand() 31 static int or(int x, int y) in or() 36 static unsigned int uor(unsigned int x, unsigned int y) in uor() 41 static int xor(int x, int y) in xor() 46 static unsigned int uxor(unsigned int x, unsigned int y) in uxor()
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | fact-select01.c | 1 int add_yx_y(int p, int x, int y) { return (p ? (y+x) : y) == ((p ? x : 0) + y); } in add_yx_y() 2 int add_xy_y(int p, int y, int x) { return (p ? (x+y) : y) == ((p ? x : 0) + y); } in add_xy_y() 3 int add_xy_x(int p, int x, int y) { return (p ? (x+y) : x) == ((p ? y : 0) + x); } in add_xy_x() 4 int add_yx_x(int p, int y, int x) { return (p ? (y+x) : x) == ((p ? y : 0) + x); } in add_yx_x() 5 int add_y_yx(int p, int x, int y) { return (p ? y : (y+x)) == ((p ? 0 : x) + y); } in add_y_yx() 7 int ior_yx_y(int p, int x, int y) { return (p ? (y|x) : y) == ((p ? x : 0) | y); } in ior_yx_y() 8 int ior_xy_y(int p, int y, int x) { return (p ? (x|y) : y) == ((p ? x : 0) | y); } in ior_xy_y() 9 int ior_xy_x(int p, int x, int y) { return (p ? (x|y) : x) == ((p ? y : 0) | x); } in ior_xy_x() 10 int ior_yx_x(int p, int y, int x) { return (p ? (y|x) : x) == ((p ? y : 0) | x); } in ior_yx_x() 11 int ior_y_yx(int p, int x, int y) { return (p ? y : (y|x)) == ((p ? 0 : x) | y); } in ior_y_yx() [all …]
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 750 def __add__(self, y): argument 753 def __div__(self, y): argument 756 def __eq__(self, y): argument 759 def __floordiv__(self, y): argument 762 def __truediv__(self, y): argument 768 def __mod__(self, y): argument 771 def __mul__(self, y): argument 780 def __pow__(self, y): argument 786 def __radd__(self, y): argument 789 def __rdiv__(self, y): argument [all …]
|
/third_party/typescript/tests/cases/conformance/classes/members/accessibility/ |
D | privateClassPropertyAccessibleWithinClass.ts | 5 private get y() { return this.x; } method in C 6 private set y(x) { this.y = this.x; } method in C 10 private static get y() { return this.x; } method in C 11 private static set y(x) { this.y = this.x; } method in C 19 private get y() { () => this.x; return null; } method in C2 20 private set y(x) { () => { this.y = this.x; } } method in C2 24 private static get y() { () => this.x; return null; } method in C2 25 private static set y(x) { method in C2
|
D | protectedClassPropertyAccessibleWithinClass.ts | 6 protected get y() { return this.x; } method in C 7 protected set y(x) { this.y = this.x; } method in C 11 protected static get y() { return this.x; } method in C 12 protected static set y(x) { this.y = this.x; } method in C 20 protected get y() { () => this.x; return null; } method in C2 21 protected set y(x) { () => { this.y = this.x; } } method in C2 25 protected static get y() { () => this.x; return null; } method in C2 26 protected static set y(x) { method in C2
|