Searched defs:consequent (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | switchCaseStatement.h | 36 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
|
| D | ifStatement.h | 36 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | switchCaseStatement.h | 26 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
|
| D | ifStatement.h | 31 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | conditionalExpression.h | 34 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | conditionalExpression.h | 35 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression()
|
| D | conditionalExpression.cpp | 89 …auto *const consequent = consequent_ != nullptr ? consequent_->Clone(allocator)->AsExpression() : … in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 956 void ParserImpl::ThrowIfBodyEmptyError([[maybe_unused]] ir::Statement *consequent) {} in ThrowIfBodyEmptyError() 976 …ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE | StatementParsingFlags:… in ParseIfStatement() local 1095 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
|
| D | expressionParser.cpp | 567 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
|
| D | TSparser.cpp | 2781 void TSParser::ThrowIfBodyEmptyError(ir::Statement *consequent) in ThrowIfBodyEmptyError()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 330 auto *const consequent = GenBlockStmtForAssignmentBinary( in ReplaceBinaryExprInStmt() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 1604 ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE); in ParseIfStatement() local 1733 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
|
| D | expressionParser.cpp | 757 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 1499 … es2panda_AstNode *consequent, es2panda_AstNode *alternate) in CreateIfStatement()
|