Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-keyword-declare.ts28 declare type type2 = number | string; alias
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-keyword-declare.ts28 declare type type2 = number | string; alias
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.h127 DataType::Type type2 = inst2->GetType(); in CheckCommonTypes() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h277 DataType::Type type2 = inst2->GetType(); in CheckCommonTypes() local
Dgraph_checker.cpp1225 [[maybe_unused]] auto type2 = inst->GetInput(1).GetInst()->GetType(); in CheckInstUsers() local
1240 [[maybe_unused]] auto type2 = inst->GetInput(1).GetInst()->GetType(); in CheckInstUsers() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp191 bool Signature::IdenticalParameter(TypeRelation *relation, Type *type1, Type *type2) in IdenticalParameter()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dmeta_data_equal_test.cpp153 PGOSampleType type2 = PGOSampleType::CreateProfileType(0, 0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp192 ConstPoolType type2 = constPoolValue2.GetConstpoolType(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp260 DataViewType type2 = TypedArrayHelper::GetType(JSHandle<JSTypedArray>::Cast(bigUint64Array)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1819 MIRType *type2 = GlobalTables::GetTypeTable().GetTypeFromTyIdx(typeIdx2); in TypeCompatible() local
Dparser.cpp2824 MIRType *type2 = GlobalTables::GetTypeTable().GetTypeFromTyIdx(typeIdx2); in TypeCompatible() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10748 PrimType type2 = intrnNode.Opnd(1)->GetPrimType(); in SelectOverFlowCall() local