Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.h40 lexer::TokenType OperatorType() const in OperatorType() function
DupdateExpression.h44 lexer::TokenType OperatorType() const in OperatorType() function
DassignmentExpression.h66 lexer::TokenType OperatorType() const in OperatorType() function
DbinaryExpression.h64 lexer::TokenType OperatorType() const in OperatorType() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DupdateExpression.h45 [[nodiscard]] lexer::TokenType OperatorType() const noexcept in OperatorType() function
DunaryExpression.h51 [[nodiscard]] lexer::TokenType OperatorType() const noexcept in OperatorType() function
DbinaryExpression.h74 [[nodiscard]] lexer::TokenType OperatorType() const noexcept in OperatorType() function
DassignmentExpression.h101 [[nodiscard]] lexer::TokenType OperatorType() const noexcept in OperatorType() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h32 enum class OperatorType : uint8_t { enum