Home
last modified time | relevance | path

Searched refs:SetOperator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.h80 void SetOperator(lexer::TokenType operatorType) in SetOperator() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DbinaryExpression.h124 void SetOperator(lexer::TokenType operatorType) noexcept in SetOperator() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp157 be->SetOperator(lexer::TokenType::PUNCTUATOR_EQUAL); in CheckBinaryOperatorForBigInt()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1069 node->SetOperator(op); in BinaryExpressionSetOperator()