Home
last modified time | relevance | path

Searched defs:OperationType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DbinaryExpression.h142 [[nodiscard]] checker::Type *OperationType() noexcept in OperationType() function
152 [[nodiscard]] const checker::Type *OperationType() const noexcept in OperationType() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h25 enum class OperationType : uint8_t { enum