Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBoxAnalyzer.h102 struct LBoundsAndShape { struct
103 LBoundsAndShape(llvm::SmallVectorImpl<int64_t> &&lbounds, in LBoundsAndShape() function
118 struct StaticArray : ScalarSym, LBoundsAndShape { argument
125 static constexpr bool staticSize() { return LBoundsAndShape::staticSize(); } in staticSize()
158 struct StaticArrayStaticChar : ScalarStaticChar, LBoundsAndShape {
162 : ScalarStaticChar{sym, len}, LBoundsAndShape{std::move(lbounds), in StaticArrayStaticChar()
166 return ScalarStaticChar::staticSize() && LBoundsAndShape::staticSize(); in staticSize()
171 struct StaticArrayDynamicChar : ScalarDynamicChar, LBoundsAndShape {
176 : ScalarDynamicChar{sym, len}, LBoundsAndShape{std::move(lbounds), in StaticArrayDynamicChar()
181 : ScalarDynamicChar{sym}, LBoundsAndShape{std::move(lbounds), in StaticArrayDynamicChar()
[all …]