Searched defs:throwStmt (Results 1 – 6 of 6) sorted by relevance
257 const throwStmt = new ArkThrowStmt(exceptionValue); constant
391 void AliveAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
953 void AssignAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
881 auto *const throwStmt = CreateThrowStatement(context_, inputNameIdent, messageString); in CreateEnumGetValueOfMethod() local924 auto *const throwStmt = CreateThrowStatement(context_, inputValueIdent, messageString); in CreateEnumFromValueMethod() local
684 const throwStmt = new ArkThrowStmt(throwValue); constant
924 const throwStmt = node as ts.ThrowStatement; constant