Home
last modified time | relevance | path

Searched defs:switchStmt (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp397 void AliveAnalyzer::AnalyzeSwitch(const ir::SwitchStatement *switchStmt) in AnalyzeSwitch()
DassignAnalyzer.cpp815 void AssignAnalyzer::AnalyzeSwitch(const ir::SwitchStatement *switchStmt) in AnalyzeSwitch()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp247 void ScopesInitPhase::VisitSwitchStatement(ir::SwitchStatement *switchStmt) in VisitSwitchStatement()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2822 Stmt &switchStmt = builder.Done(); in VisitSwitch() local