Home
last modified time | relevance | path

Searched defs:SymbolBox (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DSymbolMap.h53 using None = std::monostate;
56 using Intrinsic = fir::AbstractBox;
59 using FullDim = fir::ArrayBoxValue;
84 SymbolBox() : box{None{}} {} in SymbolBox() argument
86 SymbolBox(const A &x) : box{x} {} in SymbolBox() argument
107 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 …]