Searched defs:SymbolBox (Results 1 – 1 of 1) sorted by relevance
53 using None = std::monostate;56 using Intrinsic = fir::AbstractBox;59 using FullDim = fir::ArrayBoxValue;84 SymbolBox() : box{None{}} {} in SymbolBox() argument86 SymbolBox(const A &x) : box{x} {} in SymbolBox() argument107 mlir::Value getAddr() const { in getAddr()113 bool isIntrinsic() const { in isIntrinsic()126 bool hasRank() const { in hasRank()136 bool hasSimpleLBounds() const { in hasSimpleLBounds()145 bool hasConstantShape() const { in hasConstantShape()[all …]