Home
last modified time | relevance | path

Searched refs:labelCtx (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DlabelledStatement.cpp38 compiler::LabelContext labelCtx(pg, this); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp1390 compiler::LabelContext labelCtx(etsg, labelTarget); in CompileImpl()
1433 auto labelCtx = compiler::LabelContext(etsg, labelTarget); in Compile() local
1478 auto labelCtx = compiler::LabelContext(etsg, labelTarget); in Compile() local
1538 compiler::LabelContext labelCtx(cg, self); in CompileImpl()
1715 compiler::LabelContext labelCtx(cg, labelTarget); in CompileImpl()
H A DJSCompiler.cpp1321 compiler::LabelContext labelCtx(cg, labelTarget); in CompileImpl()
1480 compiler::LabelContext labelCtx(cg, self); in CompileImpl()
1712 compiler::LabelContext labelCtx(cg, labelTarget); in CompileImpl()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp843 const ParserContext *labelCtx = context_.FindLabel(label); in ValidateContinueLabel() local
844 return labelCtx != nullptr && ((labelCtx->Status() & ParserStatus::IN_ITERATION) != 0); in ValidateContinueLabel()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1111 const ParserContext *labelCtx = context_.FindLabel(label); in ParseContinueStatement() local
1113 if (!labelCtx || !(labelCtx->Status() & (ParserStatus::IN_ITERATION | ParserStatus::IN_LABELED)) || in ParseContinueStatement()
1114 (labelCtx->Status() & ParserStatus::DISALLOW_CONTINUE)) { in ParseContinueStatement()

Completed in 13 milliseconds