Home
last modified time | relevance | path

Searched refs:tupleTarget (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTupleType.cpp189 const auto *const tupleTarget = target->AsETSTupleType(); in Cast() local
191 if (tupleTarget->GetTupleSize() != GetTupleSize()) { in Cast()
199 if (!relation->IsAssignableTo(tupleTarget->GetTypeAtIndex(idx), GetTypeAtIndex(idx))) { in Cast()