Home
last modified time | relevance | path

Searched refs:AnalyzeVarDef (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.cpp84 AnalyzeVarDef(node->AsVariableDeclaration()); in AnalyzeNode()
263 void AliveAnalyzer::AnalyzeVarDef(const ir::VariableDeclaration *varDef) in AnalyzeVarDef() function in ark::es2panda::checker::AliveAnalyzer
326 AnalyzeVarDef(forOfStmt->Left()->AsVariableDeclaration()); in AnalyzeForOfLoop()
H A DaliveAnalyzer.h68 void AnalyzeVarDef(const ir::VariableDeclaration *varDef);
H A DassignAnalyzer.h112 void AnalyzeVarDef(const ir::VariableDeclaration *varDef);
H A DassignAnalyzer.cpp247 AnalyzeVarDef(node->AsVariableDeclaration()); in AnalyzeNode()
608 void AssignAnalyzer::AnalyzeVarDef(const ir::VariableDeclaration *varDef) in AnalyzeVarDef() function in ark::es2panda::checker::AssignAnalyzer
754 AnalyzeVarDef(forOfStmt->Left()->AsVariableDeclaration()); in AnalyzeForOfLoop()

Completed in 4 milliseconds