/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/indexSignatures/ |
D | numericIndexingResults.ts | 13 var r6 = c[3]; variable 27 var r6 = i[3]; variable 40 var r6 = a[3]; variable 48 var r6 = b[3]; variable 56 var r6 = b2[3]; variable
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericCallWithNonSymmetricSubtypes.ts | 24 var r6 = foo(x, y); // { x?: number; }; variable 25 var r6 = foo(y, x); // { x?: number; }; variable
|
D | genericCallTypeArgumentInference.ts | 64 var r6 = c.foo3(true, 1); // boolean variable 86 var r6 = i.foo3(true, 1); // boolean variable
|
D | genericCallWithArrayLiteralArgs.ts | 12 var r6 = foo<Object[]>([1, '']); // Object[] variable
|
/third_party/typescript/tests/baselines/reference/ |
D | arrayTypeOfFunctionTypes2.js | 16 var r6 = new r5(); variable 31 var r6 = new r5(); variable
|
D | constructSignaturesWithOverloads.js | 51 var r6 = new b(1, ''); variable 74 var r6 = new b(1, ''); variable
|
D | constructSignaturesWithIdenticalOverloads.js | 50 var r6 = new b(1, ''); variable 73 var r6 = new b(1, ''); variable
|
D | logicalOrOperatorWithTypeParameters.js | 15 var r6: {} = u || v; variable
|
D | comparisonOperatorWithIdenticalTypeParameter.js | 8 var r6 = t != t; variable
|
D | genericCallWithArrayLiteralArgs.js | 13 var r6 = foo<Object[]>([1, '']); // Object[] variable
|
D | contextualTypingOfGenericFunctionTypedArguments1.js | 18 var r6 = _.forEach<number>(c2, (x) => { return x.toFixed() }); variable
|
/third_party/typescript/tests/cases/fourslash/ |
D | referencesForInheritedProperties7.ts | 20 const [r0Def, r0, r1Def, r1, r2Def, r2, r3Def, r3, r4Def, r4, r5Def, r5, r6, r7] = test.ranges(); constant 22 const c2DoStuff = { definition: "(method) class2.doStuff(): void", ranges: [r4, r6] }; 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
|
D | findAllRefsImportEqualsJsonFile.ts | 20 const [r0Def, r0, r1, r2, r3Def, r3, r4, r5, r6] = test.ranges(); constant
|
D | navigationItemsSubStringMatch2.ts | 20 const [r0, r1, r2, r3, r4, r5, r6] = test.ranges() constant
|
/third_party/typescript/tests/cases/conformance/types/members/ |
D | objectTypeWithStringNamedNumericProperty.ts | 26 var r6 = c['1.0']; variable 57 var r6 = i['1.0']; variable 87 var r6 = a['1.0']; variable 117 var r6 = b['1.0']; variable
|
/third_party/typescript/tests/cases/conformance/classes/members/classTypes/ |
D | instancePropertyInClassType.ts | 17 var r6 = c.y(); // error variable 37 var r6 = c.y(); // error variable
|
D | staticPropertyNotInClassType.ts | 18 var r6 = c.x; // error variable 38 var r6 = c.x; // error variable
|
D | instancePropertiesInheritedIntoClassType.ts | 19 var r6 = d.y(); // error variable 41 var r6 = d.y(); // error variable
|
/third_party/libabigail/tests/ |
D | test-svg.cc | 29 row r6 = { "PADDING", implementation_row_sty, 18, 6, 0 }; in main() local 112 row r6 = { "PADDING", implementation_row_sty, 41, 7, 0 }; in main() local 131 row r6 = { "_M_array", member_row_sty, 16, 8, 8 }; in main() local 154 row r6 = { "_M_index", member_row_sty, 32, 8, 8 }; in main() local
|
/third_party/optimized-routines/math/ |
D | erf.c | 121 double r6 = fma (a, PC[11], PC[10]); in erf() local 151 double r6 = fma (a, PD[11], PD[10]); in erf() local 183 double r6 = fma (a, PE[11], PE[10]); in erf() local 211 double r6 = fma (a, PF[11], PF[10]); in erf() local
|
/third_party/typescript/tests/cases/conformance/interfaces/declarationMerging/ |
D | mergeThreeInterfaces.ts | 37 var r6 = b.baz; variable 77 var r6 = b.baz; // any, should be boolean variable
|
/third_party/typescript/tests/cases/compiler/ |
D | mismatchedExplicitTypeParameterAndArgumentType.ts | 9 var r6 = map<Object, Object>([1, ""], (x) => x.toString()); variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithTwoOperandsAreAny.ts | 8 var r6 = a != a; variable
|