Home
last modified time | relevance | path

Searched defs:blockExpr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstructorLowering.cpp91 ir::Expression *blockExpr = nullptr; in ReplaceStringConstructor() local
DrestArgsLowering.cpp65 …auto *blockExpr = util::NodeAllocator::ForceSetParent<ir::BlockExpression>(allocator, std::move(bl… in CreateRestArgsBlockExpression() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp157 auto blockExpr = BlockExpressionBuilder(Allocator()).AddStatement(exprStmnt).Build(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp881 void InitScopesPhaseETS::VisitBlockExpression(ir::BlockExpression *blockExpr) in VisitBlockExpression()