Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBoxAnalyzer.h40 static constexpr bool staticSize() { return true; } in staticSize() function
125 static constexpr bool staticSize() { return LBoundsAndShape::staticSize(); } in staticSize() function
154 static constexpr bool staticSize() { return DynamicBound::staticSize(); } in staticSize() function
165 static constexpr bool staticSize() { in staticSize() function
166 return ScalarStaticChar::staticSize() && LBoundsAndShape::staticSize(); in staticSize()
184 static constexpr bool staticSize() { in staticSize() function
185 return ScalarDynamicChar::staticSize() && LBoundsAndShape::staticSize(); in staticSize()
196 static constexpr bool staticSize() { in staticSize() function
197 return ScalarStaticChar::staticSize() && DynamicBound::staticSize(); in staticSize()
213 static constexpr bool staticSize() { in staticSize() function
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dnullability.c208 int staticSize[_Nonnull static 2],
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp1752 int64_t staticSize = in matchAndRewrite() local
1754 if (staticSize != ShapedType::kDynamicSize) { in matchAndRewrite()
1756 loc, llvmIndexType, rewriter.getI64IntegerAttr(staticSize)); in matchAndRewrite()