Home
last modified time | relevance | path

Searched defs:r5 (Results 1 – 25 of 246) sorted by relevance

12345678910

/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/indexSignatures/
DnumericIndexingResults.ts12 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/
DgenericCallWithNonSymmetricSubtypes.ts21 var r5 = foo(a, y); // { x?: number; }; variable
22 var r5 = foo(y, a); // { x?: number; }; variable
DgenericCallWithConstraintsTypeArgumentInference2.ts12 var r5 = foo<Date, Date>(new Date()); // no error variable
/third_party/optimized-routines/math/
Derf.c64 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/
DconstructSignaturesWithOverloads2.js40 var r5 = new i2(1, 1); variable
65 var r5 = new i2(1, 1); variable
DconstructSignaturesWithIdenticalOverloads.js43 var r5 = new a(1, ''); variable
71 var r5 = new a(1, ''); variable
DconstructSignaturesWithOverloads.js44 var r5 = new a(1, ''); variable
72 var r5 = new a(1, ''); variable
DsubtypingWithCallSignaturesA.js6 var r5 = foo3(function (x) { return ''; }); // error variable
DillegalSuperCallsInConstructor.js11 var r5 = { variable
51 var r5 = { variable in Derived.Derived
DtypeofANonExportedType.js21 export var r5: typeof i; variable
22 export var r5: typeof i2; variable
DtypeofAnExportedType.js21 export var r5: typeof i; variable
22 export var r5: typeof i2; variable
DgenericTypeAssertions2.js14 var r5: A<number> = <A<number>>[]; // error variable
53 var r5 = []; // error variable
DlogicalOrOperatorWithTypeParameters.js14 var r5 = u || v; variable
DduplicateOverloadInTypeAugmentation1.js9 var r5 = a.reduce((x, y) => x + y); variable
/third_party/typescript/tests/cases/conformance/types/members/
DobjectTypeWithStringNamedNumericProperty.ts25 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/
DstaticPropertyNotInClassType.ts17 var r5 = c.bar; // error variable
37 var r5 = c.bar; // error variable
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/
DtypeofANonExportedType.ts20 export var r5: typeof i; variable
21 export var r5: typeof i2; variable
DtypeofAnExportedType.ts20 export var r5: typeof i; variable
21 export var r5: typeof i2; variable
/third_party/typescript/tests/cases/compiler/
DduplicateOverloadInTypeAugmentation1.ts8 var r5 = a.reduce((x, y) => x + y); variable
DmismatchedExplicitTypeParameterAndArgumentType.ts8 var r5 = map<any, any>([1, ""], (x) => x.toString()); variable
/third_party/typescript/tests/cases/fourslash/
DquickInfoMeaning.ts58 const [ , , , r3, r4, r5] = test.ranges(); constant
DgetOccurrencesAbstract03.ts18 const [r0, r1, r2, r3, r4, r5] = test.ranges(); constant
DnavigationItemsPrefixMatch2.ts23 const [r0, r1, r2, r3, r4, r5, r6] = test.ranges(); constant
DcompletionListStringParenthesizedType.ts22 const [r1, r2, r3, r4, r5, r6, r7, r8] = test.ranges(); constant
/third_party/typescript/tests/cases/conformance/interfaces/declarationMerging/
DmergeThreeInterfaces.ts36 var r5 = b.bar; variable
75 var r5 = b.bar; // any, should be number variable

12345678910