Home
last modified time | relevance | path

Searched refs:AbstractBox (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h59 class AbstractBox {
61 AbstractBox() = delete;
62 AbstractBox(mlir::Value addr) : addr{addr} {} in AbstractBox() function
75 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 …]
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DSymbolMap.h56 using Intrinsic = fir::AbstractBox;