Home
last modified time | relevance | path

Searched defs:r6 (Results 1 – 25 of 189) sorted by relevance

12345678

/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/indexSignatures/
DnumericIndexingResults.ts13 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/
DgenericCallWithNonSymmetricSubtypes.ts24 var r6 = foo(x, y); // { x?: number; }; variable
25 var r6 = foo(y, x); // { x?: number; }; variable
DgenericCallTypeArgumentInference.ts64 var r6 = c.foo3(true, 1); // boolean variable
86 var r6 = i.foo3(true, 1); // boolean variable
DgenericCallWithArrayLiteralArgs.ts12 var r6 = foo<Object[]>([1, '']); // Object[] variable
/third_party/typescript/tests/baselines/reference/
DarrayTypeOfFunctionTypes2.js16 var r6 = new r5(); variable
31 var r6 = new r5(); variable
DconstructSignaturesWithOverloads.js51 var r6 = new b(1, ''); variable
74 var r6 = new b(1, ''); variable
DconstructSignaturesWithIdenticalOverloads.js50 var r6 = new b(1, ''); variable
73 var r6 = new b(1, ''); variable
DlogicalOrOperatorWithTypeParameters.js15 var r6: {} = u || v; variable
DcomparisonOperatorWithIdenticalTypeParameter.js8 var r6 = t != t; variable
DgenericCallWithArrayLiteralArgs.js13 var r6 = foo<Object[]>([1, '']); // Object[] variable
DcontextualTypingOfGenericFunctionTypedArguments1.js18 var r6 = _.forEach<number>(c2, (x) => { return x.toFixed() }); variable
/third_party/typescript/tests/cases/fourslash/
DreferencesForInheritedProperties7.ts20 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
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
DfindAllRefsImportEqualsJsonFile.ts20 const [r0Def, r0, r1, r2, r3Def, r3, r4, r5, r6] = test.ranges(); constant
DnavigationItemsSubStringMatch2.ts20 const [r0, r1, r2, r3, r4, r5, r6] = test.ranges() constant
/third_party/typescript/tests/cases/conformance/types/members/
DobjectTypeWithStringNamedNumericProperty.ts26 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/
DinstancePropertyInClassType.ts17 var r6 = c.y(); // error variable
37 var r6 = c.y(); // error variable
DstaticPropertyNotInClassType.ts18 var r6 = c.x; // error variable
38 var r6 = c.x; // error variable
DinstancePropertiesInheritedIntoClassType.ts19 var r6 = d.y(); // error variable
41 var r6 = d.y(); // error variable
/third_party/libabigail/tests/
Dtest-svg.cc29 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/
Derf.c121 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/
DmergeThreeInterfaces.ts37 var r6 = b.baz; variable
77 var r6 = b.baz; // any, should be boolean variable
/third_party/typescript/tests/cases/compiler/
DmismatchedExplicitTypeParameterAndArgumentType.ts9 var r6 = map<Object, Object>([1, ""], (x) => x.toString()); variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithTwoOperandsAreAny.ts8 var r6 = a != a; variable

12345678