Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp360 checker->ValidateArrayIndex(property_); in CheckComputed()
366 if (!baseType->IsETSTupleType() && !checker->ValidateArrayIndex(property_)) { in CheckComputed()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp338 checker->ValidateArrayIndex(expr->Dimension(), true); in Check()
438 checker->ValidateArrayIndex(dim, true); in Check()
DETSchecker.h165 bool ValidateArrayIndex(ir::Expression *expr, bool relaxed = false);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1344 bool ETSChecker::ValidateArrayIndex(ir::Expression *const expr, bool relaxed) in ValidateArrayIndex() function in ark::es2panda::checker::ETSChecker