Searched refs:Unary (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | updateExpression.cpp | 47 pg->Unary(this, operator_, operandReg); in Compile()
|
D | unaryExpression.cpp | 114 pg->Unary(this, operator_, operandReg); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 332 void Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand);
|
D | pandagen.cpp | 848 void PandaGen::Unary(const ir::AstNode *node, lexer::TokenType op, VReg operand) in Unary() function in panda::es2panda::compiler::PandaGen 1605 Unary(elem, lexer::TokenType::PUNCTUATOR_PLUS_PLUS, idxReg); in CreateArray()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …licative=14]="Multiplicative",$[$.Exponentiation=15]="Exponentiation",$[$.Unary=16]="Unary",$[$.Up…
|