Home
last modified time | relevance | path

Searched refs:CONTINUE_LABEL (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DlabelTarget.cpp23 …lPair(pg->AllocLabel(), pg->AllocLabel()), breakLabel_(BREAK_LABEL), continueLabel_(CONTINUE_LABEL) in LabelTarget()
DlabelTarget.h79 static constexpr std::string_view CONTINUE_LABEL = "#c"; variable
Dpandagen.cpp774 util::StringView labelName = label ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue()