Home
last modified time | relevance | path

Searched defs:r14 (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericCallWithOverloadedFunctionTypedArguments.ts67 …let r14 = foo7(1, a); // any => string (+1 overload) [inferences are made for T, but lambda not co… variable
DgenericCallWithOverloadedConstructorTypedArguments.ts72 let r14 = foo7(1, c); // new any => string; new(x:any, y?:any) => string variable
DadditionOperatorWithNumberAndEnum.ts119 let r14 = c + c; variable
DnullIsSubtypeOfEverythingButUndefined.ts248 let r14 = true ? E.A : null; variable
255 let r14 = true ? null : E.A; variable
DadditionOperatorWithStringAndEveryType.ts128 let r14 = g + x; variable
DadditionOperatorWithAnyAndEveryType.ts127 let r14 = a + E; variable
DfunctionConstraintSatisfaction.ts177 let r14 = foo(C2); variable
DcallSignatureWithoutReturnTypeAnnotationInference.ts218 let r14 = foo14(); variable
DsubtypingWithConstructSignatures2.ts488 let r14 = foo14(r14arg1); // any variable
DsubtypingWithCallSignatures2.ts570 let r14 = foo14(r14arg1); // any variable
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp60 Register r14 = __ CppJSCallAvailableRegister2(); in GetArgvAtStack() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h36 r14, enumerator