Home
last modified time | relevance | path

Searched refs:SetAlternate (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DconditionalExpressionBuilder.h41 ConditionalExpressionBuilder &SetAlternate(Expression *alternate) in SetAlternate() function in ark::es2panda::ir::ConditionalExpressionBuilder
H A DifStatementBuilder.h41 IfStatementBuilder &SetAlternate(Statement *alternate) in SetAlternate() function in ark::es2panda::ir::IfStatementBuilder
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DconditionalExpression.h82 void SetAlternate(Expression *expr) noexcept
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DoptionalLowering.cpp72 stmts[1]->AsExpressionStatement()->GetExpression()->AsConditionalExpression()->SetAlternate(chain->GetExpression()); in LowerOptionalExpr()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp271 IfStatementBuilder(Allocator()).SetTest(binaryExpr).SetConsequent(consStmnt).SetAlternate(alterStmnt).Build(); in TEST_F()

Completed in 3 milliseconds