Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DcheckInfiniteLoop.cpp27 return HandleDoWhileStatement(ctx, ast->AsDoWhileStatement()); in operator ()()
86 [[nodiscard]] CheckResult CheckInfiniteLoop::HandleDoWhileStatement(CheckContext &ctx, in HandleDoWhileStatement() function in ark::es2panda::compiler::ast_verifier::CheckInfiniteLoop
DcheckInfiniteLoop.h32 …[[nodiscard]] CheckResult HandleDoWhileStatement(CheckContext &ctx, const ir::DoWhileStatement *co…