Home
last modified time | relevance | path

Searched refs:ControlFlowChangeBreak (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DbreakStatement.cpp38 compiler::Label *target = pg->ControlFlowChangeBreak(ident_); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncGeneratorFunctionBuilder.cpp125 pg_->ControlFlowChangeBreak(); in Yield()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h327 Label *ControlFlowChangeBreak(const ir::Identifier *label = nullptr);
Dpandagen.cpp745 Label *PandaGen::ControlFlowChangeBreak(const ir::Identifier *label) in ControlFlowChangeBreak() function in panda::es2panda::compiler::PandaGen