Home
last modified time | relevance | path

Searched defs:r10 (Results 1 - 25 of 50) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DbestCommonTypeOfConditionalExpressions.js22 var r10: Base = true ? derived : derived2; // no error since we use the contextual type in BCT variable
78 var r10 = true ? derived : derived2; // no error since we use the contextual type in BCT variable
H A DgenericCallWithOverloadedConstructorTypedArguments2.js32 var r10 = foo6(b); // error variable
H A DgenericCallWithOverloadedFunctionTypedArguments2.js29 var r10 = foo6(<T>(x: T, y: T) => ''); // error variable
H A DstringIndexingResults.js33 var r10 = b['y']; variable
58 var r10 = b['y']; variable
H A DobjectTypePropertyAccess.js28 var r10 = a.foo; variable
54 var r10 = a.foo; variable
H A DobjectTypeWithStringNamedNumericProperty.js123 var r10 = i[0x1] variable
153 var r10 = i[0x1]; variable
172 var r10 = i[0x1]; variable
191 var r10 = i[0x1]; variable
219 var r10 = i[0x1]; variable
H A DexponentiationOperatorWithEnum.js23 var r10 = a ** E.b; variable
47 var r10 = Math.pow(a, E.b); variable
H A DexponentiationOperatorWithEnumUnion.js27 var r10 = a ** E.b; variable
56 var r10 = Math.pow(a, E.b); variable
H A DfunctionConstraintSatisfaction3.js40 var r10 = foo(<U extends string>(x: U) => x); variable
H A DgenericCallTypeArgumentInference.js69 var r10 = c.foo7(''); // {} variable
91 var r10 = i.foo7(''); // {} variable
150 var r10 = c.foo7(''); // {} variable
159 var r10 = i.foo7(''); // {} variable
H A DgenericCallWithGenericSignatureArguments3.js30 var r10 = foo2(null, (x: Object) => '', (x: string) => ''); // Object => Object variable
H A DadditionOperatorWithNullValueAndInvalidOperator.js23 var r10 = null + foo(); variable
44 var r10 = null + foo(); variable
H A DadditionOperatorWithNullValueAndValidOperator.js23 var r10 = c + null variable
56 var r10 = c + null; variable
H A DadditionOperatorWithNumberAndEnum.js20 var r10 = a + c; variable
50 var r10 = a + c; variable
H A DadditionOperatorWithUndefinedValueAndInvalidOperands.js23 var r10 = undefined + foo(); variable
44 var r10 = undefined + foo(); variable
H A DadditionOperatorWithUndefinedValueAndValidOperator.js23 var r10 = c + undefined variable
56 var r10 = c + undefined; variable
H A DgenericCallWithConstraintsTypeArgumentInference.js83 var r10 = c.foo7(d1); // Base variable
106 var r10 = i.foo7(d1); // Base variable
209 var r10 = c.foo7(d1); // Base variable
219 var r10 = i.foo7(d1); // Base variable
H A DadditionOperatorWithAnyAndEveryType.js30 var r10 = a + foo; variable
76 var r10 = a + foo; variable
H A DadditionOperatorWithInvalidOperands.js31 var r10 = a + true; variable
77 var r10 = a + true; variable
H A DadditionOperatorWithStringAndEveryType.js27 var r10 = c + x; variable
68 var r10 = c + x; variable
H A DnullIsSubtypeOfEverythingButUndefined.js42 var r10 = true ? c1 : null; variable
43 var r10 = true ? null : c1; variable
126 var r10 = true ? c1 : null; variable
127 var r10 = true ? null : c1; variable
H A DfunctionConstraintSatisfaction.js43 var r10 = foo(function <U>(x: U) { return x; }); variable
/third_party/ffmpeg/libavcodec/
H A Dr210dec.c46 int r10 = (avctx->codec_tag & 0xFFFFFF) == MKTAG('r', '1', '0', 0); in decode_frame() local
/third_party/skia/tests/
H A DQuickRejectTest.cpp71 SkRect r10 = SkRect::MakeLTRB(-50.0f, -50.0f, 50.0f, SK_ScalarNaN); in test_quick_reject() local
/third_party/lzma/Asm/arm64/
H A D7zAsm.S14 #define r10 x10 define

Completed in 18 milliseconds

12