Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dnode_creator.h58 ir::BinaryExpression *CreateLessCmpExpr(util::StringView name = "x") in CreateLessCmpExpr() function in ark::es2panda::gtests::NodeGenerator
78 return alloc_->New<ir::ForUpdateStatement>(CreateVarDecl(true), CreateLessCmpExpr(), CreateIncrement(), in CreateForUpdate()
84 return alloc_->New<ir::WhileStatement>(CreateLessCmpExpr(), CreateBlockWithDeclare()); in CreateWhile()

Completed in 1 milliseconds