Searched refs:FullDim (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | SymbolMap.h | 59 using FullDim = fir::ArrayBoxValue; member 77 using VT = std::variant<Intrinsic, FullDim, Char, CharFullDim, 138 [](const FullDim &arr) { return arr.getLBounds().empty(); }, in hasSimpleLBounds() 154 return match([&](const FullDim &box) { return box.getLBounds()[dim]; }, in getLBound() 226 makeSym(sym, SymbolBox::FullDim(value, shape), force); 229 const SymbolBox::FullDim &value, bool force = false) { 251 makeSym(sym, SymbolBox::FullDim(value, extents, lbounds), force); 254 const SymbolBox::FullDim &value,
|