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