Home
last modified time | relevance | path

Searched defs:consequent (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DswitchCaseStatement.h36 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
DifStatement.h36 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchCaseStatement.h26 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
DifStatement.h31 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DconditionalExpression.h34 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DconditionalExpression.h35 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression()
DconditionalExpression.cpp89 …auto *const consequent = consequent_ != nullptr ? consequent_->Clone(allocator)->AsExpression() : … in Clone() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp956 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
DexpressionParser.cpp567 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
DTSparser.cpp2781 void TSParser::ThrowIfBodyEmptyError(ir::Statement *consequent) in ThrowIfBodyEmptyError()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp330 auto *const consequent = GenBlockStmtForAssignmentBinary( in ReplaceBinaryExprInStmt() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1604 ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE); in ParseIfStatement() local
1733 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
DexpressionParser.cpp757 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1499es2panda_AstNode *consequent, es2panda_AstNode *alternate) in CreateIfStatement()