Searched defs:SinglePassVerifier (Results 1 – 1 of 1) sorted by relevance
32 struct ASTVerifier::SinglePassVerifier { struct in ark::es2panda::compiler::ast_verifier::ASTVerifier34 ASTVerifier *verifier {nullptr};35 bool *astCorrect;38 void operator()(ir::AstNode *ncnode) const in operator ()()