Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsQualifiedNameBuilder.h34 TSQualifiedNameBuilder &SetRight(Identifier *right) in SetRight() function
DforInStatementBuilder.h35 ForInStatementBuilder &SetRight(Expression *right) in SetRight() function
DbinaryExpressionBuilder.h42 BinaryExpressionBuilder &SetRight(Expression *right) in SetRight() function
DassignmentExpressionBuilder.h41 AssignmentExpressionBuilder &SetRight(Expression *right) in SetRight() function
DforOfStatementBuilder.h35 ForOfStatementBuilder &SetRight(Expression *right) in SetRight() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DbinaryExpression.h121 void SetRight(Expression *expr) noexcept in SetRight() function
DassignmentExpression.h73 void SetRight(Expression *const expr) noexcept in SetRight() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlive_registers.h80 void SetRight(LifeIntervalsTreeNode *right) in SetRight() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_matchers.h323 void SetRight(GateRef right, Circuit* circuit) in SetRight() function