Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dinitial-image.cpp75 bool padWithZero = false, ConstantSubscript offset = 0) in AsConstantHelper() argument
77 padWithZero_{padWithZero}, offset_{offset} {
191 bool padWithZero, ConstantSubscript offset) const { in AsConstant() argument
193 AsConstantHelper{context, type, extents, *this, padWithZero, offset}); in AsConstant()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinitial-image.h108 const DynamicType &, const ConstantSubscripts &, bool padWithZero = false,