Home
last modified time | relevance | path

Searched refs:labelledStmt (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.cpp36 LabelContext::LabelContext(PandaGen *pg, const ir::LabelledStatement *labelledStmt) in LabelContext() argument
37 : DynamicContext(pg, LabelTarget(labelledStmt->Ident()->Name())), labelledStmt_(labelledStmt) in LabelContext()
39 if (!labelledStmt->Body()->IsBlockStatement() && !labelledStmt->Body()->IsIfStatement() && in LabelContext()
40 !labelledStmt->Body()->IsBreakStatement()) { in LabelContext()
H A DdynamicContext.h88 explicit LabelContext(PandaGen *pg, const ir::LabelledStatement *labelledStmt);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp44 LabelContext::LabelContext(CodeGen *cg, const ir::LabelledStatement *labelledStmt) in LabelContext() argument
45 : DynamicContext(cg, LabelTarget(labelledStmt->Ident()->Name())), labelledStmt_(labelledStmt) in LabelContext()
47 if (!labelledStmt->Body()->IsBlockStatement()) { in LabelContext()
H A DdynamicContext.h99 explicit LabelContext(CodeGen *cg, const ir::LabelledStatement *labelledStmt);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.cpp353 void AliveAnalyzer::AnalyzeLabelled(const ir::LabelledStatement *labelledStmt) in AnalyzeLabelled() argument
356 AnalyzeStat(labelledStmt->Body()); in AnalyzeLabelled()
357 status_ = Or(status_, ResolveBreaks(labelledStmt)); in AnalyzeLabelled()
H A DaliveAnalyzer.h74 void AnalyzeLabelled(const ir::LabelledStatement *labelledStmt);
H A DassignAnalyzer.h118 void AnalyzeLabelled(const ir::LabelledStatement *labelledStmt);
H A DassignAnalyzer.cpp818 void AssignAnalyzer::AnalyzeLabelled(const ir::LabelledStatement *labelledStmt) in AnalyzeLabelled() argument
822 AnalyzeStat(labelledStmt->Body()); in AnalyzeLabelled()
824 ResolveBreaks(labelledStmt); in AnalyzeLabelled()

Completed in 5 milliseconds