Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DforLoopCorrectlyInitialized.cpp34 return HandleForUpdateStatement(ctx, ast); in operator ()()
71 [[nodiscard]] CheckResult ForLoopCorrectlyInitialized::HandleForUpdateStatement(CheckContext &ctx, in HandleForUpdateStatement() function in ark::es2panda::compiler::ast_verifier::ForLoopCorrectlyInitialized
H A DcheckInfiniteLoop.cpp35 return HandleForUpdateStatement(ctx, ast->AsForUpdateStatement()); in operator ()()
104 [[nodiscard]] CheckResult CheckInfiniteLoop::HandleForUpdateStatement(CheckContext &ctx, in HandleForUpdateStatement() function in ark::es2panda::compiler::ast_verifier::CheckInfiniteLoop
H A DcheckInfiniteLoop.h33 [[nodiscard]] CheckResult HandleForUpdateStatement(CheckContext &ctx,
H A DforLoopCorrectlyInitialized.h31 [[nodiscard]] CheckResult HandleForUpdateStatement(CheckContext &ctx, const ir::AstNode *ast);

Completed in 2 milliseconds