Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 116) sorted by relevance

12345

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DconstraintSatisfactionWithEmptyObject.ts25 let r = foo({}); variable
35 let r = foo({}); variable
59 let r = foo2({}); variable
69 let r = foo2({}); variable
DgenericClassWithObjectTypeArgsAndConstraints.ts51 let r = g.foo(c1, d1); variable
64 let r = g2.foo2(c1, d1); variable
76 let r = g.foo(c1, d1); variable
84 let r = g2.foo2(c1, d1); variable
DgenericCallWithArrayLiteralArgs.ts26 let r = foo([1, 2]); // number[] variable
34 let r = foo<number[]>([1, 2]); // number[] variable
DobjectTypesIdentityWithPrivates2.ts46 let r = foo4(new C<number>()); variable
53 let r = foo4(new D<number>()); variable
DtypeParameterAsTypeParameterConstraint.ts29 let r = foo(1, 2); variable
36 let r = foo({}, 1); variable
DtwoMergedInterfacesWithDifferingOverloads2.ts33 let r = a(); variable
63 let r = a(); variable
DgenericCallWithObjectTypeArgsAndConstraints.ts55 let r = foo(c1, d1); variable
77 let r = foo2(c1, d1); variable
DobjectTypeWithStringNamedPropertyOfIllegalCharacters.ts32 let r = c[" "]; variable
66 let r = i[" "]; variable
DsubtypingWithOptionalProperties.ts34 let r = f({ s: new Object() }); // ok variable
DtypeofModuleWithoutExports.ts28 let r: typeof M; variable
DstrictNullLogicalAndOr.ts44 const r = n !== undefined && n*n || 0; constant
DgenericParameterAssignability1.ts26 let r = <T>(x: T) => x; variable
Dindexer3.ts29 let r: Date = dateMap["hello"] // result type includes indexer using BCT variable
DmergedDeclarations4.ts34 let r = f.hello; variable
DimportAliasWithDottedName.ts31 let r = N.y; variable
DgenericConstructSignatureInInterface.ts28 let r = new v<number>(1); variable
DstaticMemberInitialization.ts30 let r = C.x; variable
DimplicitAnyGenericTypeInference.ts39 let r = c.compareTo(1, ''); variable
DinterfaceWithCallSignaturesThatHidesBaseSignature2.ts32 let r = d(); variable
DinterfaceWithCallAndConstructSignature.ts29 let r = f(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h133 GlobalTSTypeRef r = GetGTRef(); in IsAnyType() local
141 GlobalTSTypeRef r = GetGTRef(); in IsNumberType() local
151 GlobalTSTypeRef r = GetGTRef(); in IsIntType() local
159 GlobalTSTypeRef r = GetGTRef(); in IsDoubleType() local
167 GlobalTSTypeRef r = GetGTRef(); in IsStringType() local
175 GlobalTSTypeRef r = GetGTRef(); in IsNullType() local
183 GlobalTSTypeRef r = GetGTRef(); in IsUndefinedType() local
191 GlobalTSTypeRef r = GetGTRef(); in IsBooleanType() local
199 GlobalTSTypeRef r = GetGTRef(); in IsBigIntType() local
252 uint32_t r = type_ & (~MIR_TYPE_MASK); in GetGTRef() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …js":e=>{var t=Object.prototype.toString,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.al… function
/arkcompiler/runtime_core/libpandabase/tests/genmc/
Dmutex_test_4.cpp39 int r = g_shared; in Thread1() local
53 int r = g_shared; in Thread2() local
66 int r = g_shared; in Thread3() local
/arkcompiler/ets_runtime/test/aottest/large_func_acc/
Dlarge_func_acc.ts21 var r = 0; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp121 for (compiler::Register r = 0; r < num_regs; r++) { in RunImpl() local
144 static bool RegNeedsRenumbering(panda::compiler::Register r) in RegNeedsRenumbering()
149 static panda::compiler::Register RenumberReg(const panda::compiler::Register r, const panda::compil… in RenumberReg()
229 compiler::Register r = num_non_args - 1; in RenumberArgRegs() local
263 for (compiler::Register r = min_reg; r < min_reg + num_temps; r++) { in RenumberArgRegs() local
268 for (compiler::Register r = num_locals; r < min_reg; r++) { in RenumberArgRegs() local
275 for (compiler::Register r = min_reg; r < frame_size; r++) { in RenumberArgRegs() local

12345