Home
last modified time | relevance | path

Searched defs:labelName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp749 util::StringView labelName = label ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local
774 util::StringView labelName = label ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp582 auto labelName = labels[i].asString(); in ParseFunctionLabels() local