Home
last modified time | relevance | path

Searched refs:HandleWhileStatement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DcheckInfiniteLoop.cpp31 return HandleWhileStatement(ctx, ast->AsWhileStatement()); in operator ()()
68 [[nodiscard]] CheckResult CheckInfiniteLoop::HandleWhileStatement(CheckContext &ctx, in HandleWhileStatement() function in ark::es2panda::compiler::ast_verifier::CheckInfiniteLoop
DcheckInfiniteLoop.h31 …[[nodiscard]] CheckResult HandleWhileStatement(CheckContext &ctx, const ir::WhileStatement *const …