Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dinitial-image.cpp67 class AsConstantHelper { class
71 AsConstantHelper(FoldingContext &context, const DynamicType &type, in AsConstantHelper() function in Fortran::evaluate::AsConstantHelper
158 AsConstantHelper{context, type, extents, *this, offset}); in AsConstant()
/external/llvm-project/flang/include/flang/Evaluate/
Dinitial-image.h103 friend class AsConstantHelper; variable