Searched defs:IfStatement (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ | ||
| H A D | ifStatement.h | 37 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement() function in ark::es2panda::ark::es2panda::ir::final |
| /arkcompiler/ets_frontend/es2panda/ir/statements/ | ||
| H A D | ifStatement.h | 34 class IfStatement : public Statement { class 36 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::IfStatement |
Completed in 1 milliseconds