Home
last modified time | relevance | path

Searched defs:LabelContext (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.cpp36 LabelContext::LabelContext(PandaGen *pg, const ir::LabelledStatement *labelledStmt) in LabelContext() function in panda::es2panda::compiler::LabelContext
H A DdynamicContext.h85 class LabelContext : public DynamicContext { class
87 explicit LabelContext(PandaGen *pg, LabelTarget target) : DynamicContext(pg, target) {} in LabelContext() function in panda::es2panda::panda::es2panda::compiler::LabelContext
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp44 LabelContext::LabelContext(CodeGen *cg, const ir::LabelledStatement *labelledStmt) in LabelContext() function in ark::es2panda::compiler::LabelContext
H A DdynamicContext.h96 class LabelContext : public DynamicContext { class
98 explicit LabelContext(CodeGen *cg, LabelTarget target) : DynamicContext(cg, target) {} in LabelContext() function in ark::es2panda::ark::es2panda::compiler::LabelContext

Completed in 3 milliseconds