Home
last modified time | relevance | path

Searched defs:SinglePassVerifier (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.cpp32 struct ASTVerifier::SinglePassVerifier { struct in ark::es2panda::compiler::ast_verifier::ASTVerifier
34 ASTVerifier *verifier {nullptr};
35 bool *astCorrect;
38 void operator()(ir::AstNode *ncnode) const in operator ()()