Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DupdateExpression.cpp52 pg->Unary(this, operator_, operandReg); in Compile()
H A DunaryExpression.cpp114 pg->Unary(this, operator_, operandReg); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h111 void Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand);
H A Dpandagen.cpp683 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary() function in ark::es2panda::compiler::PandaGen
1436 Unary(elem, lexer::TokenType::PUNCTUATOR_PLUS_PLUS, idxReg); in HandleArraySpread()
H A DJSCompiler.cpp1157 pg->Unary(expr, expr->OperatorType(), operandReg); in Compile()
1173 pg->Unary(expr, expr->OperatorType(), operandReg); in Compile()
H A DETSGen.h102 void Unary(const ir::AstNode *node, lexer::TokenType op);
H A DETSCompiler.cpp1225 etsg->Unary(expr, expr->OperatorType()); in Compile()
H A DETSGen.cpp2302 void ETSGen::Unary(const ir::AstNode *node, lexer::TokenType op) in Unary() function in ETSGen
2306 break; // NOP -> Unary numeric promotion is performed in Unary()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h315 void Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand);
H A Dpandagen.cpp909 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary() function in panda::es2panda::compiler::PandaGen
1682 Unary(elem, lexer::TokenType::PUNCTUATOR_PLUS_PLUS, idxReg); in CreateArray()

Completed in 33 milliseconds