Lines Matching defs:charBox
1681 if (const fir::CharBoxValue *charBox = val.getCharBox()) {
1682 mlir::Value buffer = charBox->getBuffer();
1690 buffer, charBox->getLen());
3384 if (const fir::CharBoxValue *charBox = args[i].getCharBox())
3385 charArgs[i] = *charBox;
4171 const fir::CharBoxValue *charBox = args[0].getCharBox();
4172 if (!charBox)
4176 mlir::Value buffer = charBox->getBuffer();
5927 const fir::CharBoxValue *charBox = args[0].getCharBox();
5928 if (!charBox)
5931 fir::factory::CharacterExprHelper(builder, loc).createLenTrim(*charBox);
6126 const fir::CharBoxValue *charBox = args[0].getCharBox();
6127 fir::CharBoxValue charRslt(rslt, charBox->getLen());