Home
last modified time | relevance | path

Searched defs:type1 (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_checker.h126 DataType::Type type1 = inst1->GetType(); in CheckCommonTypes() local
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp631 auto type1 = DataType::Type::UINT16; in HWTEST_F() local
652 auto type1 = DataType::Type::UINT16; in HWTEST_F() local
673 auto type1 = DataType::Type::UINT16; in HWTEST_F() local
705 auto type1 = DataType::Type::UINT16; in HWTEST_F() local
735 auto type1 = DataType::Type::INT8; in HWTEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_test.cpp191 ConstPoolType type1 = constPoolValue1.GetConstpoolType(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.h277 DataType::Type type1 = inst1->GetType(); in CheckCommonTypes() local
H A 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_frontend/ets2panda/checker/types/
H A Dsignature.cpp205 bool Signature::CheckParameter(TypeRelation *relation, Type *type1, Type *type2) in CheckParameter() argument
214 bool Signature::CheckReturnType(TypeRelation *relation, Type *type1, Type *type2) in CheckReturnType() argument
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dtyped_array_helper_test.cpp243 DataViewType type1 = TypedArrayHelper::GetType(int8Array); in HWTEST_F_L0() local

Completed in 11 milliseconds