Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dinitial-image.cpp69 class AsConstantHelper { class
73 AsConstantHelper(FoldingContext &context, const DynamicType &type, in AsConstantHelper() function in Fortran::evaluate::AsConstantHelper
193 AsConstantHelper{context, type, extents, *this, padWithZero, offset}); in AsConstant()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinitial-image.h113 friend class AsConstantHelper; variable