Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dfold-designator.cpp30 if (auto bytes{ToInt64(type->MeasureSizeInBytes(&context_))}) { in DEFINE_DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS()
60 if (auto bytes{ToInt64(type->MeasureSizeInBytes(&context_))}) { in FoldDesignator()
220 auto elementBytes{ToInt64(elementType.MeasureSizeInBytes(&context))}; in OffsetToArrayRef()
319 ToInt64(type->MeasureSizeInBytes(&context))}) { in OffsetToDesignator()
Dinitial-image.cpp91 auto elemBytes{ToInt64(type_.MeasureSizeInBytes(&context_))}; in Test()
Dshape.cpp649 sourceTypeAndShape->MeasureSizeInBytes(&context_)}; in operator ()()
651 moldTypeAndShape->MeasureSizeInBytes(&context_)}; in operator ()()
Dtype.cpp127 std::optional<Expr<SubscriptInteger>> DynamicType::MeasureSizeInBytes( in MeasureSizeInBytes() function in Fortran::evaluate::DynamicType
Dcharacteristics.cpp167 std::optional<Expr<SubscriptInteger>> TypeAndShape::MeasureSizeInBytes( in MeasureSizeInBytes() function in Fortran::evaluate::characteristics::TypeAndShape
177 return type_.MeasureSizeInBytes(foldingContext); in MeasureSizeInBytes()
/external/llvm-project/flang/include/flang/Evaluate/
Dinitial-image.h45 auto elementBytes{ToInt64(x.GetType().MeasureSizeInBytes())}; in Add()
Dcharacteristics.h150 std::optional<Expr<SubscriptInteger>> MeasureSizeInBytes(
Dtype.h144 std::optional<Expr<SubscriptInteger>> MeasureSizeInBytes(
/external/llvm-project/flang/lib/Semantics/
Ddata-to-inits.cpp233 type.MeasureSizeInBytes(&exprAnalyzer_.GetFoldingContext())) in ConvertElement()
430 dyType->MeasureSizeInBytes(&exprAnalyzer.GetFoldingContext())) in CombineSomeEquivalencedInits()
437 dyType->MeasureSizeInBytes(&exprAnalyzer.GetFoldingContext())) in CombineSomeEquivalencedInits()
Dcompute-offsets.cpp399 evaluate::DynamicType{category, kind}.MeasureSizeInBytes())}; in GetIntrinsicSizeAndAlignment()