Searched refs:AbstractBox (Results 1 – 2 of 2) sorted by relevance
59 class AbstractBox {61 AbstractBox() = delete;62 AbstractBox(mlir::Value addr) : addr{addr} {} in AbstractBox() function75 class CharBoxValue : public AbstractBox {78 : AbstractBox{addr}, len{len} { in CharBoxValue()132 class ArrayBoxValue : public AbstractBox, public AbstractArrayBox {136 : AbstractBox{addr}, AbstractArrayBox{extents, lbounds} {}170 class ProcBoxValue : public AbstractBox {173 : AbstractBox{addr}, hostContext{context} {} in ProcBoxValue()192 AbstractIrBox(mlir::Value addr) : AbstractBox{addr} {} in AbstractIrBox()[all …]
56 using Intrinsic = fir::AbstractBox;