Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DtupleLowering.cpp74 checker->GetTupleElementAccessValue(argument->AsMemberExpression()->Property()->TsType())); in ConvertTupleUpdate()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp322 …baseType->AsETSTupleType()->GetTypeAtIndex(checker->GetTupleElementAccessValue(Property()->TsType(… in CheckTupleAccessMethod()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1014 int32_t ETSChecker::GetTupleElementAccessValue(const Type *const type) const in GetTupleElementAccessValue() function in panda::es2panda::checker::ETSChecker
1047 const int32_t exprValue = GetTupleElementAccessValue(exprType); in ValidateTupleIndex()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h153 int32_t GetTupleElementAccessValue(const Type *type) const;