Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h152 std::optional<Expr<SubscriptInteger>> MeasureElementSizeInBytes(
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcompute-offsets.cpp341 if (auto size{ToInt64(chars->MeasureElementSizeInBytes( in GetSizeAndAlignment()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp166 std::optional<Expr<SubscriptInteger>> TypeAndShape::MeasureElementSizeInBytes( in MeasureElementSizeInBytes() function in Fortran::evaluate::characteristics::TypeAndShape
188 MeasureElementSizeInBytes(foldingContext, GetRank(shape_) > 0)}) { in MeasureSizeInBytes()
H A Dshape.cpp949 moldTypeAndShape->MeasureElementSizeInBytes( in operator ()()
H A Dfold-integer.cpp1066 if (auto bytes{info->MeasureElementSizeInBytes(context, true)}) { in FoldIntrinsicFunction()