Home
last modified time | relevance | path

Searched refs:CONTINUE_LABEL (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DlabelTarget.cpp22 : LabelPair(cg->AllocLabel(), cg->AllocLabel()), breakLabel_(BREAK_LABEL), continueLabel_(CONTINUE_LABEL) in LabelTarget()
H A DlabelTarget.h78 static constexpr std::string_view CONTINUE_LABEL = "#c"; member in ark::es2panda::ark::es2panda::compiler::LabelTarget
H A DcodeGen.cpp232 util::StringView labelName = label != nullptr ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DlabelTarget.cpp23 : LabelPair(pg->AllocLabel(), pg->AllocLabel()), breakLabel_(BREAK_LABEL), continueLabel_(CONTINUE_LABEL) in LabelTarget()
H A DlabelTarget.h79 static constexpr std::string_view CONTINUE_LABEL = "#c"; member in panda::es2panda::panda::es2panda::compiler::LabelTarget
H A Dpandagen.cpp835 util::StringView labelName = label ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue()

Completed in 5 milliseconds