| /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 | genericCallWithArrayLiteralArgs.ts | 12 var r6 = foo<Object[]>([1, '']); // Object[] variable
|
| D | genericCallTypeArgumentInference.ts | 64 var r6 = c.foo3(true, 1); // boolean variable 86 var r6 = i.foo3(true, 1); // boolean variable
|
| D | genericCallWithFunctionTypedArguments5.ts | 20 var r6 = foo({ cb: (x: string) => '' }); // string variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | arrayTypeOfFunctionTypes2.js | 16 var r6 = new r5(); variable 31 var r6 = new r5(); 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
|
| D | comparisonOperatorWithTwoOperandsAreAny.js | 9 var r6 = a != a; 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/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/optimized-routines/math/ |
| D | erf.c | 123 double r6 = fma (a, PC[11], PC[10]); in erf() local 153 double r6 = fma (a, PD[11], PD[10]); in erf() local 185 double r6 = fma (a, PE[11], PE[10]); in erf() local 213 double r6 = fma (a, PF[11], PF[10]); in erf() local
|
| /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/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/fourslash/ |
| 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 | navigationItemsSubStringMatch2.ts | 20 const [r0, r1, r2, r3, r4, r5, r6] = test.ranges() constant
|
| /third_party/rust/rust/tests/debuginfo/ |
| D | range-types.rs | 45 let r6 = (..); in main() localVariable
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
| D | comparisonOperatorWithTwoOperandsAreAny.ts | 8 var r6 = a != a; variable
|
| /third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/ |
| D | exponentiationOperatorWithAnyAndNumber.ts | 10 var r6 = b ** 0; variable
|