/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/indexSignatures/ |
D | numericIndexingResults.ts | 12 var r5 = c[2]; variable 26 var r5 = i[2]; variable 39 var r5 = a[2]; variable 47 var r5 = b[2]; variable 55 var r5 = b2[2]; variable
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericCallWithNonSymmetricSubtypes.ts | 21 var r5 = foo(a, y); // { x?: number; }; variable 22 var r5 = foo(y, a); // { x?: number; }; variable
|
D | genericCallWithConstraintsTypeArgumentInference2.ts | 12 var r5 = foo<Date, Date>(new Date()); // no error variable
|
/third_party/optimized-routines/math/ |
D | erf.c | 64 double r5 = fma (x2, PA[9], PA[8]); in erf() local 120 double r5 = fma (a, PC[9], PC[8]); in erf() local 150 double r5 = fma (a, PD[9], PD[8]); in erf() local 182 double r5 = fma (a, PE[9], PE[8]); in erf() local 210 double r5 = fma (a, PF[9], PF[8]); in erf() local
|
/third_party/typescript/tests/baselines/reference/ |
D | constructSignaturesWithOverloads2.js | 40 var r5 = new i2(1, 1); variable 65 var r5 = new i2(1, 1); variable
|
D | constructSignaturesWithIdenticalOverloads.js | 43 var r5 = new a(1, ''); variable 71 var r5 = new a(1, ''); variable
|
D | constructSignaturesWithOverloads.js | 44 var r5 = new a(1, ''); variable 72 var r5 = new a(1, ''); variable
|
D | subtypingWithCallSignaturesA.js | 6 var r5 = foo3(function (x) { return ''; }); // error variable
|
D | illegalSuperCallsInConstructor.js | 11 var r5 = { variable 51 var r5 = { variable in Derived.Derived
|
D | typeofANonExportedType.js | 21 export var r5: typeof i; variable 22 export var r5: typeof i2; variable
|
D | typeofAnExportedType.js | 21 export var r5: typeof i; variable 22 export var r5: typeof i2; variable
|
D | genericTypeAssertions2.js | 14 var r5: A<number> = <A<number>>[]; // error variable 53 var r5 = []; // error variable
|
D | logicalOrOperatorWithTypeParameters.js | 14 var r5 = u || v; variable
|
D | duplicateOverloadInTypeAugmentation1.js | 9 var r5 = a.reduce((x, y) => x + y); variable
|
/third_party/typescript/tests/cases/conformance/types/members/ |
D | objectTypeWithStringNamedNumericProperty.ts | 25 var r5 = c['1..']; variable 56 var r5 = i['1..']; variable 86 var r5 = a['1..']; variable 116 var r5 = b['1..']; variable
|
/third_party/typescript/tests/cases/conformance/classes/members/classTypes/ |
D | staticPropertyNotInClassType.ts | 17 var r5 = c.bar; // error variable 37 var r5 = c.bar; // error variable
|
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/ |
D | typeofANonExportedType.ts | 20 export var r5: typeof i; variable 21 export var r5: typeof i2; variable
|
D | typeofAnExportedType.ts | 20 export var r5: typeof i; variable 21 export var r5: typeof i2; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | duplicateOverloadInTypeAugmentation1.ts | 8 var r5 = a.reduce((x, y) => x + y); variable
|
D | mismatchedExplicitTypeParameterAndArgumentType.ts | 8 var r5 = map<any, any>([1, ""], (x) => x.toString()); variable
|
/third_party/typescript/tests/cases/fourslash/ |
D | quickInfoMeaning.ts | 58 const [ , , , r3, r4, r5] = test.ranges(); constant
|
D | getOccurrencesAbstract03.ts | 18 const [r0, r1, r2, r3, r4, r5] = test.ranges(); constant
|
D | navigationItemsPrefixMatch2.ts | 23 const [r0, r1, r2, r3, r4, r5, r6] = test.ranges(); constant
|
D | completionListStringParenthesizedType.ts | 22 const [r1, r2, r3, r4, r5, r6, r7, r8] = test.ranges(); constant
|
/third_party/typescript/tests/cases/conformance/interfaces/declarationMerging/ |
D | mergeThreeInterfaces.ts | 36 var r5 = b.bar; variable 75 var r5 = b.bar; // any, should be number variable
|