Searched defs:ForUpdateStatement (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ | ||
| H A D | forUpdateStatement.h | 28 class ForUpdateStatement : public LoopStatement { class 30 explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement() function in ark::es2panda::ark::es2panda::ir::ForUpdateStatement |
| /arkcompiler/ets_frontend/es2panda/ir/statements/ | ||
| H A D | forUpdateStatement.h | 38 class ForUpdateStatement : public LoopStatement { class 40 explicit ForUpdateStatement(binder::LoopScope *scope, AstNode *init, Expression *test, Expression *update, in ForUpdateStatement() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ForUpdateStatement |
Completed in 2 milliseconds