Searched refs:ControlFlowChangeBreak (Results 1 – 11 of 11) sorted by relevance
38 compiler::Label *target = pg->ControlFlowChangeBreak(ident_); in Compile()
121 pg_->ControlFlowChangeBreak(); in HandleCompletion()213 pg_->ControlFlowChangeBreak(); in YieldStar()298 pg_->ControlFlowChangeBreak(); in YieldStar()
88 pg_->ControlFlowChangeBreak(); in Yield()
256 etsg->ControlFlowChangeBreak(); in EmitFinalizer()266 …compiler::Label *target = etsg->ControlFlowChangeBreak(insertion.second->AsBreakStatement()->Ident… in EmitFinalizer()
135 Label *ControlFlowChangeBreak(const ir::Identifier *label = nullptr);
202 Label *CodeGen::ControlFlowChangeBreak(const ir::Identifier *label) in ControlFlowChangeBreak() function in panda::es2panda::compiler::CodeGen
1418 compiler::Label *target = cg->ControlFlowChangeBreak(self->Ident()); in CompileImpl()1643 etsg->ControlFlowChangeBreak(); in Compile()1669 etsg->ControlFlowChangeBreak(); in Compile()
1461 compiler::Label *target = cg->ControlFlowChangeBreak(self->Ident()); in CompileImpl()1684 pg->ControlFlowChangeBreak(); in Compile()
129 pg_->ControlFlowChangeBreak(); in Yield()
337 Label *ControlFlowChangeBreak(const ir::Identifier *label = nullptr);
813 Label *PandaGen::ControlFlowChangeBreak(const ir::Identifier *label) in ControlFlowChangeBreak() function in panda::es2panda::compiler::PandaGen