Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 9 of 9) 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/ets_frontend/ets2panda/checker/types/
Dsignature.cpp205 bool Signature::CheckParameter(TypeRelation *relation, Type *type1, Type *type2) in CheckParameter()
214 bool Signature::CheckReturnType(TypeRelation *relation, Type *type1, Type *type2) in CheckReturnType()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp631 auto type1 = DataType::Type::UINT16; variable
652 auto type1 = DataType::Type::UINT16; variable
673 auto type1 = DataType::Type::UINT16; variable
705 auto type1 = DataType::Type::UINT16; variable
735 auto type1 = DataType::Type::INT8; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h280 DataType::Type type1 = inst1->GetType(); in CheckCommonTypes() local
Dgraph_checker.cpp1366 [[maybe_unused]] auto type1 = inst->GetInput(0).GetInst()->GetType(); in CheckUserOfInt32() local
1383 [[maybe_unused]] auto type1 = inst->GetInput(0).GetInst()->GetType(); in CheckUserOfInt32() local
/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.cpp243 DataViewType type1 = TypedArrayHelper::GetType(int8Array); in HWTEST_F_L0() local