Lines Matching refs:CharBoxValue
293 [&](const fir::CharBoxValue &box) -> fir::ExtendedValue { in genExtremumVal()
1611 if (const fir::CharBoxValue *charBox = val.getCharBox()) { in toValue()
2075 [&](const fir::CharBoxValue &box) -> fir::ExtendedValue { in readAndAddCleanUp()
2155 [&](const fir::CharBoxValue &box) -> fir::ExtendedValue { in genAdjustRtCall()
2412 return fir::CharBoxValue{cast, len}; in genChar()
2570 llvm::SmallVector<llvm::Optional<fir::CharBoxValue>> charArgs(3); in genDateAndTime()
2572 if (const fir::CharBoxValue *charBox = args[i].getCharBox()) in genDateAndTime()
2961 const fir::CharBoxValue *charBox = args[0].getCharBox(); in genIchar()
3244 const fir::CharBoxValue *charBox = args[0].getCharBox(); in genLenTrim()
3333 const fir::CharBoxValue *charBox = args[0].getCharBox(); in genMerge()
3334 fir::CharBoxValue charRslt(rslt, charBox->getLen()); in genMerge()