Searched refs:FormatItem (Results 1 - 2 of 2) sorted by relevance
/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 91 constexpr Format(const FormatItem *item, size_t size) : item_(item), size_(size) {} in Format() 93 ark::Span<const FormatItem> GetFormatItem() const in GetFormatItem() 95 return ark::Span<const FormatItem>(item_, size_); in GetFormatItem() 99 const FormatItem *item_;
|
/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 79 constexpr Format(const FormatItem *item, size_t size) : item_(item), size_(size) {} in Format() 81 panda::Span<const FormatItem> GetFormatItem() const in GetFormatItem() 83 return panda::Span<const FormatItem>(item_, size_); in GetFormatItem() 87 const FormatItem *item_;
|
Completed in 2 milliseconds