Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.h77 void AnalyzeThrow(const ir::ThrowStatement *throwStmt);
H A DaliveAnalyzer.cpp382 void AliveAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow() argument
384 AnalyzeNode(throwStmt->Argument()); in AnalyzeThrow()
H A DassignAnalyzer.h124 void AnalyzeThrow(const ir::ThrowStatement *throwStmt);
H A DassignAnalyzer.cpp963 void AssignAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow() argument
965 AnalyzeNode(throwStmt->Argument()); in AnalyzeThrow()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumLowering.cpp835 auto *const throwStmt = CreateThrowStatement(this, inputNameIdent, messageString);
839 body.push_back(throwStmt);

Completed in 6 milliseconds