Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp354 checker->ValidateArrayIndex(property_); in CheckComputed()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h154 void ValidateArrayIndex(ir::Expression *expr, bool relaxed = false);
DETSAnalyzer.cpp506 checker->ValidateArrayIndex(expr->dimension_, true); in Check()
599 checker->ValidateArrayIndex(dim); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp973 void ETSChecker::ValidateArrayIndex(ir::Expression *const expr, bool relaxed) in ValidateArrayIndex() function in panda::es2panda::checker::ETSChecker