Searched refs:Unary (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | updateExpression.cpp | 52 pg->Unary(this, operator_, operandReg); in Compile()
|
H A D | unaryExpression.cpp | 114 pg->Unary(this, operator_, operandReg); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 111 void Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand);
|
H A D | pandagen.cpp | 683 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 D | JSCompiler.cpp | 1157 pg->Unary(expr, expr->OperatorType(), operandReg); in Compile() 1173 pg->Unary(expr, expr->OperatorType(), operandReg); in Compile()
|
H A D | ETSGen.h | 102 void Unary(const ir::AstNode *node, lexer::TokenType op);
|
H A D | ETSCompiler.cpp | 1225 etsg->Unary(expr, expr->OperatorType()); in Compile()
|
H A D | ETSGen.cpp | 2302 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 D | pandagen.h | 315 void Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand);
|
H A D | pandagen.cpp | 909 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