Home
last modified time | relevance | path

Searched defs:alternate (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DifStatement.h37 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
72 void SetAlternate(Statement *alternate) noexcept in SetAlternate()
DifStatement.cpp109 …auto *const alternate = alternate_ != nullptr ? consequent_->Clone(allocator, nullptr)->AsStatemen… in Clone() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DconditionalExpressionBuilder.h41 ConditionalExpressionBuilder &SetAlternate(Expression *alternate) in SetAlternate()
DifStatementBuilder.h41 IfStatementBuilder &SetAlternate(Statement *alternate) in SetAlternate()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DifStatement.h36 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.cpp98 auto *const alternate = alternate_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1109 ir::Statement *alternate = nullptr; in ParseIfStatement() local
DexpressionParser.cpp596 ir::Expression *alternate = ParseExpression(); in ParseAssignmentExpression() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp746 ir::Expression *alternate = ParseExpression(); in ParseAssignmentExpression() local
DstatementParser.cpp1638 ir::Statement *alternate = nullptr; in ParseIfStatement() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1639 auto *alternate = expr->Alternate(); in Check() local