Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 10 of 10) 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.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.h281 DataType::Type type1 = inst1->GetType(); in CheckCommonTypes() local
Dgraph_checker.cpp1369 [[maybe_unused]] auto type1 = inst->GetInput(0).GetInst()->GetType(); in CheckUserOfInt32() local
1386 [[maybe_unused]] auto type1 = inst->GetInput(0).GetInst()->GetType(); in CheckUserOfInt32() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRInference.ts832 … const type1 = signature.getMethodSubSignature().getParameters()[ref.getIndex()]?.getType(); constant
/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
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1185 checker::Type *CheckerContext::GetUnionOfTypes(checker::Type *const type1, checker::Type *const typ… in GetUnionOfTypes()
1219 checker::Type *CheckerContext::GetIntersectionOfTypes(checker::Type *const type1, in GetIntersectionOfTypes()