Searched defs:FormatItem (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/ | ||
H A D | irnode.h | 53 class FormatItem { class 55 constexpr FormatItem(OperandKind kind, uint32_t bitwidth) : kind_(kind), bitwidth_(bitwidth) {} in FormatItem() function in panda::es2panda::panda::panda::es2panda::compiler::FormatItem |
/arkcompiler/ets_frontend/ets2panda/ir/ | ||
H A D | irnode.h | 65 class FormatItem { class 67 constexpr FormatItem(OperandKind kind, uint32_t bitWidth) : kind_(kind), bitWidth_(bitWidth) {} in FormatItem() function in ark::es2panda::ark::es2panda::compiler::FormatItem |
Completed in 2 milliseconds