Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-keyword-declare.ts27 type type1 = number | string; alias
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-keyword-declare.ts27 type type1 = number | string; alias
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.h126 DataType::Type type1 = inst1->GetType(); in CheckCommonTypes() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp618 auto type1 = DataType::Type::UINT16; variable
639 auto type1 = DataType::Type::UINT16; variable
660 auto type1 = DataType::Type::UINT16; variable
692 auto type1 = DataType::Type::UINT16; variable
722 auto type1 = DataType::Type::INT8; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h276 DataType::Type type1 = inst1->GetType(); in CheckCommonTypes() local
Dgraph_checker.cpp1224 [[maybe_unused]] auto type1 = inst->GetInput(0).GetInst()->GetType(); in CheckInstUsers() local
1239 [[maybe_unused]] auto type1 = inst->GetInput(0).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/jspandafile/tests/
Djs_pandafile_test.cpp191 ConstPoolType type1 = constPoolValue1.GetConstpoolType(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp259 DataViewType type1 = TypedArrayHelper::GetType(int8Array); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1818 MIRType *type1 = GlobalTables::GetTypeTable().GetTypeFromTyIdx(typeIdx1); in TypeCompatible() local
Dparser.cpp2823 MIRType *type1 = GlobalTables::GetTypeTable().GetTypeFromTyIdx(typeIdx1); in TypeCompatible() local