Searched refs:padWithZero (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | initial-image.cpp | 75 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 D | initial-image.h | 108 const DynamicType &, const ConstantSubscripts &, bool padWithZero = false,
|